Searched refs:hubp_pg_control (Results 1 – 14 of 14) sorted by relevance
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn302/ |
D | dcn302_init.c | 39 dc->hwseq->funcs.hubp_pg_control = dcn302_hubp_pg_control; in dcn302_hw_sequencer_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn303/ |
D | dcn303_init.c | 19 dc->hwseq->funcs.hubp_pg_control = dcn303_hubp_pg_control; in dcn303_hw_sequencer_construct()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 118 .hubp_pg_control = dcn10_hubp_pg_control,
|
D | dcn10_hw_sequencer.c | 745 if (hws->funcs.hubp_pg_control) in power_on_plane_resources() 746 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane_resources() 768 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa() 797 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa() 1238 if (hws->funcs.hubp_pg_control) in dcn10_plane_atomic_power_down() 1239 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_init.c | 122 .hubp_pg_control = dcn10_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 132 .hubp_pg_control = dcn20_hubp_pg_control,
|
D | dcn20_hwseq.c | 1133 if (hws->funcs.hubp_pg_control) in dcn20_power_on_plane_resources() 1134 hws->funcs.hubp_pg_control(hws, pipe_ctx->plane_res.hubp->inst, true); in dcn20_power_on_plane_resources()
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 136 .hubp_pg_control = dcn20_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_init.c | 138 .hubp_pg_control = dcn20_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 137 .hubp_pg_control = dcn20_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_init.c | 139 .hubp_pg_control = dcn31_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_init.c | 142 .hubp_pg_control = dcn31_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_init.c | 143 .hubp_pg_control = dcn32_hubp_pg_control,
|
/Linux-v6.6/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer_private.h | 125 void (*hubp_pg_control)(struct dce_hwseq *hws, member
|