aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_uvd.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2014-01-20 11:25:35 -0500
committerAlex Deucher <alexander.deucher@amd.com>2014-01-20 18:20:58 -0500
commit5d029339bb8ce69aeb68280c3de67d3cea456146 (patch)
tree707c3d6731c78f8d1d50d7e0a24898b3ad428020 /drivers/gpu/drm/radeon/radeon_uvd.c
parentdrm/radeon: fix minor typos in si_dpm.c (diff)
downloadlinux-dev-5d029339bb8ce69aeb68280c3de67d3cea456146.tar.xz
linux-dev-5d029339bb8ce69aeb68280c3de67d3cea456146.zip
drm/radeon: add UVD support for OLAND
It seems this got dropped when we merged UVD support last year. Add this back now. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: stable@vger.kernel.org
Diffstat (limited to 'drivers/gpu/drm/radeon/radeon_uvd.c')
-rw-r--r--drivers/gpu/drm/radeon/radeon_uvd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_uvd.c b/drivers/gpu/drm/radeon/radeon_uvd.c
index 4b5c1fcb515d..6781fee1eaad 100644
--- a/drivers/gpu/drm/radeon/radeon_uvd.c
+++ b/drivers/gpu/drm/radeon/radeon_uvd.c
@@ -91,6 +91,7 @@ int radeon_uvd_init(struct radeon_device *rdev)
case CHIP_VERDE:
case CHIP_PITCAIRN:
case CHIP_ARUBA:
+ case CHIP_OLAND:
fw_name = FIRMWARE_TAHITI;
break;