summaryrefslogtreecommitdiffstats
path: root/roles/gpu_driver
diff options
context:
space:
mode:
Diffstat (limited to 'roles/gpu_driver')
-rw-r--r--roles/gpu_driver/meta/argument_specs.yml2
-rw-r--r--roles/gpu_driver/vars/main.yml2
2 files changed, 3 insertions, 1 deletions
diff --git a/roles/gpu_driver/meta/argument_specs.yml b/roles/gpu_driver/meta/argument_specs.yml
index 39ae9f59..2e923875 100644
--- a/roles/gpu_driver/meta/argument_specs.yml
+++ b/roles/gpu_driver/meta/argument_specs.yml
@@ -3,5 +3,5 @@ argument_specs:
main:
description: >
Detects the GPU present on the machine using PCI device information and
- includes the matching driver role (intel_i915 or nvidia_gtx1060).
+ includes the matching driver role (intel_i915, nvidia_gtx1060, or nvidia_gt750m).
options: {}
diff --git a/roles/gpu_driver/vars/main.yml b/roles/gpu_driver/vars/main.yml
index 8ad2da61..1ce84758 100644
--- a/roles/gpu_driver/vars/main.yml
+++ b/roles/gpu_driver/vars/main.yml
@@ -2,5 +2,7 @@
gpu_driver_map:
- match: "GeForce GTX 1060"
role: "nvidia_gtx1060"
+ - match: "GeForce GT 750M"
+ role: "nvidia_gt750m"
- match: "VGA compatible controller: Intel"
role: "intel_i915"