Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dcn302/
A Ddcn302_init.c38 dc->hwseq->funcs.dsc_pg_control = dcn302_dsc_pg_control; in dcn302_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_init.c18 dc->hwseq->funcs.dsc_pg_control = dcn303_dsc_pg_control; in dcn303_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_init.c115 .dsc_pg_control = NULL,
A Ddcn10_hw_sequencer.c1462 if (hws->funcs.dsc_pg_control != NULL) in dcn10_init_hw()
1463 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn10_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_init.c118 .dsc_pg_control = NULL,
/linux/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_init.c128 .dsc_pg_control = dcn20_dsc_pg_control,
A Ddcn20_hwseq.c1984 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1986 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1999 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
2001 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/linux/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_init.c134 .dsc_pg_control = dcn20_dsc_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_init.c133 .dsc_pg_control = dcn20_dsc_pg_control,
A 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()
/linux/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_init.c132 .dsc_pg_control = dcn20_dsc_pg_control,
/linux/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_init.c135 .dsc_pg_control = dcn31_dsc_pg_control,
A Ddcn31_hwseq.c197 if (hws->funcs.dsc_pg_control != NULL) in dcn31_init_hw()
198 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer_private.h124 void (*dsc_pg_control)(struct dce_hwseq *hws, member

Completed in 27 milliseconds