Re: [PATCH] DRM: Rockchip: correct rate in the struct drm_dp_link assignment

2019-06-14 Thread Heiko Stuebner
Hi, Am Mittwoch, 5. Juni 2019, 10:04:24 CEST schrieb sandor...@nxp.com: > From: Sandor Yu > > variable of rate in the struct drm_dp_link should assign to > 162000/27/54/81. > > Signed-off-by: Sandor Yu applied to drm-misc-next after fixing patch subject and description to be in

[PATCH] DRM: Rockchip: correct rate in the struct drm_dp_link assignment

2019-06-05 Thread sandor . yu
From: Sandor Yu variable of rate in the struct drm_dp_link should assign to 162000/27/54/81. Signed-off-by: Sandor Yu --- drivers/gpu/drm/rockchip/cdn-dp-reg.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/rockchip/cdn-dp-reg.c