summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2015-12-27 08:58:14 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2015-12-27 08:58:14 +0000
commitdfcac2561fc7d18749f0938eeec9be7c941d552a (patch)
tree8850d9252132d259ec3d5461b2a45d9ff70a2f18
parenteb8aab7fcff30544a6f8107981f8ff165c4dc3f1 (diff)
Import libdrm 2.4.65
-rw-r--r--lib/libdrm/amdgpu/Makefile.sources8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libdrm/amdgpu/Makefile.sources b/lib/libdrm/amdgpu/Makefile.sources
index d6df324a3..0c0b9a93a 100644
--- a/lib/libdrm/amdgpu/Makefile.sources
+++ b/lib/libdrm/amdgpu/Makefile.sources
@@ -1,14 +1,14 @@
LIBDRM_AMDGPU_FILES := \
- amdgpu_asic_id.c \
amdgpu_bo.c \
amdgpu_cs.c \
amdgpu_device.c \
amdgpu_gpu_info.c \
amdgpu_internal.h \
amdgpu_vamgr.c \
- amdgpu_vm.c \
- handle_table.c \
- handle_table.h
+ util_hash.c \
+ util_hash.h \
+ util_hash_table.c \
+ util_hash_table.h
LIBDRM_AMDGPU_H_FILES := \
amdgpu.h