Searched refs:hubp_pg_control (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn302/ |
H A D | dcn302_init.c | 39 dc->hwseq->funcs.hubp_pg_control = dcn302_hubp_pg_control; in dcn302_hw_sequencer_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/ |
H A D | dcn303_init.c | 37 dc->hwseq->funcs.hubp_pg_control = dcn303_hubp_pg_control; in dcn303_hw_sequencer_construct()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/ |
H A D | dcn10_init.c | 117 .hubp_pg_control = dcn10_hubp_pg_control,
|
H A D | dcn10_hwseq.c | 988 if (hws->funcs.hubp_pg_control) in power_on_plane_resources() 989 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane_resources() 1011 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa() 1040 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa() 1466 if (hws->funcs.hubp_pg_control) in dcn10_plane_atomic_power_down() 1467 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/ |
H A D | dcn201_init.c | 122 .hubp_pg_control = dcn10_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/ |
H A D | dcn20_init.c | 130 .hubp_pg_control = dcn20_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/ |
H A D | dcn301_init.c | 136 .hubp_pg_control = dcn20_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/ |
H A D | dcn21_init.c | 133 .hubp_pg_control = dcn20_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/ |
H A D | dcn30_init.c | 138 .hubp_pg_control = dcn20_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_init.c | 143 .hubp_pg_control = dcn31_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/ |
H A D | dcn31_init.c | 139 .hubp_pg_control = dcn31_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/ |
H A D | dcn32_init.c | 148 .hubp_pg_control = dcn32_hubp_pg_control,
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/ |
H A D | dcn401_init.c | 129 .hubp_pg_control = dcn32_hubp_pg_control,
|
H A D | dcn401_hwseq.c | 2645 if (hws->funcs.hubp_pg_control) in dcn401_plane_atomic_power_down() 2646 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn401_plane_atomic_power_down()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/ |
H A D | hw_sequencer_private.h | 133 void (*hubp_pg_control)(struct dce_hwseq *hws, member
|