aboutsummarylogtreecommitdiffstats
path: root/patch_amd_amdgpu_dce_virtual_c.patch
diff options
context:
space:
mode:
authorKridsada Thanabulpong2019-07-22 01:50:39 +0700
committerKridsada Thanabulpong2019-07-24 15:18:25 +0700
commit228feaec9f5cb60054684b52c59bc076b8637fef (patch)
tree6eebbef355a6c4982fd9db6691309c97577dd666 /patch_amd_amdgpu_dce_virtual_c.patch
downloadaur-228feaec9f5cb60054684b52c59bc076b8637fef.tar.gz
Initial commit.
Diffstat (limited to 'patch_amd_amdgpu_dce_virtual_c.patch')
-rw-r--r--patch_amd_amdgpu_dce_virtual_c.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/patch_amd_amdgpu_dce_virtual_c.patch b/patch_amd_amdgpu_dce_virtual_c.patch
new file mode 100644
index 000000000000..aaa65b267bab
--- /dev/null
+++ b/patch_amd_amdgpu_dce_virtual_c.patch
@@ -0,0 +1,12 @@
+--- ./amd/amdgpu/dce_virtual.c.orig 2019-07-06 00:42:03.000000000 +0000
++++ ./amd/amdgpu/dce_virtual.c 2019-07-23 17:48:36.552435159 +0000
+@@ -21,6 +21,9 @@
+ *
+ */
+ #include <drm/drmP.h>
++#if DRM_VERSION_CODE >= DRM_VERSION(5, 1, 0)
++#include <drm/drm_probe_helper.h>
++#endif
+ #include "amdgpu.h"
+ #include "amdgpu_pm.h"
+ #include "amdgpu_i2c.h"