This series adds support for sending multiple DSC slices in a single DSI packet, which is required by some panels such as the JDI LPM026M648C.
The MSM DRM change was originally authored by Jonathan Marek [1], changed to use an 'all slices in packet' flag which derives slice_per_pkt from slice_count instead of manually specifying the number of slices per packet. Was also split into two patches so they can go through different trees. [1]: https://lore.kernel.org/all/[email protected] Signed-off-by: Alexander Koskovich <[email protected]> --- Changes in v2: - Fix attribution to Jonathan Marek - Link to v1: https://lore.kernel.org/r/[email protected] --- Alexander Koskovich (1): drm/mipi-dsi: add flag for sending all DSC slices in one packet Jonathan Marek (1): drm/msm/dsi: support DSC configurations with slice_per_pkt > 1 drivers/gpu/drm/msm/dsi/dsi_host.c | 25 ++++++++++--------------- include/drm/drm_mipi_dsi.h | 2 ++ 2 files changed, 12 insertions(+), 15 deletions(-) --- base-commit: f338e77383789c0cae23ca3d48adcc5e9e137e3c change-id: 20260318-dsi-dsc-slice-per-pkt-f828429fbf0a Best regards, -- Alexander Koskovich <[email protected]>
