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.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/gpu/drm/i915/i915_drv.h b/drivers/gpu/drm/i915/i915_drv.h
index 7f05736c6d8..9e446b62164 100644
--- a/drivers/gpu/drm/i915/i915_drv.h
+++ b/drivers/gpu/drm/i915/i915_drv.h
@@ -93,6 +93,12 @@ struct intel_pch_pll {
93}; 93};
94#define I915_NUM_PLLS 2 94#define I915_NUM_PLLS 2
95 95
96struct intel_ddi_plls {
97 int spll_refcount;
98 int wrpll1_refcount;
99 int wrpll2_refcount;
100};
101
96/* Interface history: 102/* Interface history:
97 * 103 *
98 * 1.1: Original. 104 * 1.1: Original.
@@ -812,6 +818,7 @@ typedef struct drm_i915_private {
812 wait_queue_head_t pending_flip_queue; 818 wait_queue_head_t pending_flip_queue;
813 819
814 struct intel_pch_pll pch_plls[I915_NUM_PLLS]; 820 struct intel_pch_pll pch_plls[I915_NUM_PLLS];
821 struct intel_ddi_plls ddi_plls;
815 822
816 /* Reclocking support */ 823 /* Reclocking support */
817 bool render_reclock_avail; 824 bool render_reclock_avail;