Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn303/
H A Ddcn303_init.c39 dc->hwseq->funcs.enable_power_gating_plane = dcn303_enable_power_gating_plane; in dcn303_hw_sequencer_construct()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_init.c114 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
H A Ddcn10_hwseq.c1620 if (hws->funcs.enable_power_gating_plane) in dcn10_init_hw()
1621 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn10_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_init.c119 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_init.c130 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_init.c127 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
H A Ddcn20_hwseq.c3088 hws->funcs.enable_power_gating_plane(hws, true); in dcn20_fpga_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
H A Ddcn301_init.c133 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_init.c135 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
H A Ddcn30_hwseq.c707 if (hws->funcs.enable_power_gating_plane) in dcn30_init_hw()
708 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn30_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_init.c138 .enable_power_gating_plane = dcn31_enable_power_gating_plane,
H A Ddcn31_hwseq.c179 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
180 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn31_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c141 .enable_power_gating_plane = dcn314_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn351/
H A Ddcn351_init.c149 .enable_power_gating_plane = dcn35_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_init.c149 .enable_power_gating_plane = dcn35_enable_power_gating_plane,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_init.c124 .enable_power_gating_plane = dcn32_enable_power_gating_plane,
H A Ddcn401_hwseq.c306 if (hws->funcs.enable_power_gating_plane) in dcn401_init_hw()
307 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn401_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_init.c147 .enable_power_gating_plane = dcn32_enable_power_gating_plane,
H A Ddcn32_hwseq.c852 if (hws->funcs.enable_power_gating_plane) in dcn32_init_hw()
853 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn32_init_hw()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h115 void (*enable_power_gating_plane)(struct dce_hwseq *hws, member
/linux/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c2755 dc->hwseq->funcs.enable_power_gating_plane = NULL; in dcn20_resource_construct()