Test if driver is working proper, or if we will get DRM error.

This commit is contained in:
Hyperling 2021-02-12 06:33:13 -06:00
parent 6705266746
commit 10e2814bdb

View File

@ -7,6 +7,7 @@
name: name:
- dkms - dkms
- mesa-common-dev - mesa-common-dev
- clinfo
state: present state: present
@ -48,4 +49,12 @@
- name: AMDGPU | Install Pro Driver - name: AMDGPU | Install Pro Driver
shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy' shell: 'cd /root/Downloads/amdgpu-pro-20.45-1188099-ubuntu-20.04; ./amdgpu-pro-install -y --opencl=pal,legacy'
when: amdgpu_install.failed when: amdgpu_install.failed
- name: AMDGPU | Test Pro Driver
shell: clinfo
register: clinfo
- name: AMDGPU | Test Results
debug:
var: clinfo