[PATCH 0/2] drm/mipi-dsi: consider low power transmission
Inki Dae
inki.dae at samsung.com
Mon Aug 11 23:33:04 PDT 2014
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
More information about the dri-devel
mailing list