drm/i915: disable RCBP and VDS unit clock gating on SNB and VLV
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index 60562f0c70188d3f1a54d92ec38ff58a710c566c..e748f665a0d946a9dbd1f6f6b634fd790285681a 100644 (file)
 # define GEN6_CSUNIT_CLOCK_GATE_DISABLE                        (1 << 7)
 
 #define GEN6_UCGCTL2                           0x9404
+# define GEN7_VDSUNIT_CLOCK_GATE_DISABLE               (1 << 30)
 # 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.024132 seconds and 5 git commands to generate.