Re: [Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline

From: Linus Torvalds
Date: Tue Aug 18 2020 - 21:59:51 EST


On Tue, Aug 18, 2020 at 6:13 PM Dave Airlie <airlied@xxxxxxxxx> wrote:
>
> I think there's been some discussion about reverting that change for
> other reasons, but it's quite likely the culprit.

Hmm. It reverts cleanly, but the end result doesn't work, because of
other changes.

Reverting all of

763fedd6a216 ("drm/i915: Remove i915_gem_object_get_dirty_page()")
7ac2d2536dfa ("drm/i915/gem: Delete unused code")
9e0f9464e2ab ("drm/i915/gem: Async GPU relocations only")

seems to at least build.

Pavel, does doing those three reverts make things work for you?

Linus