Re: [PATCH v2 1/1] drm/rockchip: fix integer type used for storing dp data rate

From: Heiko Stuebner
Date: Mon Jan 13 2020 - 08:36:52 EST


Am Donnerstag, 9. Januar 2020, 08:31:29 CET schrieb Tobias Schramm:
> commmit 2589c4025f13 ("drm/rockchip: Avoid drm_dp_link helpers") changes
> the type of variables used to store the display port data rate and
> number of lanes to u8. However u8 is not sufficient to store the link
> data rate of the display port.
> This commit reverts the type of data rate to unsigned int.
>
> Signed-off-by: Tobias Schramm <t.schramm@xxxxxxxxxxx>

applied to drm-misc-fixes

Thanks
Heiko