Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c108 .enable_stream_gating = NULL,
H A Ddcn10_hw_sequencer.c1686 if (hws->funcs.enable_stream_gating) in dcn10_reset_hw_ctx_wrap()
1687 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn10_reset_hw_ctx_wrap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c112 .enable_stream_gating = NULL,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c128 .enable_stream_gating = dcn20_enable_stream_gating,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c126 .enable_stream_gating = dcn20_enable_stream_gating,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c122 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn20_hwseq.c2592 if (hws->funcs.enable_stream_gating) in dcn20_reset_hw_ctx_wrap()
2593 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn20_reset_hw_ctx_wrap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c130 .enable_stream_gating = dcn20_enable_stream_gating,
H A Ddcn31_hwseq.c589 if (hws->funcs.enable_stream_gating) in dcn31_reset_hw_ctx_wrap()
590 hws->funcs.enable_stream_gating(dc, pipe_ctx_old); in dcn31_reset_hw_ctx_wrap()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c127 .enable_stream_gating = dcn20_enable_stream_gating,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c132 .enable_stream_gating = dcn20_enable_stream_gating,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c136 .enable_stream_gating = dcn20_enable_stream_gating,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer_private.h76 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c3191 .enable_stream_gating = NULL,