OSDN Git Service

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)
committerThierry Reding <treding@nvidia.com>
Fri, 4 Apr 2014 07:06:39 +0000 (09:06 +0200)
commit462658b8b3bce3bf8cb158ef59ea88af54ac9277
treeb8e5b068350a4d87f38a1be4b5e2f36178d4f0d8
parent15c1a919ae9c0a474c9cf4816d164ced5444292d
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>
drivers/gpu/drm/panel/panel-simple.c