From: Le Ma Date: Tue, 11 Sep 2018 04:14:37 +0000 (+0800) Subject: drm/amdgpu: add to set rlc funcs for Arcturus X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=2564444f8cbb29e0dabadd067e48c5c68540880d;p=linux.git drm/amdgpu: add to set rlc funcs for Arcturus Shared with other gfx9 parts so use the same functions. Signed-off-by: Le Ma Reviewed-by: Alex Deucher 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 dc08213ee04ab..728d121df6977 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -5361,6 +5361,7 @@ static void gfx_v9_0_set_rlc_funcs(struct amdgpu_device *adev) case CHIP_VEGA12: case CHIP_VEGA20: case CHIP_RAVEN: + case CHIP_ARCTURUS: adev->gfx.rlc.funcs = &gfx_v9_0_rlc_funcs; break; default: