From: Marek Olšák Date: Mon, 28 Jan 2019 21:55:11 +0000 (-0500) Subject: winsys/amdgpu: remove amdgpu_drm.h definitions X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d50bef98312cc56e216b01fbbf850b166e0b579e;p=mesa.git winsys/amdgpu: remove amdgpu_drm.h definitions trivial --- diff --git a/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c b/src/gallium/winsys/amdgpu/drm/amdgpu_cs.c index b4e62acbae4..4bccd3f0d8b 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 */