Commit b5b61cb4 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Remove leftover gem.pm_notifier member



Since we removed the pm hookup from the GT, the hook in
drm_i915_private.gem is unused. Remove it.

References: 18f3b272 ("drm/i915: Remove pm park/unpark notifications")
Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Reviewed-by: default avatarTvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191112113434.31088-1-chris@chris-wilson.co.uk
parent 1e507872
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -1252,8 +1252,6 @@ struct drm_i915_private {
	struct intel_gt gt;
	struct intel_gt gt;


	struct {
	struct {
		struct notifier_block pm_notifier;

		struct i915_gem_contexts {
		struct i915_gem_contexts {
			spinlock_t lock; /* locks list */
			spinlock_t lock; /* locks list */
			struct list_head list;
			struct list_head list;