Home
last modified time | relevance | path

Searched refs:dsc_pg_control (Results 1 – 15 of 15) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/
H A Ddcn302_init.c40 dc->hwseq->funcs.dsc_pg_control = dcn302_dsc_pg_control; in dcn302_hw_sequencer_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/
H A Ddcn303_init.c20 dc->hwseq->funcs.dsc_pg_control = dcn303_dsc_pg_control; in dcn303_hw_sequencer_construct()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c119 .dsc_pg_control = NULL,
H A Ddcn10_hw_sequencer.c1436 if (hws->funcs.dsc_pg_control != NULL) { in dcn10_init_pipes()
1473 hws->funcs.dsc_pg_control(hws, dc->res_pool->dscs[i]->inst, false); in dcn10_init_pipes()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c123 .dsc_pg_control = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c138 .dsc_pg_control = dcn20_dsc_pg_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c141 .dsc_pg_control = dcn20_dsc_pg_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c134 .dsc_pg_control = dcn20_dsc_pg_control,
H A Ddcn20_hwseq.c2286 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
2288 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
2301 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
2303 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c145 .dsc_pg_control = dcn314_dsc_pg_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c142 .dsc_pg_control = dcn31_dsc_pg_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c140 .dsc_pg_control = dcn20_dsc_pg_control,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c148 .dsc_pg_control = dcn32_dsc_pg_control,
H A Ddcn32_hwseq.c1450 hws->funcs.dsc_pg_control(hws, dsc->inst, true); in dcn32_update_dsc_pg()
1454 hws->funcs.dsc_pg_control(hws, dsc->inst, false); in dcn32_update_dsc_pg()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h128 void (*dsc_pg_control)(struct dce_hwseq *hws, member