public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm/dsi/tegra: continuous clock support
@ 2014-07-02 12:19 Alexandre Courbot
  2014-07-02 12:19 ` [PATCH 1/4] drm/dsi: Add flag for continuous clock behavior Alexandre Courbot
                   ` (3 more replies)
  0 siblings, 4 replies; 17+ messages in thread
From: Alexandre Courbot @ 2014-07-02 12:19 UTC (permalink / raw)
  To: Thierry Reding, Terje Bergstrom, Stephen Warren
  Cc: linux-tegra, dri-devel, linux-kernel, Alexandre Courbot

This small series adds support for DSI continuous clock as required by the
DSI specification and as needed for NVIDIA SHIELD's panel. Continuous clock
mode can be specified as the flags of a DSI device, and host drivers can check
this flag to adapt their behavior.

The flag is then added to the panel embedded in NVIDIA SHIELD, which allows
us to finally enable the panel in its device tree.

Alexandre Courbot (4):
  drm/dsi: Add flag for continuous clock behavior
  drm/tegra: dsi - Handle continuous clock flag
  drm/panel: LG LH500WX1-SD03 uses continuous clock
  ARM: tegra: roth: add display DT node

 arch/arm/boot/dts/tegra114-roth.dts  | 23 ++++++++++++++++++++---
 drivers/gpu/drm/panel/panel-simple.c |  2 +-
 drivers/gpu/drm/tegra/dsi.c          |  3 ++-
 include/drm/drm_mipi_dsi.h           |  2 ++
 4 files changed, 25 insertions(+), 5 deletions(-)

-- 
2.0.0


^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2014-07-22  9:46 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-07-02 12:19 [PATCH 0/4] drm/dsi/tegra: continuous clock support Alexandre Courbot
2014-07-02 12:19 ` [PATCH 1/4] drm/dsi: Add flag for continuous clock behavior Alexandre Courbot
2014-07-03  8:23   ` Andrzej Hajda
2014-07-04  5:57     ` Alexandre Courbot
2014-07-04  9:53       ` Andrzej Hajda
2014-07-06  9:30         ` Alexandre Courbot
2014-07-02 12:19 ` [PATCH 2/4] drm/tegra: dsi - Handle continuous clock flag Alexandre Courbot
2014-07-02 12:19 ` [PATCH 3/4] drm/panel: LG LH500WX1-SD03 uses continuous clock Alexandre Courbot
2014-07-02 12:19 ` [PATCH 4/4] ARM: tegra: roth: add display DT node Alexandre Courbot
2014-07-02 15:55   ` Stephen Warren
2014-07-03  3:10     ` Alexandre Courbot
2014-07-21 15:35       ` Stephen Warren
2014-07-21 21:16         ` Thierry Reding
2014-07-21 22:51           ` Mark Brown
2014-07-22  4:39             ` Alexandre Courbot
2014-07-22  9:45               ` Mark Brown
2014-07-03  3:15   ` [PATCH v2] " Alexandre Courbot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox