Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn302/
Ddcn302_init.c38 dc->hwseq->funcs.dsc_pg_control = dcn302_dsc_pg_control; in dcn302_hw_sequencer_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_init.c18 dc->hwseq->funcs.dsc_pg_control = dcn303_dsc_pg_control; in dcn303_hw_sequencer_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c114 .dsc_pg_control = NULL,
Ddcn10_hw_sequencer.c1391 if (hws->funcs.dsc_pg_control != NULL) in dcn10_init_hw()
1392 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn10_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c128 .dsc_pg_control = dcn20_dsc_pg_control,
Ddcn20_hwseq.c1981 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1983 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1996 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
1998 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_init.c134 .dsc_pg_control = dcn20_dsc_pg_control,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_init.c132 .dsc_pg_control = dcn31_dsc_pg_control,
Ddcn31_hwseq.c169 if (hws->funcs.dsc_pg_control != NULL) in dcn31_init_hw()
170 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn31_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h121 void (*dsc_pg_control)(struct dce_hwseq *hws, member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c132 .dsc_pg_control = dcn20_dsc_pg_control,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c132 .dsc_pg_control = dcn20_dsc_pg_control,
Ddcn30_hwseq.c533 if (hws->funcs.dsc_pg_control != NULL) in dcn30_init_hw()
534 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn30_init_hw()