Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dhw_sequencer.h89 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hwseq.c1697 if (dc->hwss.enable_stream_gating) in dcn20_reset_hw_ctx_wrap()
1698 dc->hwss.enable_stream_gating(dc, pipe_ctx); in dcn20_reset_hw_ctx_wrap()
2116 dc->hwss.enable_stream_gating = dcn20_enable_stream_gating; in dcn20_hw_sequencer_construct()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hw_sequencer.c1328 if (dc->hwss.enable_stream_gating) in dcn10_reset_hw_ctx_wrap()
1329 dc->hwss.enable_stream_gating(dc, pipe_ctx); in dcn10_reset_hw_ctx_wrap()
3359 .enable_stream_gating = NULL,
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_hw_sequencer.c2765 .enable_stream_gating = NULL,