Searched refs:hubp_pg_control (Results 1 – 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 111 .hubp_pg_control = dcn10_hubp_pg_control,
|
D | dcn10_hw_sequencer.c | 653 if (hws->funcs.hubp_pg_control) in power_on_plane() 654 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane() 676 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa() 705 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa() 1091 if (hws->funcs.hubp_pg_control) in dcn10_plane_atomic_power_down() 1092 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 123 .hubp_pg_control = dcn20_hubp_pg_control,
|
D | dcn20_hwseq.c | 1076 if (hws->funcs.hubp_pg_control) in dcn20_power_on_plane() 1077 hws->funcs.hubp_pg_control(hws, pipe_ctx->plane_res.hubp->inst, true); in dcn20_power_on_plane()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 122 .hubp_pg_control = dcn20_hubp_pg_control,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer_private.h | 118 void (*hubp_pg_control)(struct dce_hwseq *hws, member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 127 .hubp_pg_control = dcn20_hubp_pg_control,
|