]> asedeno.scripts.mit.edu Git - linux.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)
commitf4dea1aaa9a12486f5813fada574192feb3850cd
tree41f2595f5a71d1f1db3d9e087048f52e984ed24f
parent97ecec8b7fa59c378b010efbdaecfd85d7a04d98
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