All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Regression in rockchipdrm
@ 2020-01-09  7:31 ` Tobias Schramm
  0 siblings, 0 replies; 10+ messages in thread
From: Tobias Schramm @ 2020-01-09  7:31 UTC (permalink / raw)
  To: Sandy Huang, Heiko Stübner, David Airlie, Daniel Vetter
  Cc: linux-rockchip, Tobias Schramm, linux-arm-kernel, dri-devel,
	linux-kernel

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 type changed in
commit 2589c4025f13 to their original type.

Thanks to CrystalGamma for identifying the commit causing the regression.

v2: Keep lane count as u8

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

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

-- 
2.24.1

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2020-01-13 13:36 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-01-09  7:31 [PATCH v2 0/1] Regression in rockchipdrm Tobias Schramm
2020-01-09  7:31 ` Tobias Schramm
2020-01-09  7:31 ` Tobias Schramm
2020-01-09  7:31 ` Tobias Schramm
2020-01-09  7:31 ` [PATCH v2 1/1] drm/rockchip: fix integer type used for storing dp data rate Tobias Schramm
2020-01-09  7:31   ` Tobias Schramm
2020-01-09  7:31   ` Tobias Schramm
2020-01-13 13:36   ` Heiko Stuebner
2020-01-13 13:36     ` Heiko Stuebner
2020-01-13 13:36     ` Heiko Stuebner

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.