OSDN Git Service

drm/i915: Wait for active retire before i915_active_fini()
authorNirmoy Das <nirmoy.das@intel.com>
Mon, 22 May 2023 12:42:05 +0000 (14:42 +0200)
committerNirmoy Das <nirmoy.das@intel.com>
Tue, 23 May 2023 17:29:09 +0000 (19:29 +0200)
commit7a2280e8dcd2f1f436db9631287c0b21cf6a92b0
tree2233cafba6f7b87ef2e07cc82b509bf51e65c2d8
parent937859485aefed1d9df72feb6ea74a84ff5cfa46
drm/i915: Wait for active retire before i915_active_fini()

i915_active_fini() finalizes the debug object, which can occur before
the active retires and deactivates the debug object. Wait for one
final time before calling i915_active_fini();

Closes:: https://gitlab.freedesktop.org/drm/intel/-/issues/8311
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Reviewed-by: Andrzej Hajda <andrzej.hajda@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230522124205.368-1-nirmoy.das@intel.com
drivers/gpu/drm/i915/i915_vma.c