Home
last modified time | relevance | path

Searched refs:enable_stream_gating (Results 1 – 15 of 15) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
Ddcn10_init.c106 .enable_stream_gating = NULL,
Ddcn10_hwseq.c1753 if (hws->funcs.enable_stream_gating) in dcn10_reset_hw_ctx_wrap()
1754 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
Ddcn201_init.c111 .enable_stream_gating = NULL,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
Ddcn301_init.c125 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
Ddcn20_init.c119 .enable_stream_gating = dcn20_enable_stream_gating,
Ddcn20_hwseq.c2882 if (hws->funcs.enable_stream_gating) in dcn20_reset_hw_ctx_wrap()
2883 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
Ddcn21_init.c122 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
Ddcn31_init.c130 .enable_stream_gating = dcn20_enable_stream_gating,
Ddcn31_hwseq.c602 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap()
603 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
Ddcn30_init.c127 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
Ddcn314_init.c133 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
Ddcn32_init.c139 .enable_stream_gating = dcn20_enable_stream_gating,
Ddcn32_hwseq.c1549 if (hws->funcs.enable_stream_gating) in dcn32_disable_phantom_streams()
1550 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn32_disable_phantom_streams()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/
Dhw_sequencer_private.h76 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dce110/
Ddce110_hwseq.c3378 .enable_stream_gating = NULL,