]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: not return error on the init_apu_flags
authorPrike Liang <Prike.Liang@amd.com>
Fri, 26 Nov 2021 07:12:22 +0000 (15:12 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jan 2022 20:44:27 +0000 (15:44 -0500)
commit9f525066b1d6cce48090e491ce515b6a0939fc0c
tree15b1194c259d049460ce61a03397a711e0cd7ee7
parent73c367568d5c9fd60996f35c545da6db8523d1fd
drm/amdgpu: not return error on the init_apu_flags

In some APU project we needn't always assign flags to identify each other,
so we may not need return an error.

Signed-off-by: Prike Liang <Prike.Liang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c