diff options
author | Jérome Glisse <jglisse@redhat.com> | 2016-03-18 16:58:37 +0100 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-05-02 19:08:53 +0200 |
commit | fabb5935871db1f31fcd2684fd154e24de04d917 (patch) | |
tree | 7bf7072232f5b7e34b329a99b22c8b817c100182 /drivers/gpu/drm/radeon/radeon.h | |
parent | drm/radeon: add driver option to disable uvd block. (diff) | |
download | linux-fabb5935871db1f31fcd2684fd154e24de04d917.tar.xz linux-fabb5935871db1f31fcd2684fd154e24de04d917.zip |
drm/radeon: add driver option to disable vce 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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h index 1b26ceffed24..91828ecf39cf 100644 --- a/drivers/gpu/drm/radeon/radeon.h +++ b/drivers/gpu/drm/radeon/radeon.h @@ -114,6 +114,7 @@ extern int radeon_backlight; extern int radeon_auxch; extern int radeon_mst; extern int radeon_uvd; +extern int radeon_vce; /* * Copy from radeon_drv.h so we don't have to include both and have conflicting |