Home
last modified time | relevance | path

Searched hist:e2ae32d8c2a303af58d22ee61b3b7aa7021e54c9 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.cdiff e2ae32d8c2a303af58d22ee61b3b7aa7021e54c9 Thu Sep 07 16:41:00 CEST 2023 James Zhu <James.Zhu@amd.com> 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>