Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn303/
A Ddcn303_init.c21 dc->hwseq->funcs.enable_power_gating_plane = dcn303_enable_power_gating_plane; in dcn303_hw_sequencer_construct()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn31/
A Ddcn31_hwseq.c136 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
137 hws->funcs.enable_power_gating_plane(hws, true); in dcn31_init_hw()
207 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
208 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn31_init_hw()
A Ddcn31_init.c137 .enable_power_gating_plane = dcn31_enable_power_gating_plane,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn10/
A Ddcn10_init.c116 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
A Ddcn10_hw_sequencer.c1510 if (hws->funcs.enable_power_gating_plane) in dcn10_init_hw()
1511 hws->funcs.enable_power_gating_plane(hws, true); in dcn10_init_hw()
1569 if (hws->funcs.enable_power_gating_plane) in dcn10_init_hw()
1570 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn201/
A Ddcn201_init.c120 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn301/
A Ddcn301_init.c135 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn20/
A Ddcn20_init.c130 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
A Ddcn20_resource.c2749 dc->hwseq->funcs.enable_power_gating_plane = NULL; in dcn20_resource_construct()
A Ddcn20_hwseq.c2807 hws->funcs.enable_power_gating_plane(hws, true); in dcn20_fpga_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn21/
A Ddcn21_init.c134 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn30/
A Ddcn30_init.c135 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
A Ddcn30_hwseq.c469 if (hws->funcs.enable_power_gating_plane) in dcn30_init_hw()
470 hws->funcs.enable_power_gating_plane(hws, true); in dcn30_init_hw()
545 if (hws->funcs.enable_power_gating_plane) in dcn30_init_hw()
546 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn30_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn314/
A Ddcn314_init.c139 .enable_power_gating_plane = dcn314_enable_power_gating_plane,
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/dcn32/
A Ddcn32_init.c140 .enable_power_gating_plane = dcn32_enable_power_gating_plane,
A Ddcn32_hwseq.c889 if (hws->funcs.enable_power_gating_plane) in dcn32_init_hw()
890 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn32_init_hw()
/linux-6.3-rc2/drivers/gpu/drm/amd/display/dc/inc/
A Dhw_sequencer_private.h116 void (*enable_power_gating_plane)(struct dce_hwseq *hws, member

Completed in 31 milliseconds