Home
last modified time | relevance | path

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

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