OSDN Git Service

drm/amdgpu: No sysfs, not an error condition
authorLuben Tuikov <luben.tuikov@amd.com>
Wed, 16 Sep 2020 17:03:50 +0000 (13:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 17 Sep 2020 21:56:31 +0000 (17:56 -0400)
commit5aea5327ea2ddf544cbeff096f45fc2319b0714e
treebeb4d506c3031949749c6dd0de0cef4ac96f0f02
parent24b763d0fb05e8c3b565a3813baafc53b973dba7
drm/amdgpu: No sysfs, not an error condition

Not being able to create amdgpu sysfs attributes
is not a fatal error warranting not to continue
to try to bring up the display. Thus, if we get
an error trying to create amdgpu sysfs attrs,
report it and continue on to try to bring up
a display.

Signed-off-by: Luben Tuikov <luben.tuikov@amd.com>
Acked-by: Slava Abramov <slava.abramov@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c