Searched refs:dsc_pg_control (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 111 .dsc_pg_control = NULL,
|
D | dcn10_hw_sequencer.c | 1340 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/ |
D | dcn30_init.c | 125 .dsc_pg_control = dcn20_dsc_pg_control,
|
D | dcn30_hwseq.c | 507 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/ |
D | dcn20_init.c | 125 .dsc_pg_control = dcn20_dsc_pg_control,
|
D | dcn20_hwseq.c | 1932 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/ |
D | hw_sequencer_private.h | 121 void (*dsc_pg_control)(struct dce_hwseq *hws, member
|
/Linux-v5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 129 .dsc_pg_control = dcn20_dsc_pg_control,
|