Home
last modified time | relevance | path

Searched refs:hubp_pg_control (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
H A Damdgpu_dcn10_init.c104 .hubp_pg_control = dcn10_hubp_pg_control,
H A Damdgpu_dcn10_hw_sequencer.c651 hws->funcs.hubp_pg_control(hws, plane_id, true); in power_on_plane()
672 hws->funcs.hubp_pg_control(hws, 0, false); in undo_DEGVIDCN10_253_wa()
701 hws->funcs.hubp_pg_control(hws, 0, true); in apply_DEGVIDCN10_253_wa()
1071 hws->funcs.hubp_pg_control(hws, hubp->inst, false); in dcn10_plane_atomic_power_down()
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
H A Damdgpu_dcn20_init.c115 .hubp_pg_control = dcn20_hubp_pg_control,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
H A Damdgpu_dcn21_init.c123 .hubp_pg_control = dcn20_hubp_pg_control,
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h117 void (*hubp_pg_control)(struct dce_hwseq *hws, member