summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2014-11-27 16:48:41 +0300
committerAlex Deucher <alexander.deucher@amd.com>2014-12-03 22:26:47 +0300
commitfc003bd4de12a8935481b2097e4120796ef6efad (patch)
treeed697d02ca866cc2e3ae06dca9943f2b67051704 /drivers/gpu/drm/radeon/radeon.h
parentd33a8fc719e8d3cba537ae2bfa1152f35537e019 (diff)
downloadlinux-fc003bd4de12a8935481b2097e4120796ef6efad.tar.xz
drm/radeon: drop the handle from radeon_cs_reloc
It's only used for duplicate check and that can be done on the original as well. Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon.h')
-rw-r--r--drivers/gpu/drm/radeon/radeon.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 4a09ffdda004..17db846808ae 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -1051,7 +1051,6 @@ struct radeon_cs_reloc {
unsigned prefered_domains;
unsigned allowed_domains;
uint32_t tiling_flags;
- uint32_t handle;
};
struct radeon_cs_chunk {