Patch "drm/amdgpu: No sysfs, not an error condition" has been added to the 5.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    drm/amdgpu: No sysfs, not an error condition

to the 5.9-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     drm-amdgpu-no-sysfs-not-an-error-condition.patch
and it can be found in the queue-5.9 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 695d0eb277f53695fdb68df99f9f47a8e98bfb20
Author: Luben Tuikov <luben.tuikov@xxxxxxx>
Date:   Wed Sep 16 13:03:50 2020 -0400

    drm/amdgpu: No sysfs, not an error condition
    
    [ Upstream commit 5aea5327ea2ddf544cbeff096f45fc2319b0714e ]
    
    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@xxxxxxx>
    Acked-by: Slava Abramov <slava.abramov@xxxxxxx>
    Signed-off-by: Alex Deucher <alexander.deucher@xxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index d0b8d0d341af5..2576c299958c5 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -3316,10 +3316,8 @@ fence_driver_init:
 		flush_delayed_work(&adev->delayed_init_work);
 
 	r = sysfs_create_files(&adev->dev->kobj, amdgpu_dev_attributes);
-	if (r) {
+	if (r)
 		dev_err(adev->dev, "Could not create amdgpu device attr\n");
-		return r;
-	}
 
 	if (IS_ENABLED(CONFIG_PERF_EVENTS))
 		r = amdgpu_pmu_init(adev);



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux