Commit 957c6fe1 authored by Hawking Zhang's avatar Hawking Zhang Committed by Alex Deucher
Browse files

drm/amd/amdgpu: fill in raven case in soc15 early init

parent e0ab9578
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -587,6 +587,11 @@ static int soc15_common_early_init(void *handle)
		adev->pg_flags = 0;
		adev->external_rev_id = 0x1;
		break;
	case CHIP_RAVEN:
		adev->cg_flags = 0;
		adev->pg_flags = 0;
		adev->external_rev_id = 0x1;
		break;
	default:
		/* FIXME: not supported yet */
		return -EINVAL;