drm/radeon/kms: add backend map workaround for barts
Same as Cypress. Signed-off-by: Alex Deucher <alexdeucher@gmail.com> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
committed by
Dave Airlie
parent
adb68fa2f7
commit
03f4009055
@@ -1862,6 +1862,7 @@ static void evergreen_gpu_init(struct radeon_device *rdev)
|
|||||||
switch (rdev->family) {
|
switch (rdev->family) {
|
||||||
case CHIP_CYPRESS:
|
case CHIP_CYPRESS:
|
||||||
case CHIP_HEMLOCK:
|
case CHIP_HEMLOCK:
|
||||||
|
case CHIP_BARTS:
|
||||||
gb_backend_map = 0x66442200;
|
gb_backend_map = 0x66442200;
|
||||||
break;
|
break;
|
||||||
case CHIP_JUNIPER:
|
case CHIP_JUNIPER:
|
||||||
|
Reference in New Issue
Block a user