Searched refs:opp_pipe (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
| H A D | dcn35_dsc.c | 30 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()
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/dcn401/ |
| H A D | dcn401_dsc.c | 156 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc401_enable() argument 163 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc401_enable() 167 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc401_enable() 177 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc401_enable()
|
| H A D | dcn401_dsc.h | 341 void dsc401_enable(struct display_stream_compressor *dsc, int opp_pipe);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/ |
| H A D | dsc.h | 107 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
|
| /linux-6.15/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
| H A D | dcn20_dsc.c | 226 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() argument 233 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable() 237 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable() 247 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc2_enable()
|
| H A D | dcn20_dsc.h | 606 void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe);
|