linux-stable/drivers/gpu/drm/amd/amdxcp
James Zhu e2ae32d8c2 drm/amdxcp: fix amdxcp unloads incompletely
amdxcp unloads incompletely, and below error will be seen during load/unload,
sysfs: cannot create duplicate filename '/devices/platform/amdgpu_xcp.0'

devres_release_group will free xcp device at first, platform device will be
unregistered later in platform_device_unregister.

Signed-off-by: James Zhu <James.Zhu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-10-26 19:04:53 -04:00
..
Makefile
amdgpu_xcp_drv.c drm/amdxcp: fix amdxcp unloads incompletely 2023-10-26 19:04:53 -04:00
amdgpu_xcp_drv.h