Home
last modified time | relevance | path

Searched hist:"97 d814fe4f697791abfbe27e035f0b943c483243" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/amd/amdxcp/
H A Damdgpu_xcp_drv.cdiff 97d814fe4f697791abfbe27e035f0b943c483243 Tue Apr 30 13:23:16 CEST 2024 Lijo Lazar <lijo.lazar@amd.com> drm/amd/amdxcp: Use unique name for partition dev

amdxcp is a platform driver for creating partition devices. libdrm
library identifies a platform device based on 'OF_FULLNAME' or
'MODALIAS'. If two or more devices have the same platform name, drm
library only picks the first device. Platform driver core uses name of
the device to populate 'MODALIAS'. When 'amdgpu_xcp' is used as the base
name, only first partition device gets identified. Assign unique name so
that drm library identifies partition devices separately.

amdxcp doesn't support probe of partitions, it doesn't bother about
modaliases.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Acked-by: James Zhu <James.Zhu@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>