linux/drivers/gpu/drm/panel
Thierry Reding 960dd616f6 drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetrical
Currently the mipi_dsi_dcs_write() function requires the DCS command
byte to be embedded within the write buffer whereas mipi_dsi_dcs_read()
has a separate parameter. Make them more symmetrical by adding an extra
command parameter to mipi_dsi_dcs_write().

The S6E8AA0 driver relies on the old asymmetric API and there's concern
that moving to the new API may be less efficient. Provide a new function
with the old semantics for those cases and make the S6E8AA0 driver use
it instead.

Reviewed-by: Sean Paul <seanpaul@chromium.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>
2014-11-13 13:55:36 +01:00
..
Kconfig drm/panel: make DRM_PANEL_LD9040 depend on SPI 2014-07-14 10:24:58 +02:00
Makefile drm/panel: add S6E8AA0 driver 2014-04-04 21:24:49 +09:00
panel-ld9040.c drm/panel: ld9040: Fix build warnings on 64-bit 2014-11-07 15:40:35 +01:00
panel-s6e8aa0.c drm/dsi: Make mipi_dsi_dcs_{read,write}() symmetrical 2014-11-13 13:55:36 +01:00
panel-simple.c drm/panel: simple: Update Innolux N116BGE timings 2014-11-07 15:37:21 +01:00