drm: Branch 'master' - 2 commits
[email protected] (Marek Ol????k) Tue, 31 Oct 2017 14:49:57 +0000 (UTC)
| Newsgroups | gmane.comp.video.dri.patches |
|---|---|
| Message-ID | <[email protected]> |
amdgpu/amdgpu_vm.c | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) New commits: commit b617f059ad45517bded1f2d8c8e3a52b60e80bd7 Author: Marek Olšák <[email protected]> Date: Tue Oct 31 15:49:12 2017 +0100 configure.ac: bump version for release diff --git a/configure.ac b/configure.ac index d02a29b3..a300ff3c 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ AC_PREREQ([2.63]) AC_INIT([libdrm], - [2.4.86], + [2.4.87], [https://bugs.freedesktop.org/enter_bug.cgi?product=DRI], [libdrm]) commit 76c325ee7d8975248d18f2e0b6b16a03abcef4df Author: Marek Olšák <[email protected]> Date: Tue Oct 31 15:48:23 2017 +0100 amdgpu: fix 32-bit build diff --git a/amdgpu/amdgpu_vm.c b/amdgpu/amdgpu_vm.c index 8a9a0a15..304b423c 100644 --- a/amdgpu/amdgpu_vm.c +++ b/amdgpu/amdgpu_vm.c @@ -21,6 +21,9 @@ * */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "amdgpu.h" #include "amdgpu_drm.h" ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot -- _______________________________________________ Dri-patches mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/dri-patches