aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo Liu <leo.liu@amd.com>2014-04-30 18:40:54 -0400
committerChristian König <christian.koenig@amd.com>2014-05-06 12:20:05 +0200
commit428beddd0236842c6e8f4aabe9597763c2ae9a3b (patch)
tree225f2464a983e544581737a1723ef30f81264d26
parentdrm/radeon: modesetting updates for Mullins. (diff)
downloadlinux-dev-428beddd0236842c6e8f4aabe9597763c2ae9a3b.tar.xz
linux-dev-428beddd0236842c6e8f4aabe9597763c2ae9a3b.zip
drm/radeon: add Mullins VCE support
VCE 2.0 just like the other CIK parts. Signed-off-by: Leo Liu <leo.liu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Christian König <christian.koenig@amd.com>
-rw-r--r--drivers/gpu/drm/radeon/radeon_vce.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_vce.c b/drivers/gpu/drm/radeon/radeon_vce.c
index ced53dd03e7c..f73324c81491 100644
--- a/drivers/gpu/drm/radeon/radeon_vce.c
+++ b/drivers/gpu/drm/radeon/radeon_vce.c
@@ -66,6 +66,7 @@ int radeon_vce_init(struct radeon_device *rdev)
case CHIP_BONAIRE:
case CHIP_KAVERI:
case CHIP_KABINI:
+ case CHIP_MULLINS:
fw_name = FIRMWARE_BONAIRE;
break;