drm/i915: add TDL unit clock gating disable for VLV
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index e748f665a0d946a9dbd1f6f6b634fd790285681a..5d7cf5f7e750ad85879a80ff4e22c716691cc715 100644 (file)
 
 #define GEN6_UCGCTL2                           0x9404
 # define GEN7_VDSUNIT_CLOCK_GATE_DISABLE               (1 << 30)
+# define GEN7_TDLUNIT_CLOCK_GATE_DISABLE               (1 << 22)
 # define GEN6_RCZUNIT_CLOCK_GATE_DISABLE               (1 << 13)
 # define GEN6_RCPBUNIT_CLOCK_GATE_DISABLE              (1 << 12)
 # define GEN6_RCCUNIT_CLOCK_GATE_DISABLE               (1 << 11)
This page took 0.029238 seconds and 5 git commands to generate.