Skip to content

Commit d082103

Browse files
committed
Add gaze19
Signed-off-by: Tim Crawford <[email protected]>
1 parent a546efa commit d082103

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

src/graphics.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ const EXTERNAL_DISPLAY_REQUIRES_NVIDIA: &[&str] = &[
106106
"gaze16-3060-b",
107107
"gaze17-3050",
108108
"gaze17-3060-b",
109+
"gaze19",
109110
"kudu6",
110111
"oryp4",
111112
"oryp4-b",

src/hotplug/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@ impl HotPlugDetect {
279279
],
280280
}),
281281
}),
282+
"gaze19" => {
283+
let gpios = vec![
284+
0x04, // HDMI
285+
];
286+
Ok(Self { integrated: Integrated::Amd(Amd::new(gpios)?) })
287+
},
282288
"kudu6" => {
283289
let gpios = vec![
284290
0x02, // USB-C

0 commit comments

Comments
 (0)