From: Mark Yao Date: Wed, 20 Jul 2016 03:18:49 +0000 (+0800) Subject: FROMLIST: drm/panel: add of display timing support X-Git-Tag: firefly_0821_release~2110 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=f6972eb;p=firefly-linux-kernel-4.4.55.git 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) --- 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