kernel/drivers/gpu/drm/i915/i915_pci.c
.. .. @@ -403,7 +403,8 @@ 403 403 .has_coherent_ggtt = true, \ 404 404 .has_llc = 1, \ 405 405 .has_rc6 = 1, \ 406 - .has_rc6p = 1, \406 + /* snb does support rc6p, but enabling it causes various issues */ \407 + .has_rc6p = 0, \407 408 .has_rps = true, \ 408 409 .dma_mask_size = 40, \ 409 410 .ppgtt_type = INTEL_PPGTT_ALIASING, \