drm/panel: simple: Allow DSI panels to provide mode flags
authorThierry Reding <treding@nvidia.com>
Fri, 14 Mar 2014 10:24:57 +0000 (11:24 +0100)
committerChanho Park <chanho61.park@samsung.com>
Tue, 18 Nov 2014 02:47:39 +0000 (11:47 +0900)
commitc8029b6fd0677e70685bb22c7cf52db99306f401
tree905e987bfefa53429b00bc3450c4b24bc1680819
parent0c0e2220587f73ab31ab8cdce0d30f6e997de1f4
drm/panel: simple: Allow DSI panels to provide mode flags

In order to differentiate between the different video modes (burst vs.
non-burst, sync pulses vs. sync events) supported by peripherals, pass
the flags that specify this mode in the panel description to the DSI
peripheral device when probed.

Signed-off-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Inki Ddae <inki.dae@samsung.com>
drivers/gpu/drm/panel/panel-simple.c