Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_init.c107 .enable_stream_gating = NULL,
H A Ddcn10_hwseq.c1754 if (hws->funcs.enable_stream_gating) in dcn10_reset_hw_ctx_wrap()
1755 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_init.c112 .enable_stream_gating = NULL,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn301/
H A Ddcn301_init.c126 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_init.c123 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_init.c120 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn20_hwseq.c2909 if (hws->funcs.enable_stream_gating) in dcn20_reset_hw_ctx_wrap()
2910 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_init.c130 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn31_hwseq.c614 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap()
615 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_init.c128 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_init.c133 .enable_stream_gating = dcn20_enable_stream_gating,
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_init.c139 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn32_hwseq.c1555 if (hws->funcs.enable_stream_gating) in dcn32_disable_phantom_streams()
1556 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn32_disable_phantom_streams()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h76 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c1881 if (hws->funcs.enable_stream_gating) in dcn401_reset_hw_ctx_wrap()
1882 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn401_reset_hw_ctx_wrap()
/linux-6.15/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3383 .enable_stream_gating = NULL,