Re: [Intel-gfx] [PATCH RESEND] drm/i915: Fix display problems after resume

2022-10-10 Thread Andrzej Hajda
On 05.10.2022 14:11, Thomas Hellström wrote: Commit 39a2bd34c933 ("drm/i915: Use the vma resource as argument for gtt binding / unbinding") introduced a regression that due to the vma resource tracking of the binding state, dpt ptes were not correctly repopulated. Fix this by clearing the vma res

Re: [PATCH RESEND] drm/i915: Fix display problems after resume

2022-10-05 Thread Matthew Auld
Hi Thomas, On 05/10/2022 13:11, Thomas Hellström wrote: Commit 39a2bd34c933 ("drm/i915: Use the vma resource as argument for gtt binding / unbinding") introduced a regression that due to the vma resource tracking of the binding state, dpt ptes were not correctly repopulated. Fix this by clearing

[PATCH RESEND] drm/i915: Fix display problems after resume

2022-10-05 Thread Thomas Hellström
Commit 39a2bd34c933 ("drm/i915: Use the vma resource as argument for gtt binding / unbinding") introduced a regression that due to the vma resource tracking of the binding state, dpt ptes were not correctly repopulated. Fix this by clearing the vma resource state before repopulating. The state will