Commit 2564444f authored by Le Ma's avatar Le Ma Committed by Alex Deucher
Browse files

drm/amdgpu: add to set rlc funcs for Arcturus



Shared with other gfx9 parts so use the same functions.

Signed-off-by: default avatarLe Ma <le.ma@amd.com>
Reviewed-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 763bee0f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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: