Merge branch 'topic/skl-stage1' into drm-intel-next-queued
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_gpu_error.c
index 386e45dbeff1f6fcb89680726ddc6693bf03234b..e664599de6e70e1b6abe9107f5c9611c1526c30d 100644 (file)
@@ -765,6 +765,7 @@ static void i915_gem_record_fences(struct drm_device *dev,
 
        /* Fences */
        switch (INTEL_INFO(dev)->gen) {
+       case 9:
        case 8:
        case 7:
        case 6:
@@ -923,6 +924,7 @@ static void i915_record_ring_state(struct drm_device *dev,
                ering->vm_info.gfx_mode = I915_READ(RING_MODE_GEN7(ring));
 
                switch (INTEL_INFO(dev)->gen) {
+               case 9:
                case 8:
                        for (i = 0; i < 4; i++) {
                                ering->vm_info.pdp[i] =
@@ -1387,6 +1389,7 @@ void i915_get_extra_instdone(struct drm_device *dev, uint32_t *instdone)
                WARN_ONCE(1, "Unsupported platform\n");
        case 7:
        case 8:
+       case 9:
                instdone[0] = I915_READ(GEN7_INSTDONE_1);
                instdone[1] = I915_READ(GEN7_SC_INSTDONE);
                instdone[2] = I915_READ(GEN7_SAMPLER_INSTDONE);
This page took 0.029862 seconds and 5 git commands to generate.