Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_init.c19 dc->hwseq->funcs.enable_power_gating_plane = dcn303_enable_power_gating_plane; in dcn303_hw_sequencer_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn31/
Ddcn31_hwseq.c95 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
96 hws->funcs.enable_power_gating_plane(hws, true); in dcn31_init_hw()
290 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
291 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn31_init_hw()
Ddcn31_init.c128 .enable_power_gating_plane = dcn31_enable_power_gating_plane,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c111 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
Ddcn10_hw_sequencer.c1336 if (hws->funcs.enable_power_gating_plane) in dcn10_init_hw()
1337 hws->funcs.enable_power_gating_plane(hws, true); in dcn10_init_hw()
1490 if (hws->funcs.enable_power_gating_plane) in dcn10_init_hw()
1491 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c124 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
Ddcn20_hwseq.c2455 hws->funcs.enable_power_gating_plane(hws, true); in dcn20_fpga_init_hw()
Ddcn20_resource.c4026 dc->hwseq->funcs.enable_power_gating_plane = NULL; in dcn20_resource_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_init.c129 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h113 void (*enable_power_gating_plane)(struct dce_hwseq *hws, member
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c128 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c127 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
Ddcn30_hwseq.c467 if (hws->funcs.enable_power_gating_plane) in dcn30_init_hw()
468 hws->funcs.enable_power_gating_plane(hws, true); in dcn30_init_hw()
650 if (hws->funcs.enable_power_gating_plane) in dcn30_init_hw()
651 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn30_init_hw()