Searched refs:enable_stream_gating (Results 1 – 4 of 4) sorted by relevance
89 void (*enable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
1697 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()
1328 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,
2765 .enable_stream_gating = NULL,