From: Xiaojie Yuan Date: Thu, 16 May 2019 12:02:14 +0000 (+0800) Subject: drm/amdgpu/gfx10: set rlc funcs for navi12 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4cdfc4a2be144ee84406e8e6dce5474a67f00c2c;p=linux.git drm/amdgpu/gfx10: set rlc funcs for navi12 Same as other navi asics. Signed-off-by: Xiaojie Yuan Reviewed-by: Hawking Zhang Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c index 99669c1be8dc5..a5d9dc96aaf2e 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c @@ -5209,6 +5209,7 @@ static void gfx_v10_0_set_rlc_funcs(struct amdgpu_device *adev) switch (adev->asic_type) { case CHIP_NAVI10: case CHIP_NAVI14: + case CHIP_NAVI12: adev->gfx.rlc.funcs = &gfx_v10_0_rlc_funcs; break; default: