]> git.baikalelectronics.ru Git - kernel.git/commit
drm/dsi: add helpers for DSI compression mode and PPS packets
authorJani Nikula <jani.nikula@intel.com>
Mon, 28 Oct 2019 15:00:47 +0000 (17:00 +0200)
committerJani Nikula <jani.nikula@intel.com>
Thu, 7 Nov 2019 13:00:16 +0000 (15:00 +0200)
commit304bc437fb5e4a183cadf76de64366982812b3b5
tree41f2595f5a71d1f1db3d9e087048f52e984ed24f
parent853f38b0f1c3c926f9b220f1812da12100fdfe81
drm/dsi: add helpers for DSI compression mode and PPS packets

Add helper functions for sending the DSI compression mode and picture
parameter set data type packets. For the time being, limit the support
to using VESA DSC 1.1 and the default PPS. This may need updating if the
need arises for proprietary compression or non-default PPS, however keep
it simple for starters.

v2: Add missing EXPORT_SYMBOL

Cc: Vandita Kulkarni <vandita.kulkarni@intel.com>
Reviewed-by: Thierry Reding <treding@nvidia.com>
Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191028150047.22048-5-jani.nikula@intel.com
drivers/gpu/drm/drm_mipi_dsi.c
include/drm/drm_mipi_dsi.h