]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf448e083148aab4255d7fda102d158ae17c2dcdd
treebeb4d506c3031949749c6dd0de0cef4ac96f0f02
parent9fc20cc9e660e2f8febadd3385baf1b66b301fd0
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