From: Likun Gao Date: Tue, 10 Jul 2018 12:15:45 +0000 (+0800) Subject: drm/amdgpu: add picasso ucode loading method X-Git-Tag: v5.4-rc1~2273^2~27^2~71 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=669018bdcd858def1c43d130b4cc29409ed8c036;p=platform%2Fkernel%2Flinux-rpi.git drm/amdgpu: add picasso ucode loading method Same as raven. Signed-off-by: Likun Gao Reviewed-by: Alex Deucher Reviewed-by: Huang Rui Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c index 1fa8bc3..acb4c66 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ucode.c @@ -303,6 +303,7 @@ amdgpu_ucode_get_load_type(struct amdgpu_device *adev, int load_type) return AMDGPU_FW_LOAD_SMU; case CHIP_VEGA10: case CHIP_RAVEN: + case CHIP_PICASSO: case CHIP_VEGA12: case CHIP_VEGA20: if (!load_type)