hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/i915/i915_pci.c
....@@ -403,7 +403,8 @@
403403 .has_coherent_ggtt = true, \
404404 .has_llc = 1, \
405405 .has_rc6 = 1, \
406
- .has_rc6p = 1, \
406
+ /* snb does support rc6p, but enabling it causes various issues */ \
407
+ .has_rc6p = 0, \
407408 .has_rps = true, \
408409 .dma_mask_size = 40, \
409410 .ppgtt_type = INTEL_PPGTT_ALIASING, \