FROMLIST: drm/panel: add of display timing support
authorMark Yao <mark.yao@rock-chips.com>
Wed, 20 Jul 2016 03:18:49 +0000 (11:18 +0800)
committerGerrit Code Review <gerrit@rock-chips.com>
Thu, 21 Jul 2016 06:23:48 +0000 (14:23 +0800)
commitf6972eb49466611c9afc5cdad706813143e70fa6
treefcc3bb5be5a2325a62dee42101807b9aa4352c09
parent3fea0e10a2cef025f46a714661c6155b487a1108
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 <thierry.reding@gmail.com>
Change-Id: I6c1ee6ad0194e242035e2f11589d86fdb363b80a
Signed-off-by: Mark Yao <mark.yao@rock-chips.com>
(am from https://patchwork.kernel.org/patch/9238727)
drivers/gpu/drm/panel/panel-simple.c