]> git.baikalelectronics.ru Git - kernel.git/commit
drm/tegra: dsi: Add command mode support
authorThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 14:02:46 +0000 (15:02 +0100)
committerThierry Reding <treding@nvidia.com>
Thu, 13 Nov 2014 15:12:23 +0000 (16:12 +0100)
commitb0c3159ff0d27a196d46068095d762f21b85b516
treeae43d405987adfb06934e52e9ac1e030b23cba04
parent2903c2103714bc91768445d7af0ffb3e010d74d7
drm/tegra: dsi: Add command mode support

Add support for DC-driven command mode. This is a mode where the video
stream sent by the display controller is packed into DCS command packets
(write_memory_start and write_memory_continue) by the DSI controller. It
can be used for panels with a remote framebuffer and is useful to save
power when used with a dynamic refresh rate (not yet supported by the
driver).

Signed-off-by: Thierry Reding <treding@nvidia.com>
drivers/gpu/drm/tegra/dsi.c