diff options
author | graysky | 2020-03-22 13:45:24 -0400 |
---|---|---|
committer | graysky | 2020-03-22 13:45:24 -0400 |
commit | dbf9afcc7c555832a7c66befc7e16681d61b0e81 (patch) | |
tree | 8da54e31c9307424b1189a887769e91277f56df0 /0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch | |
parent | 51a5a879adbbddf2abdd9f5102626b57ceef7ddb (diff) | |
download | aur-dbf9afcc7c555832a7c66befc7e16681d61b0e81.tar.gz |
Update to 5.5.11-2
Diffstat (limited to '0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch')
-rw-r--r-- | 0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch b/0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch index 2dc3ed48e34..14bb38c1b18 100644 --- a/0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch +++ b/0007-drm-i915-gem-Try-to-flush-pending-unbind-events.patch @@ -1,7 +1,7 @@ -From a9aa912dce23628748d441177032ff9a5b96d949 Mon Sep 17 00:00:00 2001 +From 846865567a7570b072f881618335035aef030098 Mon Sep 17 00:00:00 2001 From: Chris Wilson <chris@chris-wilson.co.uk> Date: Wed, 4 Dec 2019 12:35:56 +0000 -Subject: [PATCH 07/11] drm/i915/gem: Try to flush pending unbind events +Subject: [PATCH 07/12] drm/i915/gem: Try to flush pending unbind events If we cannot handle a vma within the unbind loop, try to flush the pending events (i915_vma_parked, i915_vm_release) and try again. This |