RE: [PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging

2024-11-19 Thread Zhang, Jesse(Jie)
] drm/amdgpu: Fix sysfs warning when hotplugging Am 18.11.24 um 05:31 schrieb jesse.zh...@amd.com: > Replace the check drm_dev_enter with sysfs directory entry. > Because the dev->unplugged flag will also be set to true, Only > uninstall the driver by amdgpu_exit, not actually unplu

Re: [PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging

2024-11-18 Thread Christian König
Am 18.11.24 um 05:31 schrieb jesse.zh...@amd.com: Replace the check drm_dev_enter with sysfs directory entry. Because the dev->unplugged flag will also be set to true, Only uninstall the driver by amdgpu_exit, not actually unplug the device. Clearly a NAK to this one. This looks strongly like y

RE: [PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging

2024-11-17 Thread Huang, Tim
esse(Jie) > ; Dong, Andy > Subject: [PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging > > Replace the check drm_dev_enter with sysfs directory entry. > Because the dev->unplugged flag will also be set to true, Only uninstall the > driver by amdgpu_exit, not actually unpl

[PATCH 3/3] drm/amdgpu: Fix sysfs warning when hotplugging

2024-11-17 Thread jesse.zh...@amd.com
Replace the check drm_dev_enter with sysfs directory entry. Because the dev->unplugged flag will also be set to true, Only uninstall the driver by amdgpu_exit, not actually unplug the device. Signed-off-by: Jesse Zhang Reported-by: Andy Dong --- drivers/gpu/drm/amd/amdgpu/amdgpu_gfx.c |