Searched refs:dpp_pg_control (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
H A D | dcn302_init.c | 38 dc->hwseq->funcs.dpp_pg_control = dcn302_dpp_pg_control; in dcn302_hw_sequencer_construct()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
H A D | dcn303_init.c | 18 dc->hwseq->funcs.dpp_pg_control = dcn303_dpp_pg_control; in dcn303_hw_sequencer_construct()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
H A D | dcn10_init.c | 117 .dpp_pg_control = dcn10_dpp_pg_control,
|
H A D | dcn10_hw_sequencer.c | 743 if (hws->funcs.dpp_pg_control) in power_on_plane_resources() 744 hws->funcs.dpp_pg_control(hws, plane_id, true); in power_on_plane_resources() 1237 if (hws->funcs.dpp_pg_control) in dcn10_plane_atomic_power_down() 1238 hws->funcs.dpp_pg_control(hws, dpp->inst, false); in dcn10_plane_atomic_power_down()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
H A D | dcn201_init.c | 121 .dpp_pg_control = dcn10_dpp_pg_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
H A D | dcn21_init.c | 135 .dpp_pg_control = dcn20_dpp_pg_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
H A D | dcn301_init.c | 137 .dpp_pg_control = dcn20_dpp_pg_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
H A D | dcn20_init.c | 131 .dpp_pg_control = dcn20_dpp_pg_control,
|
H A D | dcn20_hwseq.c | 1130 if (hws->funcs.dpp_pg_control) in dcn20_power_on_plane_resources() 1131 hws->funcs.dpp_pg_control(hws, pipe_ctx->plane_res.dpp->inst, true); in dcn20_power_on_plane_resources()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
H A D | dcn30_init.c | 136 .dpp_pg_control = dcn20_dpp_pg_control,
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/ |
H A D | hw_sequencer_private.h | 122 void (*dpp_pg_control)(struct dce_hwseq *hws, member
|