summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu.h
diff options
context:
space:
mode:
authorChristian König <christian.koenig@amd.com>2017-04-12 12:49:54 +0200
committerAlex Deucher <alexander.deucher@amd.com>2017-05-24 17:40:01 -0400
commit97fcc76b67b8366633971fd5841a4606d040b67b (patch)
tree66286bf3a7ee4e8a20700525d96b283a34bf982d /drivers/gpu/drm/amd/amdgpu/amdgpu.h
parentca541f3316ff5f8510fb8fcf36f58803f7da7d56 (diff)
downloadlwn-97fcc76b67b8366633971fd5841a4606d040b67b.tar.gz
lwn-97fcc76b67b8366633971fd5841a4606d040b67b.zip
drm/amdgpu: drop support for untouched registers
I couldn't figure out what this was original good for, but we don't use it any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@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.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 eb2240ce5fa8..3608f165a705 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu.h
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu.h
@@ -1298,7 +1298,6 @@ struct amdgpu_smumgr {
*/
struct amdgpu_allowed_register_entry {
uint32_t reg_offset;
- bool untouched;
bool grbm_indexed;
};