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 4d92056 commit 77ff2a3Copy full SHA for 77ff2a3
1 file changed
i2c_smbus/i2c_amd_gpu.h
@@ -19,6 +19,8 @@ inline constexpr const char * RECOGNIZED_I2C_BUS_NAMES[] =
19
"AMD ADL",
20
// Linux i2c bus name since kernel 6.15
21
"AMDGPU DM i2c OEM bus",
22
+ // Linux i2c bus name since kernel 6.15 - older GPUs
23
+ "AMDGPU i2c bit bus OEM 0x97",
24
nullptr
25
};
26
0 commit comments