aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/i915/i915_drv.h')
-rw-r--r--drivers/gpu/drm/i915/i915_drv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 3843383e13cc..a00ee3da632f 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -40,6 +40,7 @@
40#include <linux/backlight.h> 40#include <linux/backlight.h>
41#include <linux/intel-iommu.h> 41#include <linux/intel-iommu.h>
42#include <linux/kref.h> 42#include <linux/kref.h>
43#include <linux/pm_qos.h>
43 44
44/* General customization: 45/* General customization:
45 */ 46 */
@@ -665,6 +666,9 @@ typedef struct drm_i915_private {
665 /* protects the irq masks */ 666 /* protects the irq masks */
666 spinlock_t irq_lock; 667 spinlock_t irq_lock;
667 668
669 /* To control wakeup latency, e.g. for irq-driven dp aux transfers. */
670 struct pm_qos_request pm_qos;
671
668 /* DPIO indirect register protection */ 672 /* DPIO indirect register protection */
669 spinlock_t dpio_lock; 673 spinlock_t dpio_lock;
670 674