Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_dsc.c46 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()
/drivers/gpu/drm/amd/display/dc/inc/hw/
Ddsc.h101 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe);