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 4819d16 commit 04d0199Copy full SHA for 04d0199
drivers/gpu/drm/i915/gt/intel_ggtt_fencing.c
@@ -653,8 +653,8 @@ static void detect_bit_6_swizzle(struct i915_ggtt *ggtt)
653
* banks of memory are paired and unswizzled on the
654
* uneven portion, so leave that as unknown.
655
*/
656
- if (intel_uncore_read(uncore, C0DRB3) ==
657
- intel_uncore_read(uncore, C1DRB3)) {
+ if (intel_uncore_read16(uncore, C0DRB3) ==
+ intel_uncore_read16(uncore, C1DRB3)) {
658
swizzle_x = I915_BIT_6_SWIZZLE_9_10;
659
swizzle_y = I915_BIT_6_SWIZZLE_9;
660
}
0 commit comments