Mesa (master): winsys/amdgpu: remove amdgpu_drm.h definitions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Jan 30 17:39:09 UTC 2019


Module: Mesa
Branch: master
Commit: d50bef98312cc56e216b01fbbf850b166e0b579e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=d50bef98312cc56e216b01fbbf850b166e0b579e

Author: Marek Olšák <marek.olsak at amd.com>
Date:   Mon Jan 28 16:55:11 2019 -0500

winsys/amdgpu: remove amdgpu_drm.h definitions

trivial

---

 src/gallium/winsys/amdgpu/drm/amdgpu_cs.c | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c
index b4e62acbae..4bccd3f0d8 100644
--- a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c
+++ b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c
@@ -33,14 +33,6 @@
 
 #include "amd/common/sid.h"
 
-#ifndef AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE
-#define AMDGPU_IB_FLAG_TC_WB_NOT_INVALIDATE (1 << 3)
-#endif
-
-#ifndef AMDGPU_CHUNK_ID_BO_HANDLES
-#define AMDGPU_CHUNK_ID_BO_HANDLES 0x06
-#endif
-
 DEBUG_GET_ONCE_BOOL_OPTION(noop, "RADEON_NOOP", false)
 
 /* FENCES */




More information about the mesa-commit mailing list