All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] drm/mipi-dsi: support low power transmission
@ 2014-08-18  8:11 Inki Dae
  2014-08-18  8:11 ` [PATCH 1/2] drm/mipi-dsi: consider " Inki Dae
  2014-08-18  8:11 ` [PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode Inki Dae
  0 siblings, 2 replies; 8+ messages in thread
From: Inki Dae @ 2014-08-18  8:11 UTC (permalink / raw)
  To: dri-devel; +Cc: a.hajda

This patch considers low power transmisson to two clock behaviors,
non-continuous and continuous clock mode.

These two clock behaviors can transmit data in high speed or low power.
So this patch series adds a new flag, MIPI_DSI_MODE_LPM so that each
host driver can setup its host controller properly.

Patch 1:
Add MIPI_DSI_MODE_LPM flag. If panel driver sets this flag, then msg->flags
will have MIPI_DSI_MSG_USE_LPM so that host driver can transmit data in low
power.

Patch 2:
Just exynos part for supporting non-continuous and continuous clock mode.

Inki Dae (2):
  drm/mipi-dsi: consider low power transmission
  drm/exynos: mipi-dsi: consider non-continuous clock mode

 drivers/gpu/drm/drm_mipi_dsi.c          |    6 ++++++
 drivers/gpu/drm/exynos/exynos_drm_dsi.c |   19 +++++++++++++++++++
 include/drm/drm_mipi_dsi.h              |    2 ++
 3 files changed, 27 insertions(+)

-- 
1.7.9.5

^ permalink raw reply	[flat|nested] 8+ messages in thread
* [PATCH 0/2] drm/mipi-dsi: consider low power transmission
@ 2014-08-12  6:33 Inki Dae
  2014-08-12  6:33 ` [PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode Inki Dae
  0 siblings, 1 reply; 8+ messages in thread
From: Inki Dae @ 2014-08-12  6:33 UTC (permalink / raw)
  To: dri-devel; +Cc: a.hajda

This patch considers low power transmisson to two clock behaviors,
non-continuous and continuous clock mode.

These two clock behaviors can transmit data in high speed or low power.
So this patch series adds a new flag, MIPI_DSI_MODE_LPM so that each
host driver can setup its host controller properly.

Patch 1:
Add MIPI_DSI_MODE_LPM flag, and with this flag, mipi-dsi framework will set
MIPI_DSI_MSG_USE_LPM.

Patch 2:
Just exynos part for supporting non-continuous and continuous clock mode.

Inki Dae (2):
  drm/mipi-dsi: consider low power transmission.
  drm/exynos: mipi-dsi: consider non-continuous clock mode

 drivers/gpu/drm/drm_mipi_dsi.c          |    6 ++++++
 drivers/gpu/drm/exynos/exynos_drm_dsi.c |   32 +++++++++++++++++++++++++++++--
 include/drm/drm_mipi_dsi.h              |    2 ++
 3 files changed, 38 insertions(+), 2 deletions(-)

-- 
1.7.9.5

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

end of thread, other threads:[~2019-11-20 13:57 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-08-18  8:11 [PATCH 0/2] drm/mipi-dsi: support low power transmission Inki Dae
2014-08-18  8:11 ` [PATCH 1/2] drm/mipi-dsi: consider " Inki Dae
2014-08-18 11:38   ` Andrzej Hajda
2014-08-18 12:30     ` Inki Dae
2019-11-20 13:57   ` Linus Walleij
2014-08-18  8:11 ` [PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode Inki Dae
2014-08-18 10:13   ` Andrzej Hajda
  -- strict thread matches above, loose matches on Subject: below --
2014-08-12  6:33 [PATCH 0/2] drm/mipi-dsi: consider low power transmission Inki Dae
2014-08-12  6:33 ` [PATCH 2/2] drm/exynos: mipi-dsi: consider non-continuous clock mode Inki Dae

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.