From f6972eb49466611c9afc5cdad706813143e70fa6 Mon Sep 17 00:00:00 2001 From: Mark Yao Date: Wed, 20 Jul 2016 11:18:49 +0800 Subject: [PATCH] FROMLIST: drm/panel: add of display timing support We want add display support on loader, share the same timing with kernel side, but the timing is hide into kernel code, can't be share, avoid config twice display timing, add device-tree display timing support would be good idea. With this patch, loader and kernel can share same timing from device node. Cc: Thierry Reding Change-Id: I6c1ee6ad0194e242035e2f11589d86fdb363b80a Signed-off-by: Mark Yao (am from https://patchwork.kernel.org/patch/9238727) --- drivers/gpu/drm/panel/panel-simple.c | 73 +++++++++++++++++++++++++--- 1 file changed, 65 insertions(+), 8 deletions(-) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel-simple.c index 9090fa139246..c7c5d15240a4 100644 --- a/drivers/gpu/drm/panel/panel-simple.c +++ b/drivers/gpu/drm/panel/panel-simple.c @@ -34,6 +34,7 @@ #include #include