mirror of https://gitee.com/openkylin/linux.git
drm/amdgpu: set rlc funcs for renoir
add gfx_v9_0_rlc_funcs for renoir Acked-by: Huang Rui <ray.huang@amd.com> Signed-off-by: Aaron Liu <aaron.liu@amd.com> Reviewed-by: Huang Rui <ray.huang@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
e09ce48182
commit
6b3ad3b2da
|
@ -6318,6 +6318,7 @@ static void gfx_v9_0_set_rlc_funcs(struct amdgpu_device *adev)
|
|||
case CHIP_VEGA20:
|
||||
case CHIP_RAVEN:
|
||||
case CHIP_ARCTURUS:
|
||||
case CHIP_RENOIR:
|
||||
adev->gfx.rlc.funcs = &gfx_v9_0_rlc_funcs;
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue