drm/radeon: add Mullins VCE support
authorLeo Liu <[email protected]>
Wed, 30 Apr 2014 22:40:54 +0000 (18:40 -0400)
committerChristian König <[email protected]>
Tue, 6 May 2014 10:20:05 +0000 (12:20 +0200)
VCE 2.0 just like the other CIK parts.

Signed-off-by: Leo Liu <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Signed-off-by: Christian König <[email protected]>
drivers/gpu/drm/radeon/radeon_vce.c

index ced53dd03e7c1f12449850c1eaa2d2568a552750..f73324c81491fe52c472fdd8bab6558c347db2c3 100644 (file)
@@ -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;