commit | 3092108904461dd50b1502f3a2977a4259d91044 | [log] [tgz] |
---|---|---|
author | Leo (Sunpeng) Li <sunpeng.li@amd.com> | Tue Jun 26 10:44:05 2018 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Jul 13 14:50:46 2018 -0500 |
tree | babb9763bedd0274856ada7dca33e2c46dc3067c | |
parent | c2437b1f16d9b136c88b2c7c0254919a0e1311f6 [diff] |
drm/amd/display: Right shift AUX reply value sooner than later [Why] There is no point in keeping the AUX reply value in the raw format as returned from reading the AUX_SW_DATA register. [How] Shift it within read_channel_reply(), where the register is read, before returning it. Signed-off-by: Leo (Sunpeng) Li <sunpeng.li@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>