Searched refs:hubp_pg_control (Results 1 – 12 of 12) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dcn302/ |
| A D | dcn302_init.c | 37 dc->hwseq->funcs.hubp_pg_control = dcn302_hubp_pg_control; in dcn302_hw_sequencer_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn303/ |
| A D | dcn303_init.c | 17 dc->hwseq->funcs.hubp_pg_control = dcn303_hubp_pg_control; in dcn303_hw_sequencer_construct()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn10/ |
| A D | dcn10_init.c | 114 .hubp_pg_control = dcn10_hubp_pg_control,
|
| A D | dcn10_hw_sequencer.c | 743 if (hws->funcs.hubp_pg_control) in power_on_plane() 744 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane() 766 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa() 795 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa() 1196 if (hws->funcs.hubp_pg_control) in dcn10_plane_atomic_power_down() 1197 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn201/ |
| A D | dcn201_init.c | 117 .hubp_pg_control = dcn10_hubp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
| A D | dcn20_init.c | 126 .hubp_pg_control = dcn20_hubp_pg_control,
|
| A D | dcn20_hwseq.c | 1073 if (hws->funcs.hubp_pg_control) in dcn20_power_on_plane() 1074 hws->funcs.hubp_pg_control(hws, pipe_ctx->plane_res.hubp->inst, true); in dcn20_power_on_plane()
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn301/ |
| A D | dcn301_init.c | 131 .hubp_pg_control = dcn20_hubp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn30/ |
| A D | dcn30_init.c | 130 .hubp_pg_control = dcn20_hubp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn21/ |
| A D | dcn21_init.c | 130 .hubp_pg_control = dcn20_hubp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/dcn31/ |
| A D | dcn31_init.c | 132 .hubp_pg_control = dcn31_hubp_pg_control,
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| A D | hw_sequencer_private.h | 121 void (*hubp_pg_control)(struct dce_hwseq *hws, member
|
Completed in 23 milliseconds