Home
last modified time | relevance | path

Searched refs:dpp_pg_control (Results 1 – 11 of 11) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn302/
Ddcn302_init.c38 dc->hwseq->funcs.dpp_pg_control = dcn302_dpp_pg_control; in dcn302_hw_sequencer_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
Ddcn303_init.c36 dc->hwseq->funcs.dpp_pg_control = dcn303_dpp_pg_control; in dcn303_hw_sequencer_construct()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_init.c115 .dpp_pg_control = dcn10_dpp_pg_control,
Ddcn10_hwseq.c803 if (hws->funcs.dpp_pg_control) in power_on_plane_resources()
804 hws->funcs.dpp_pg_control(hws, plane_id, true); in power_on_plane_resources()
1283 if (hws->funcs.dpp_pg_control) in dcn10_plane_atomic_power_down()
1284 hws->funcs.dpp_pg_control(hws, dpp->inst, false); in dcn10_plane_atomic_power_down()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
Ddcn201_init.c120 .dpp_pg_control = dcn10_dpp_pg_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
Ddcn301_init.c134 .dpp_pg_control = dcn20_dpp_pg_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_init.c128 .dpp_pg_control = dcn20_dpp_pg_control,
Ddcn20_hwseq.c1278 if (hws->funcs.dpp_pg_control) in dcn20_power_on_plane_resources()
1279 hws->funcs.dpp_pg_control(hws, pipe_ctx->plane_res.dpp->inst, true); in dcn20_power_on_plane_resources()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
Ddcn21_init.c131 .dpp_pg_control = dcn20_dpp_pg_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_init.c136 .dpp_pg_control = dcn20_dpp_pg_control,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer_private.h129 void (*dpp_pg_control)(struct dce_hwseq *hws, member