]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd/display: Fix DPIA number and driver ID field issue
authorCruise Hung <Cruise.Hung@amd.com>
Tue, 10 Feb 2026 09:40:42 +0000 (17:40 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Feb 2026 19:39:31 +0000 (14:39 -0500)
commitcf1b9cbb5923a471c3b3bb6553da41004c75ebab
tree6b525c7569383530ef22c487cf9ff018042751b8
parentd8f6c978fd3d12ae129879dd1c514cec2e8cf2f8
drm/amd/display: Fix DPIA number and driver ID field issue

[Why]
The DPIA number field is 6 bits in the spec.
In dp_type, it only defines 5 bits.
The driver ID is only 4 bits in the spec.

[How]
Set DPIA number field size to 6.
And only update 4 bits for driver id.

Reviewed-by: Meenakshikumar Somasundaram <meenakshikumar.somasundaram@amd.com>
Signed-off-by: Cruise Hung <Cruise.Hung@amd.com>
Signed-off-by: Ivan Lipski <ivan.lipski@amd.com>
Tested-by: Dan Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_dp_types.h
drivers/gpu/drm/amd/display/dc/link/protocols/link_dp_dpia.c