OSDN Git Service

drm/i915/gem: Mark up sw-fence notify function
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Mar 2020 22:17:38 +0000 (22:17 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 11 Mar 2020 22:23:47 +0000 (22:23 +0000)
commitc02aac25f150d1b7215b9481f8cdd30cc607bedf
treeb0986e7efaa7369a2885c655bf5f1a18d1f05d47
parent1aae3065197280bdc50367cc16ccd59aba7580a2
drm/i915/gem: Mark up sw-fence notify function

The sw-fence notify function requires to be at least 4-byte aligned so
that we can use the low bits in the function pointer for internal fence
flags. Make it so.

References: https://gitlab.freedesktop.org/drm/intel/issues/1433
Fixes: 42fb60de3129 ("drm/i915/gem: Don't leak non-persistent requests on changing engines")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200311221739.30375-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gem/i915_gem_context.c