projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e50787
)
drm/i915: Remove leftover gem.pm_notifier member
author
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 12 Nov 2019 11:34:34 +0000
(11:34 +0000)
committer
Chris Wilson
<chris@chris-wilson.co.uk>
Tue, 12 Nov 2019 12:02:34 +0000
(12:02 +0000)
Since we removed the pm hookup from the GT, the hook in
drm_i915_private.gem is unused. Remove it.
References:
18f3b2727fc3
("drm/i915: Remove pm park/unpark notifications")
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/20191112113434.31088-1-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_drv.h
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_drv.h
b/drivers/gpu/drm/i915/i915_drv.h
index 7e0f67babe20d9209b2dca5aa4c7695c288a4411..b82ff0bc6d0c934bd9c48608095c4756430fc920 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_drv.h
+++ b/
drivers/gpu/drm/i915/i915_drv.h
@@
-1252,8
+1252,6
@@
struct drm_i915_private {
struct intel_gt gt;
struct {
- struct notifier_block pm_notifier;
-
struct i915_gem_contexts {
spinlock_t lock; /* locks list */
struct list_head list;