Skip to content

Commit 9bba4a3

Browse files
committed
drm/asahi: hw/t600x: Expand some mappings
Seems this changed in 13.5. Probably doesn't matter but should be safe to always expand. Signed-off-by: Asahi Lina <[email protected]>
1 parent 2442d3b commit 9bba4a3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/asahi/hw/t600x.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const fn iomaps(mcc_count: usize, has_die1: bool) -> [Option<IOMapping>; 20] {
1515
None, // UVD
1616
None, // unused
1717
None, // DisplayUnderrunWA
18-
Some(IOMapping::new(0x28e494000, 0x1000, 0x1000, false)), // AnalogTempSensorControllerRegs
18+
Some(IOMapping::new(0x28e494000, 0x8000, 0x4000, false)), // AnalogTempSensorControllerRegs
1919
None, // PMPDoorbell
2020
Some(IOMapping::new(0x404d80000, 0x8000, 0x8000, true)), // MetrologySensorRegs
2121
Some(IOMapping::new(0x204d61000, 0x1000, 0x1000, true)), // GMGIFAFRegs
@@ -37,7 +37,7 @@ const fn iomaps(mcc_count: usize, has_die1: bool) -> [Option<IOMapping>; 20] {
3737
None, // CRE registers
3838
None, // Streaming codec registers
3939
Some(IOMapping::new(0x28e3d0000, 0x1000, 0x1000, true)), // ?
40-
Some(IOMapping::new(0x28e3c0000, 0x1000, 0x1000, false)), // ?
40+
Some(IOMapping::new(0x28e3c0000, 0x2000, 0x2000, false)), // ?
4141
]
4242
}
4343

0 commit comments

Comments
 (0)