diff options
author | Christian König <christian.koenig@amd.com> | 2016-05-04 04:34:03 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-11 12:31:20 -0400 |
commit | b1c8a81fdd346274e3c38909740eec7182ef8f8a (patch) | |
tree | ba36455cdf5b74c659213f47fbf0600050272c3b /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 79aa03893df937967201b6ea34e8d4216b893a38 (diff) |
drm/amdgpu: remove define for reserved client ID
Just set it to zero instead.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu.h b/drivers/gpu/drm/amd/amdgpu/amdgpu.h index 130c0a7c65d1..0ab5fcc72273 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -363,7 +363,6 @@ struct amdgpu_fence_driver { | |||
363 | /* some special values for the owner field */ | 363 | /* some special values for the owner field */ |
364 | #define AMDGPU_FENCE_OWNER_UNDEFINED ((void*)0ul) | 364 | #define AMDGPU_FENCE_OWNER_UNDEFINED ((void*)0ul) |
365 | #define AMDGPU_FENCE_OWNER_VM ((void*)1ul) | 365 | #define AMDGPU_FENCE_OWNER_VM ((void*)1ul) |
366 | #define AMDGPU_CLIENT_ID_RESERVED 2 | ||
367 | 366 | ||
368 | #define AMDGPU_FENCE_FLAG_64BIT (1 << 0) | 367 | #define AMDGPU_FENCE_FLAG_64BIT (1 << 0) |
369 | #define AMDGPU_FENCE_FLAG_INT (1 << 1) | 368 | #define AMDGPU_FENCE_FLAG_INT (1 << 1) |