diff options
author | Lijo Lazar <[email protected]> | 2024-04-30 16:53:16 +0530 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2024-05-02 15:43:55 -0400 |
commit | 97d814fe4f697791abfbe27e035f0b943c483243 (patch) | |
tree | d2e50faaa2f7e0ca7aff0fb6c1e0d86f6878a86f /scripts/generate_rust_analyzer.py | |
parent | 3f19cffde93585b25a007b108cc4b5bd149226c1 (diff) |
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 <[email protected]>
Acked-by: Alex Deucher <[email protected]>
Acked-by: Christian König <[email protected]>
Acked-by: James Zhu <[email protected]>
Reviewed-by: Asad Kamal <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'scripts/generate_rust_analyzer.py')
0 files changed, 0 insertions, 0 deletions