Home
last modified time | relevance | path

Searched refs:opp_pipe (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c30 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe);
79 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc35_enable() argument
86 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc35_enable()
98 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc35_enable()
108 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc35_enable()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c139 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable() argument
146 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc401_enable()
150 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc401_enable()
160 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc401_enable()
H A Ddcn401_dsc.h341 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe);
/linux/drivers/gpu/drm/amd/display/dc/dsc/
H A Ddsc.h113 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c227 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() argument
234 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable()
238 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable()
248 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc2_enable()
H A Ddcn20_dsc.h613 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe);