Searched refs:disable_stream_gating (Results 1 – 4 of 4) sorted by relevance
87 void (*disable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
1336 if (dc->hwss.disable_stream_gating) { in apply_single_controller_ctx_to_hw()1337 dc->hwss.disable_stream_gating(dc, pipe_ctx); in apply_single_controller_ctx_to_hw()2764 .disable_stream_gating = NULL,
2115 dc->hwss.disable_stream_gating = dcn20_disable_stream_gating; in dcn20_hw_sequencer_construct()
3358 .disable_stream_gating = NULL,