mbox series

[0/1] Regression in rockchipdrm

Message ID 20200108223949.355975-1-t.schramm@manjaro.org (mailing list archive)
Headers show
Series Regression in rockchipdrm | expand

Message

Tobias Schramm Jan. 8, 2020, 10:39 p.m. UTC
commit 2589c4025f13 ("drm/rockchip: Avoid drm_dp_link helpers") changed
the datatype used for storing the display port data rate to u8.
A u8 is not sufficient to store the data rate, resulting in a crash due
to incorrect calculations.

This series resolves the issue by restoring the data types changed in
commit 2589c4025f13 to their original type.

Tobias Schramm (1):
  drm/rockchip: fix integer type used for storing dp data rate and lane
    count

 drivers/gpu/drm/rockchip/cdn-dp-core.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)