Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn303/
Ddcn303_init.c21 dc->hwseq->funcs.enable_power_gating_plane = dcn303_enable_power_gating_plane; in dcn303_hw_sequencer_construct()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn31/
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()
206 if (hws->funcs.enable_power_gating_plane) in dcn31_init_hw()
207 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn31_init_hw()
Ddcn31_init.c137 .enable_power_gating_plane = dcn31_enable_power_gating_plane,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_init.c116 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
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.1.9/drivers/gpu/drm/amd/display/dc/dcn201/
Ddcn201_init.c120 .enable_power_gating_plane = dcn10_enable_power_gating_plane,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_init.c135 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_init.c130 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
Ddcn20_resource.c2727 dc->hwseq->funcs.enable_power_gating_plane = NULL; in dcn20_resource_construct()
Ddcn20_hwseq.c2678 hws->funcs.enable_power_gating_plane(hws, true); in dcn20_fpga_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_init.c134 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_init.c135 .enable_power_gating_plane = dcn20_enable_power_gating_plane,
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.1.9/drivers/gpu/drm/amd/display/dc/dcn32/
Ddcn32_init.c137 .enable_power_gating_plane = dcn32_enable_power_gating_plane,
Ddcn32_hwseq.c964 if (hws->funcs.enable_power_gating_plane) in dcn32_init_hw()
965 hws->funcs.enable_power_gating_plane(dc->hwseq, true); in dcn32_init_hw()
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn314/
Ddcn314_init.c139 .enable_power_gating_plane = dcn314_enable_power_gating_plane,
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer_private.h116 void (*enable_power_gating_plane)(struct dce_hwseq *hws, member