Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_init.c40 dc->hwseq->funcs.dsc_pg_control = dcn302_dsc_pg_control; in dcn302_hw_sequencer_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_init.c20 dc->hwseq->funcs.dsc_pg_control = dcn303_dsc_pg_control; in dcn303_hw_sequencer_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_init.c119 .dsc_pg_control = NULL,
A Ddcn10_hw_sequencer.c1428 if (hws->funcs.dsc_pg_control != NULL) { in dcn10_init_pipes()
1465 hws->funcs.dsc_pg_control(hws, dc->res_pool->dscs[i]->inst, false); in dcn10_init_pipes()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_init.c123 .dsc_pg_control = NULL,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_init.c140 .dsc_pg_control = dcn20_dsc_pg_control,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_init.c134 .dsc_pg_control = dcn20_dsc_pg_control,
A Ddcn20_hwseq.c2242 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
2244 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
2257 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
2259 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_init.c138 .dsc_pg_control = dcn20_dsc_pg_control,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_init.c140 .dsc_pg_control = dcn20_dsc_pg_control,
A Ddcn30_hwseq.c539 if (hws->funcs.dsc_pg_control != NULL) in dcn30_init_hw()
540 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn30_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_init.c141 .dsc_pg_control = dcn31_dsc_pg_control,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_init.c143 .dsc_pg_control = dcn314_dsc_pg_control,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_init.c144 .dsc_pg_control = dcn32_dsc_pg_control,
A Ddcn32_hwseq.c791 if (hws->funcs.dsc_pg_control != NULL) in dcn32_init_hw()
792 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn32_init_hw()
1364 hws->funcs.dsc_pg_control(hws, dsc->inst, true); in dcn32_update_dsc_pg()
1368 hws->funcs.dsc_pg_control(hws, dsc->inst, false); in dcn32_update_dsc_pg()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer_private.h124 void (*dsc_pg_control)(struct dce_hwseq *hws, member

Completed in 30 milliseconds