diff options
author | Christian König <christian.koenig@amd.com> | 2016-02-08 08:08:44 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-12 15:35:54 -0500 |
commit | 3ee94136b4d9ef014535fe026d2cfdb6a6d60351 (patch) | |
tree | 964b5a2d44d5bc3910235d0799ab7a2ed5848486 /drivers/gpu/drm/amd/amdgpu/amdgpu.h | |
parent | 2bd9ccfa75e96ba278b96d817bc2135eb761adbd (diff) |
drm/amdgpu: remove is_pte_ring
Not used for anything.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-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 5947a95ac853..76aa7898eeb2 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h | |||
@@ -838,7 +838,6 @@ struct amdgpu_ring { | |||
838 | struct amdgpu_ctx *current_ctx; | 838 | struct amdgpu_ctx *current_ctx; |
839 | enum amdgpu_ring_type type; | 839 | enum amdgpu_ring_type type; |
840 | char name[16]; | 840 | char name[16]; |
841 | bool is_pte_ring; | ||
842 | }; | 841 | }; |
843 | 842 | ||
844 | /* | 843 | /* |