drm/amd/display: dp debugfs allow link rate lane count greater than dp rx reported...
authorHersen Wu <hersenxs.wu@amd.com>
Wed, 27 Jun 2018 17:03:04 +0000 (13:03 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 13 Jul 2018 19:51:53 +0000 (14:51 -0500)
commit245524d9b827e184de1a23aff24c7872fed04cdb
tree0ba9b42a05b39fd208ce3fa5b987c88ef07ebed0
parentaca3e9a49b200d56e4dd0a21bbb443e96a482fd9
drm/amd/display: dp debugfs allow link rate lane count greater than dp rx reported caps

[Why]
when hw team does phy parameters tuning, there is need to force dp
link rate or lane count grater than the values from dp receiver to
check dp tx. current debufs limit link rate, lane count no more
than rx caps.

[How] remove force settings less than rx caps check

v2: Fix typo in title

Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Charlene Liu <Charlene.Liu@amd.com>
Acked-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c