diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-21 23:56:26 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2015-08-21 23:56:26 +0000 |
commit | eb8aab7fcff30544a6f8107981f8ff165c4dc3f1 (patch) | |
tree | a9626c573334e97353f95ec229e219a1a60acf5b | |
parent | 57aa3175a4f564a4d03158f9410552524dfdbd8b (diff) |
Import libdrm 2.4.64
-rw-r--r-- | lib/libdrm/freedreno/Makefile.sources | 2 | ||||
-rw-r--r-- | lib/libdrm/intel/Makefile.sources | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/lib/libdrm/freedreno/Makefile.sources b/lib/libdrm/freedreno/Makefile.sources index ca89511a0..57a8bf1b9 100644 --- a/lib/libdrm/freedreno/Makefile.sources +++ b/lib/libdrm/freedreno/Makefile.sources @@ -4,9 +4,9 @@ LIBDRM_FREEDRENO_FILES := \ freedreno_priv.h \ freedreno_ringbuffer.c \ freedreno_bo.c \ - freedreno_bo_cache.c \ msm/msm_bo.c \ msm/msm_device.c \ + msm/msm_drm.h \ msm/msm_pipe.c \ msm/msm_priv.h \ msm/msm_ringbuffer.c diff --git a/lib/libdrm/intel/Makefile.sources b/lib/libdrm/intel/Makefile.sources index 6947ab742..7b2272c75 100644 --- a/lib/libdrm/intel/Makefile.sources +++ b/lib/libdrm/intel/Makefile.sources @@ -6,8 +6,7 @@ LIBDRM_INTEL_FILES := \ intel_decode.c \ intel_chipset.h \ mm.c \ - mm.h \ - uthash.h + mm.h LIBDRM_INTEL_H_FILES := \ intel_bufmgr.h \ |