]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: debugfs/i915_gem_seqno_info does not need rpm nor struct_mutex
authorChris Wilson <chris@chris-wilson.co.uk>
Sat, 3 Sep 2016 06:53:42 +0000 (07:53 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Sat, 3 Sep 2016 12:10:26 +0000 (13:10 +0100)
commitc64f9d3c9b6e70d2f5f953ecf3d8ffbe81e017fd
treecde8900ca734e208d76c7c257da46839ec3a0526
parentdd1d031f4820179b12060c83978f3f5db8c27841
drm/i915: debugfs/i915_gem_seqno_info does not need rpm nor struct_mutex

i915_gem_seqno_info() supplies its own spinlocks to access the waiters,
and doesn't need any GGTT or mmio access.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Link: http://patchwork.freedesktop.org/patch/msgid/20160903065343.25151-1-chris@chris-wilson.co.uk
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
drivers/gpu/drm/i915/i915_debugfs.c