Skip to content

Commit

Permalink
Add oryp12
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <tcrawford@system76.com>
  • Loading branch information
crawfxrd committed Mar 8, 2024
1 parent 4f8731e commit 11330ef
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/graphics.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ const EXTERNAL_DISPLAY_REQUIRES_NVIDIA: &[&str] = &[
"oryp9",
"oryp10",
"oryp11",
"oryp12",
"serw13",
];

Expand Down
12 changes: 12 additions & 0 deletions src/hotplug/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -348,6 +348,18 @@ impl HotPlugDetect {
],
}),
}),
"oryp12" => Ok(Self {
integrated: Integrated::Intel(Intel {
sideband: Sideband::new(0xE000_0000)?,
port: 0x6E,
pins: [
0x04, // HDMI
0x08, // Mini DisplayPort
NO_PIN, // TOOD: USB-C?
NO_PIN, // NC
],
}),
}),
"serw13" => Ok(Self {
integrated: Integrated::Intel(Intel {
sideband: Sideband::new(0xE000_0000)?,
Expand Down

0 comments on commit 11330ef

Please sign in to comment.