]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
drm/amd/display: Avoid Read Remote DPCD Many Times
authorFangzhi Zuo <Jerry.Zuo@amd.com>
Thu, 10 Jul 2025 01:42:54 +0000 (21:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Aug 2025 18:40:06 +0000 (14:40 -0400)
commitfa5f99ee7260e067e4e3c1350243471862fad11c
tree8bf6ab9a124e66f9e602e3ba6b37ca66c8176e3c
parent6ec8a5cbec751625133461600d0d4950ffd3a214
drm/amd/display: Avoid Read Remote DPCD Many Times

Reading remote dpcd is time consuming. Instead of reading each byte
one by one, read 16 bytes together.

Reviewed-by: ChiaHsuan (Tom) Chung <chiahsuan.chung@amd.com>
Signed-off-by: Fangzhi Zuo <Jerry.Zuo@amd.com>
Signed-off-by: Wayne Lin <Wayne.Lin@amd.com>
Signed-off-by: Roman Li <roman.li@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_mst_types.c