summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_runtime_pm.h
diff options
context:
space:
mode:
authorRodrigo Vivi <rodrigo.vivi@intel.com>2024-09-12 13:25:38 -0400
committerRodrigo Vivi <rodrigo.vivi@intel.com>2024-09-16 12:08:24 -0400
commitacc7a9b2b96123fe27c73ac637d8da58ddc09904 (patch)
treeb2ed2646c270e9b5ff919aec2c69a7adfdb80f1e /drivers/gpu/drm/i915/intel_runtime_pm.h
parent7e046d747fb5f9a22e35a04cac60fa6612ffc7b3 (diff)
downloadlinux-acc7a9b2b96123fe27c73ac637d8da58ddc09904.tar.gz
linux-acc7a9b2b96123fe27c73ac637d8da58ddc09904.tar.bz2
linux-acc7a9b2b96123fe27c73ac637d8da58ddc09904.zip
drm/i915/irq: Move irqs_enabled out of runtime_pm
This information is used in many places and it doesn't have anything to do with runtime_pm directly. Let's move it to the driver, where it belongs. Reviewed-by: Jonathan Cavitt <jonathan.cavitt@intel.com> Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240912172539.418957-2-rodrigo.vivi@intel.com Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/i915/intel_runtime_pm.h')
-rw-r--r--drivers/gpu/drm/i915/intel_runtime_pm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/intel_runtime_pm.h b/drivers/gpu/drm/i915/intel_runtime_pm.h
index de3579d399e1..796a2dcb307e 100644
--- a/drivers/gpu/drm/i915/intel_runtime_pm.h
+++ b/drivers/gpu/drm/i915/intel_runtime_pm.h
@@ -42,7 +42,6 @@ struct intel_runtime_pm {
atomic_t wakeref_count;
struct device *kdev; /* points to i915->drm.dev */
bool available;
- bool irqs_enabled;
bool no_wakeref_tracking;
/*