]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Aug 2017 17:57:42 +0000 (18:57 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 10 Aug 2017 20:42:36 +0000 (21:42 +0100)
commitb266113cb5cc25da510597bb2f742bd65943769c
treea49c903d867af216941fd80acbf3547540ca20fa
parentb910b473896d6a8b32f3e3e146f57d8b13d65793
drm/i915/perf: Drop lockdep assert for i915_oa_init_reg_state()

This is called from execlist context init which we need to be unlocked.
Commit 95c5c461d32f ("drm/i915/perf: Implement
I915_PERF_ADD/REMOVE_CONFIG interface") added a lockdep assert to this
path for unclear reasons, remove it again!

Fixes: 95c5c461d32f ("drm/i915/perf: Implement I915_PERF_ADD/REMOVE_CONFIG interface")
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Cc: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Cc: Matthew Auld <matthew.auld@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20170810175743.25401-2-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
drivers/gpu/drm/i915/i915_perf.c