From: Inki Dae <inki.dae@samsung.com>
To: dri-devel@lists.freedesktop.org
Cc: a.hajda@samsung.com
Subject: [PATCH 0/2] drm/mipi-dsi: support low power transmission
Date: Mon, 18 Aug 2014 17:11:33 +0900 [thread overview]
Message-ID: <1408349495-25568-1-git-send-email-inki.dae@samsung.com> (raw)
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
next reply other threads:[~2014-08-18 8:11 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-18 8:11 Inki Dae [this message]
2014-08-18 8:11 ` [PATCH 1/2] drm/mipi-dsi: consider low power transmission 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1408349495-25568-1-git-send-email-inki.dae@samsung.com \
--to=inki.dae@samsung.com \
--cc=a.hajda@samsung.com \
--cc=dri-devel@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox