Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
A Ddcn35_dsc.c30 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe);
77 static void dsc35_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc35_enable() argument
84 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc35_enable()
96 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc35_enable()
106 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc35_enable()
/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
A Ddcn401_dsc.c138 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable() argument
145 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc401_enable()
149 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc401_enable()
159 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc401_enable()
A Ddcn401_dsc.h341 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe);
/drivers/gpu/drm/amd/display/dc/dsc/
A Ddsc.h107 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
A Ddcn20_dsc.c219 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() argument
226 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable()
230 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable()
240 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc2_enable()
A Ddcn20_dsc.h612 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe);

Completed in 14 milliseconds