Re: [PATCH] drm/amdgpu: No sysfs, not an error condition

2020-09-16 Thread Alex Deucher
On Wed, Sep 16, 2020 at 1:09 PM Luben Tuikov wrote: > > 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 u

Re: [PATCH] drm/amdgpu: No sysfs, not an error condition

2020-09-16 Thread Abramov, Slava
/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

[PATCH] drm/amdgpu: No sysfs, not an error condition

2020-09-16 Thread Luben Tuikov
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 --- drivers/gpu/drm/a