FROMGIT: drm/amd/display: make dm_dp_aux_transfer return payload bytes instead of size
The drm layer expects aux->transfer() to return the payload bytes read.
Currently dm_dp_aux_transfer() returns the payload size which does not
gets updated during the read, hence not giving the right data for the
drm layer to pars edid. This leads to the drm layer to conclude as the
edid is BAD and hence some monitors/devices dont get detected properly.
This patch changes the return type of dm_dp_aux_transfer() to actual
bytes read during DP_AUX_NATIVE_READ & DP_AUX_I2C_READ.
Signed-off-by: Shirish S <[email protected]>
Reviewed-by: Harry Wentland <[email protected]>
(cherry picked from commit a92adb0c81ccf2a2a317d226c84ac26f4c3c7157
git://people.freedesktop.org/~agd5f/linux branch:amd-staging-drm-next
BUG=b:72745332
TEST=boot on kahlee,
verified display_ServerChameleonConnection & display_EdidStress pass
with DP connector.
Conflicts:
drivers/gpu/drm/amd/display/dc/i2caux/aux_engine.c
[shirish.s]fix trivial rebase conflicts.
Change-Id: I3e3edcb411031e67292ca36f17561d565083d6e8
Reviewed-on: https://chromium-review.googlesource.com/942652
Commit-Ready: Shirish S <[email protected]>
Tested-by: Shirish S <[email protected]>
Reviewed-by: Drew Davenport <[email protected]>
5 files changed