We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dacc8 commit eee1893Copy full SHA for eee1893
drivers/gpu/drm/i915/i915_pci.c
@@ -437,7 +437,7 @@ static const struct intel_device_info snb_m_gt2_info = {
437
.has_rc6 = 1, \
438
.has_rc6p = 1, \
439
.has_rps = true, \
440
- .ppgtt_type = INTEL_PPGTT_FULL, \
+ .ppgtt_type = INTEL_PPGTT_ALIASING, \
441
.ppgtt_size = 31, \
442
IVB_PIPE_OFFSETS, \
443
IVB_CURSOR_OFFSETS, \
@@ -494,7 +494,7 @@ static const struct intel_device_info vlv_info = {
494
.has_rps = true,
495
.display.has_gmch = 1,
496
.display.has_hotplug = 1,
497
- .ppgtt_type = INTEL_PPGTT_FULL,
+ .ppgtt_type = INTEL_PPGTT_ALIASING,
498
.ppgtt_size = 31,
499
.has_snoop = true,
500
.has_coherent_ggtt = false,
0 commit comments