amdgpu_dc.c | 781 struct dc_stream_state *old_stream = local in function:disable_dangling_plane 786 if (old_stream == context->streams[j]) { 791 if (should_disable && old_stream) { 792 dc_rem_all_planes_for_stream(dc, old_stream, dangling_context); 793 disable_all_writeback_pipes_for_stream(dc, old_stream, dangling_context); 795 dc->hwss.apply_ctx_for_surface(dc, old_stream, 0, dangling_context);
|