Re: [PATCH] drm/amdgpu/swsmu: fix ARC build errors

2020-10-06 Thread Randy Dunlap
On 10/6/20 6:26 AM, Alex Deucher wrote: > We want to use the dev_* functions here rather than the pr_* variants. > Switch to using dev_warn() which mirrors what we do on other asics. > > Fixes the following build errors on ARC: > > ../drivers/gpu/drm/amd/amdgpu/../powerplay/navi10_ppt.c: In

[PATCH] drm/amdgpu/swsmu: fix ARC build errors

2020-10-06 Thread Alex Deucher
We want to use the dev_* functions here rather than the pr_* variants. Switch to using dev_warn() which mirrors what we do on other asics. Fixes the following build errors on ARC: ../drivers/gpu/drm/amd/amdgpu/../powerplay/navi10_ppt.c: In function 'navi10_fill_i2c_req':