Skip to content

Commit 64cc7cb

Browse files
asahilinaherrnst
authored andcommitted
drm/asahi: initdata: Fix ver_info for G13 V13.5
Signed-off-by: Asahi Lina <[email protected]>
1 parent 5501e97 commit 64cc7cb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

drivers/gpu/drm/asahi/initdata.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -871,9 +871,7 @@ impl<'a> InitDataBuilder::ver<'a> {
871871
|inner, _ptr| {
872872
let cfg = &self.cfg;
873873
try_init!(raw::InitData::ver {
874-
#[ver(V == V13_5 && G == G13)]
875-
ver_info: Array::new([1, 1, 16, 1]), // TODO
876-
#[ver(V == V13_5 && G == G14)]
874+
#[ver(V == V13_5 && G != G14X)]
877875
ver_info: Array::new([0x6ba0, 0x1f28, 0x601, 0xb0]),
878876
#[ver(V == V13_5 && G == G14X)]
879877
ver_info: Array::new([0xb390, 0x70f8, 0x601, 0xb0]),

0 commit comments

Comments
 (0)