Searched refs:opp_pipe (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dsc.h | 101 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.c | 46 static void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe); 229 static void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe) in dsc2_enable() argument 236 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable() 240 if ((dsc_clock_en || dsc_fw_config) && enabled_opp_pipe != opp_pipe) { in dsc2_enable() 250 DSCRM_DSC_OPP_PIPE_SOURCE, opp_pipe); in dsc2_enable()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_dsc.c | 40 static void dsc2_enable(struct display_stream_compressor *dsc, int opp_pipe); 226 static 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()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/hw/ |
H A D | dsc.h | 105 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);
|
Completed in 5 milliseconds