]> Git Repo - linux.git/commit
drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()
authorMauro Carvalho Chehab <[email protected]>
Thu, 4 Aug 2022 07:37:22 +0000 (09:37 +0200)
committerRodrigo Vivi <[email protected]>
Mon, 8 Aug 2022 18:54:20 +0000 (14:54 -0400)
commit9d50bff40e3e366886ec37299fc317edf84be0c9
tree913b71eae5444e222869babb1e12bad56b338cf7
parent2826d447fbd60e6a05e53d5f918bceb8c04e315c
drm/i915: pass a pointer for tlb seqno at vma_invalidate_tlb()

WRITE_ONCE() should happen at the original var, not on a local
copy of it.

Cc: [email protected]
Fixes: 59eda6ce824e ("drm/i915/gt: Batch TLB invalidations")
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Signed-off-by: Rodrigo Vivi <[email protected]>
[added cc-stable while merging it]
Link: https://patchwork.freedesktop.org/patch/msgid/f9550e6bacea10131ff40dd8981b69eb9251cdcd.1659598090.git.mchehab@kernel.org
(cherry picked from commit 3d037d99e61a1e7a3ae3d214146d88db349dd19f)
Signed-off-by: Rodrigo Vivi <[email protected]>
drivers/gpu/drm/i915/gt/intel_ppgtt.c
drivers/gpu/drm/i915/i915_vma.c
drivers/gpu/drm/i915/i915_vma.h
This page took 0.064931 seconds and 4 git commands to generate.