aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJammy Zhou2015-05-18 07:50:17 -0500
committerAlex Deucher2015-08-05 12:47:49 -0500
commit8cf8ac1539183c35883b7e924a211d85ed046217 (patch)
tree30d984d4961517d770149c4227183ede746ee1da /amdgpu/amdgpu.h
parent8a208ee8f93d8e52dc47d2d75ff00a126e848184 (diff)
downloadexternal-libdrm-8cf8ac1539183c35883b7e924a211d85ed046217.tar.gz
external-libdrm-8cf8ac1539183c35883b7e924a211d85ed046217.tar.xz
external-libdrm-8cf8ac1539183c35883b7e924a211d85ed046217.zip
amdgpu: remove unused AMDGPU_IB_RESOURCE_PRIORITY
Signed-off-by: Jammy Zhou <Jammy.Zhou@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'amdgpu/amdgpu.h')
-rw-r--r--amdgpu/amdgpu.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/amdgpu/amdgpu.h b/amdgpu/amdgpu.h
index e99bada1..dacffec0 100644
--- a/amdgpu/amdgpu.h
+++ b/amdgpu/amdgpu.h
@@ -65,17 +65,6 @@ struct drm_amdgpu_info_hw_ip;
65*/ 65*/
66#define AMDGPU_CS_REUSE_IB 0x2 66#define AMDGPU_CS_REUSE_IB 0x2
67 67
68/**
69 * The special resource flag for IB submission.
70 * When VRAM is full, some resources may be moved to GTT to make place
71 * for other resources which want to be in VRAM. This flag affects the order
72 * in which resources are moved back to VRAM until there is no space there.
73 * The resources with the highest priority will be moved first.
74 * The value can be between 0 and 15, inclusive.
75 */
76#define AMDGPU_IB_RESOURCE_PRIORITY(x) ((x) & 0xf)
77
78
79/*--------------------------------------------------------------------------*/ 68/*--------------------------------------------------------------------------*/
80/* ----------------------------- Enums ------------------------------------ */ 69/* ----------------------------- Enums ------------------------------------ */
81/*--------------------------------------------------------------------------*/ 70/*--------------------------------------------------------------------------*/