summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon.h
diff options
context:
space:
mode:
authorJérome Glisse <jglisse@redhat.com>2016-03-18 16:58:36 +0100
committerAlex Deucher <alexander.deucher@amd.com>2016-05-02 13:08:52 -0400
commitf1a0a67a8aca257fc6d4a2d1753556a91f2186a7 (patch)
tree42d62aa034ade9a9828141e0f8452325940f12da /drivers/gpu/drm/radeon/radeon.h
parentcb25f7e022b0fb1caf1bc50e5f85b3d31043b997 (diff)
downloadop-kernel-dev-f1a0a67a8aca257fc6d4a2d1753556a91f2186a7.zip
op-kernel-dev-f1a0a67a8aca257fc6d4a2d1753556a91f2186a7.tar.gz
drm/radeon: add driver option to disable uvd block.
Quite few suspend/hibernation bugs are related to this block. Add an option to disable those as a work around. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Jérôme Glisse <jglisse@redhat.com> Cc: Alex Deucher <alexander.deucher@amd.com> Cc: 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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h
index 8ac3e07..1b26cef 100644
--- a/drivers/gpu/drm/radeon/radeon.h
+++ b/drivers/gpu/drm/radeon/radeon.h
@@ -113,6 +113,7 @@ extern int radeon_bapm;
extern int radeon_backlight;
extern int radeon_auxch;
extern int radeon_mst;
+extern int radeon_uvd;
/*
* Copy from radeon_drv.h so we don't have to include both and have conflicting
OpenPOWER on IntegriCloud