intel_extreme: Clear all framebuffer tile mode bits

Some newer architecture added Y tiling

Maybe fixes #17688

Change-Id: I048c2523b8a804e53752f12cfed436616a6a6964
Reviewed-on: https://review.haiku-os.org/c/haiku/+/11027
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
Sam Roberts
2026-05-28 12:20:19 +00:00
committed by Jérôme Duval
parent 0088ac13b0
commit ce692ecc03
2 changed files with 2 additions and 2 deletions
@@ -1316,7 +1316,7 @@ struct intel_brightness_legacy {
#define DISPLAY_CONTROL_RGB16_SKY (0x0eUL << 24)
#define DISPLAY_CONTROL_RGB32_SKY (0x04UL << 24)
#define DISPLAY_CONTROL_RGB64_SKY (0x06UL << 24)
#define DISPLAY_CONTROL_X_TILED (1UL << 10)
#define DISPLAY_CONTROL_TILE_MODE_MASK (7UL << 10)
// INTEL_DISPLAY_A_PIPE_CONTROL ILK+
#define INTEL_PIPE_DITHER_TYPE_MASK (0x0000000c)