Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c111 .dsc_pg_control = NULL,
Ddcn10_hw_sequencer.c1340 if (hws->funcs.dsc_pg_control != NULL) in dcn10_init_hw()
1341 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn10_init_hw()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c125 .dsc_pg_control = dcn20_dsc_pg_control,
Ddcn30_hwseq.c507 if (hws->funcs.dsc_pg_control != NULL) in dcn30_init_hw()
508 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn30_init_hw()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c125 .dsc_pg_control = dcn20_dsc_pg_control,
Ddcn20_hwseq.c1932 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1934 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1947 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
1949 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h121 void (*dsc_pg_control)(struct dce_hwseq *hws, member
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c129 .dsc_pg_control = dcn20_dsc_pg_control,