Skip to content

Commit

Permalink
Add gaze19
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Crawford <[email protected]>
  • Loading branch information
crawfxrd committed May 21, 2024
1 parent a546efa commit d082103
Show file tree
Hide file tree
Showing 2 changed files with 7 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 @@ -106,6 +106,7 @@ const EXTERNAL_DISPLAY_REQUIRES_NVIDIA: &[&str] = &[
"gaze16-3060-b",
"gaze17-3050",
"gaze17-3060-b",
"gaze19",
"kudu6",
"oryp4",
"oryp4-b",
Expand Down
6 changes: 6 additions & 0 deletions src/hotplug/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,12 @@ impl HotPlugDetect {
],
}),
}),
"gaze19" => {
let gpios = vec![
0x04, // HDMI
];
Ok(Self { integrated: Integrated::Amd(Amd::new(gpios)?) })
},
"kudu6" => {
let gpios = vec![
0x02, // USB-C
Expand Down

0 comments on commit d082103

Please sign in to comment.