Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 03f40090 authored by Alex Deucher's avatar Alex Deucher Committed by Dave Airlie
Browse files

drm/radeon/kms: add backend map workaround for barts



Same as Cypress.

Signed-off-by: default avatarAlex Deucher <alexdeucher@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent adb68fa2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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: