From: Alex Deucher Date: Wed, 7 Jun 2017 15:07:48 +0000 (-0400) Subject: drm/amdgpu/gfx9: Raven has two MECs X-Git-Tag: v4.14-rc1~484^2~24^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5e7c8b067621256ef961242928e0819e5936e4c1;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu/gfx9: Raven has two MECs This was missed when Andres' queue patches were rebased. Fixes: 42794b27 (drm/amdgpu: take ownership of per-pipe configuration v3) Reviewed-by: Alex Xie Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c index 3ea0e71..e0193e4 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -872,6 +872,7 @@ static int gfx_v9_0_mec_init(struct amdgpu_device *adev) switch (adev->asic_type) { case CHIP_VEGA10: + case CHIP_RAVEN: adev->gfx.mec.num_mec = 2; break; default: