Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c112 .dsc_pg_control = NULL,
H A Ddcn10_hw_sequencer.c1350 if (hws->funcs.dsc_pg_control != NULL) in dcn10_init_hw()
1351 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn10_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c125 .dsc_pg_control = dcn20_dsc_pg_control,
H A Ddcn20_hwseq.c1940 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1942 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, true); in dcn20_disable_stream_gating()
1955 hws->funcs.dsc_pg_control(hws, pipe_ctx->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
1957 hws->funcs.dsc_pg_control(hws, odm_pipe->stream_res.dsc->inst, false); in dcn20_enable_stream_gating()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c125 .dsc_pg_control = dcn20_dsc_pg_control,
H A Ddcn30_hwseq.c517 if (hws->funcs.dsc_pg_control != NULL) in dcn30_init_hw()
518 hws->funcs.dsc_pg_control(hws, res_pool->dscs[i]->inst, false); in dcn30_init_hw()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c129 .dsc_pg_control = dcn20_dsc_pg_control,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h121 void (*dsc_pg_control)(struct dce_hwseq *hws, member