Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_init.c107 .enable_stream_gating = NULL,
H A Ddcn10_hwseq.c1971 if (hws->funcs.enable_stream_gating) in dcn10_reset_hw_ctx_wrap()
1972 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn201/
H A Ddcn201_init.c112 .enable_stream_gating = NULL,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn21/
H A Ddcn21_init.c123 .enable_stream_gating = dcn20_enable_stream_gating,
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_init.c120 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn20_hwseq.c2913 if (hws->funcs.enable_stream_gating) in dcn20_reset_hw_ctx_wrap()
2914 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer_private.h78 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn31/
H A Ddcn31_hwseq.c646 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap()
647 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c1569 if (hws->funcs.enable_stream_gating) in dcn32_disable_phantom_streams()
1570 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn32_disable_phantom_streams()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c2076 if (hws->funcs.enable_stream_gating) in dcn401_reset_hw_ctx_wrap()
2077 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn401_reset_hw_ctx_wrap()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3424 .enable_stream_gating = NULL,