aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2014-11-27 14:48:41 +0100
committerAlex Deucher <alexander.deucher@amd.com>2014-12-03 14:26:47 -0500
commitfc003bd4de12a8935481b2097e4120796ef6efad (patch)
treeed697d02ca866cc2e3ae06dca9943f2b67051704 /drivers/gpu/drm/radeon/radeon.h
parentdrm/radeon drop gobj from radeon_cs_reloc (diff)
downloadlinux-dev-fc003bd4de12a8935481b2097e4120796ef6efad.tar.xz
linux-dev-fc003bd4de12a8935481b2097e4120796ef6efad.zip
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 {