Skip to content

Commit 538ee13

Browse files
committed
fixup! drm/asahi: hw.t602x: Fixes for t6022
1 parent 34df9d4 commit 538ee13

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

  • drivers/gpu/drm/asahi/hw

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ pub(crate) enum GpuCore {
7171
G14G = 15,
7272
G14S = 16,
7373
G14C = 17,
74-
G14D = 18, /* Split out, unlike G13D */
75-
// G15M = 18,
76-
// G15P_AGX2 = 19,
77-
// G15P = 20,
74+
G14D = 18, // Split out, unlike G13D
7875
}
7976

8077
/// GPU revision ID. Note: Part of the firmware ABI.

0 commit comments

Comments
 (0)