Searched refs:disable_stream_gating (Results 1 – 6 of 6) sorted by relevance
106 .disable_stream_gating = NULL,
111 .disable_stream_gating = NULL,
122 .disable_stream_gating = dcn20_disable_stream_gating,
119 .disable_stream_gating = dcn20_disable_stream_gating,
77 void (*disable_stream_gating)(struct dc *dc, struct pipe_ctx *pipe_ctx); member
1583 if (hws->funcs.disable_stream_gating) { in dce110_apply_single_controller_ctx_to_hw()1584 hws->funcs.disable_stream_gating(dc, pipe_ctx); in dce110_apply_single_controller_ctx_to_hw()3423 .disable_stream_gating = NULL,