forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-20 e636c8d336489bf3eed5878299e6cc045bbad077
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, \