aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorNils Wallménius <[email protected]>2016-03-05 05:59:51 +0000
committerAlex Deucher <[email protected]>2016-03-08 16:01:39 +0000
commit0bf5df3b58e152ba2a50f9918f31a9c15b479b64 (patch)
treef3541187225f1af9109fdd894dd4a219294b8444 /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentdrm/amdgpu/ci: sync up with dpm changes from radeon (diff)
downloadkernel-0bf5df3b58e152ba2a50f9918f31a9c15b479b64.tar.gz
kernel-0bf5df3b58e152ba2a50f9918f31a9c15b479b64.zip
drm/amdgpu: delete set-but-not-read member has_uvd from amdgpu_device
Clean up leftover from radeon code. Signed-off-by: Nils Wallménius <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu.h')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu.h1
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 0c42a85ca5a5..cfd35b0fce06 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -2053,7 +2053,6 @@ struct amdgpu_device {
struct amdgpu_sdma sdma;
/* uvd */
- bool has_uvd;
struct amdgpu_uvd uvd;
/* vce */