]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amd/display: Reduce I2C speed to 95kHz in DCN401
authorChris Park <chris.park@amd.com>
Wed, 1 May 2024 03:06:12 +0000 (23:06 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 13 May 2024 19:47:37 +0000 (15:47 -0400)
commit61f880039eea17a181fb3286881704c2c4287335
treece9b9673eb57f860a916093d55b93ff47f24cc1e
parent6ac05ae5fff84866a56358740681869c3bc62af3
drm/amd/display: Reduce I2C speed to 95kHz in DCN401

[WHY]
HW for DCN401 is presented with a small I2C speed fluctuation that
exceeds the hard cap limitation of 100kHz occasionally. This violates
compliance requirement and will result in failure in compliance.

[HOW]
After various measurements and traceback to previous generation HW, DCN IP,
SI and SW driver agrees that we can reduce I2C speed to 95kHz to address
the I2C spped fluctuation in DCN401.

Reviewed-by: Dillon Varone <dillon.varone@amd.com>
Acked-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Chris Park <chris.park@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/resource/dcn401/dcn401_resource.c