commit | de85ec271a864c05e99ad5ffbed9e95d1b65c757 | [log] [tgz] |
---|---|---|
author | Sandor Yu <Sandor.yu@nxp.com> | Wed Jun 05 16:04:24 2019 +0800 |
committer | Heiko Stuebner <heiko@sntech.de> | Fri Jun 14 13:53:07 2019 +0200 |
tree | 999a251de35d0b8bcdeb485136efccfe806e49a9 | |
parent | 53ffa1ee8de2cdfb0fcbef798486ba9c7f9316fd [diff] |
drm/rockchip: cdn-dp: correct rate in the struct drm_dp_link assignment The value stored in the rate field of struct drm_dp_link should be the actual link-rate and not the bw_code. Right now the driver stores the code and converts it to the rate. So fixup the driver to store the rate itself. Signed-off-by: Sandor Yu <Sandor.yu@nxp.com> Signed-off-by: Heiko Stuebner <heiko@sntech.de> Link: https://patchwork.freedesktop.org/patch/msgid/20190605080424.28731-1-sandor.yu@nxp.com