From: Aaron Liu Date: Tue, 16 Jul 2019 09:36:43 +0000 (+0800) Subject: drm/amdgpu: update lbpw for renoir X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=40c8a3293b179557e341a540cdcd1c350246a60d;p=openwrt%2Fstaging%2Fblogic.git drm/amdgpu: update lbpw for renoir enable gfx_v9_0_init_lbpw for renoir Acked-by: Huang Rui Signed-off-by: Aaron Liu Reviewed-by: Huang Rui Reviewed-by: Evan Quan 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 d2676e2834e3..a8497b04d204 100644 --- a/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c @@ -1648,6 +1648,7 @@ static int gfx_v9_0_rlc_init(struct amdgpu_device *adev) switch (adev->asic_type) { case CHIP_RAVEN: + case CHIP_RENOIR: gfx_v9_0_init_lbpw(adev); break; case CHIP_VEGA20: