Home
last modified time | relevance | path

Searched refs:enable_power_gating_plane (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h296 void (*enable_power_gating_plane)( member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1989 dc->hwss.enable_power_gating_plane(hws, true); in dcn20_fpga_init_hw()
2124 dc->hwss.enable_power_gating_plane = dcn20_enable_power_gating_plane; in dcn20_hw_sequencer_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1207 dc->hwss.enable_power_gating_plane(hws, true); in dcn10_init_hw()
1302 dc->hwss.enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
3370 .enable_power_gating_plane = dcn10_enable_power_gating_plane,