]> git.itanic.dy.fi Git - linux-stable/commit
drm/i915: Set correct domains values at _i915_vma_move_to_active
authorNirmoy Das <nirmoy.das@intel.com>
Wed, 7 Sep 2022 17:26:41 +0000 (19:26 +0200)
committerMatthew Auld <matthew.auld@intel.com>
Thu, 8 Sep 2022 10:06:35 +0000 (11:06 +0100)
commit04f7eb3d4582a0a4da67c86e55fda7de2df86d91
treeb5e0b6fd60a70fa5021a6123509919c4dace048c
parent3bb6a44251b4d066d73faf43dc17bad05963ae16
drm/i915: Set correct domains values at _i915_vma_move_to_active

Fix regression introduced by commit:
"drm/i915: Individualize fences before adding to dma_resv obj"
which sets obj->read_domains to 0 for both read and write paths.
Also set obj->write_domain to 0 on read path which was removed by
the commit.

References: https://gitlab.freedesktop.org/drm/intel/-/issues/6639
Fixes: 420a07b841d0 ("drm/i915: Individualize fences before adding to dma_resv obj")
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Cc: <stable@vger.kernel.org> # v5.16+
Cc: Matthew Auld <matthew.auld@intel.com>
Cc: Andrzej Hajda <andrzej.hajda@intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Signed-off-by: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220907172641.12555-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/i915_vma.c