diff mbox series

drm/i915: Remove leftover gem.pm_notifier member

Message ID 20191112113434.31088-1-chris@chris-wilson.co.uk (mailing list archive)
State New, archived
Headers show
Series drm/i915: Remove leftover gem.pm_notifier member | expand

Commit Message

Chris Wilson Nov. 12, 2019, 11:34 a.m. UTC
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>
---
 drivers/gpu/drm/i915/i915_drv.h | 2 --
 1 file changed, 2 deletions(-)

Comments

Tvrtko Ursulin Nov. 12, 2019, 11:48 a.m. UTC | #1
On 12/11/2019 11:34, Chris Wilson wrote:
> 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>
> ---
>   drivers/gpu/drm/i915/i915_drv.h | 2 --
>   1 file changed, 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
> index c303707f5132..5f8bd1d54c59 100644
> --- 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;
> 

Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>

Regards,

Tvrtko
diff mbox series

Patch

diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index c303707f5132..5f8bd1d54c59 100644
--- 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;