From: Jani Nikula <jani.nikula@intel.com>
To: Sean Paul <sean@poorly.run>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>
Cc: dim-tools@lists.freedesktop.org,
Daniel Vetter <daniel.vetter@ffwll.ch>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Andrzej Hajda <a.hajda@samsung.com>,
Vinay Simha BN <simhavcs@gmail.com>,
Thierry Reding <treding@nvidia.com>
Subject: [PULL] topic/drm-mipi-dsi-dsc-updates
Date: Mon, 11 Nov 2019 17:25:40 +0200 [thread overview]
Message-ID: <87tv7a4eq3.fsf@intel.com> (raw)
Hi Sean, Maarten and Maxime -
Here's the topic branch about DSI changes as I wrote in [1]. Once you've
pulled this in drm-misc, I'll follow suit in i915.
Thanks,
Jani.
[1] http://marc.info/?i=87sgmz6cw0.fsf@intel.com
topic/drm-mipi-dsi-dsc-updates-2019-11-11:
Core Changes:
- Update DSI data type and command definitions
- Add helpers for sending compression mode and PPS packets
Driver Changes:
- Update tiny/st7586 to reflect a definition change
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-mipi-dsi-dsc-updates-2019-11-11
for you to fetch changes up to f4dea1aaa9a12486f5813fada574192feb3850cd:
drm/dsi: add helpers for DSI compression mode and PPS packets (2019-11-07 15:00:16 +0200)
----------------------------------------------------------------
Core Changes:
- Update DSI data type and command definitions
- Add helpers for sending compression mode and PPS packets
Driver Changes:
- Update tiny/st7586 to reflect a definition change
----------------------------------------------------------------
Jani Nikula (5):
drm/dsi: clean up DSI data type definitions
drm/dsi: add missing DSI data types
drm/dsi: add missing DSI DCS commands
drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to MIPI_DCS_SET_PARTIAL_ROWS
drm/dsi: add helpers for DSI compression mode and PPS packets
drivers/gpu/drm/drm_mipi_dsi.c | 57 ++++++++++++++++++++++++++++++++++++++++--
drivers/gpu/drm/tiny/st7586.c | 2 +-
include/drm/drm_mipi_dsi.h | 4 +++
include/video/mipi_display.h | 24 +++++++++++++-----
4 files changed, 78 insertions(+), 9 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@intel.com>
To: Sean Paul <sean@poorly.run>,
Maarten Lankhorst <maarten.lankhorst@linux.intel.com>,
Maxime Ripard <mripard@kernel.org>,
Cc: dim-tools@lists.freedesktop.org,
Daniel Vetter <daniel.vetter@ffwll.ch>,
intel-gfx@lists.freedesktop.org, dri-devel@lists.freedesktop.org,
Andrzej Hajda <a.hajda@samsung.com>,
Vinay Simha BN <simhavcs@gmail.com>,
Thierry Reding <treding@nvidia.com>
Subject: [Intel-gfx] [PULL] topic/drm-mipi-dsi-dsc-updates
Date: Mon, 11 Nov 2019 17:25:40 +0200 [thread overview]
Message-ID: <87tv7a4eq3.fsf@intel.com> (raw)
Message-ID: <20191111152540.9mA2vfpPf0Y0WiC_Ncd5Mcs28dleCcZw8jA_hc5tjR8@z> (raw)
Hi Sean, Maarten and Maxime -
Here's the topic branch about DSI changes as I wrote in [1]. Once you've
pulled this in drm-misc, I'll follow suit in i915.
Thanks,
Jani.
[1] http://marc.info/?i=87sgmz6cw0.fsf@intel.com
topic/drm-mipi-dsi-dsc-updates-2019-11-11:
Core Changes:
- Update DSI data type and command definitions
- Add helpers for sending compression mode and PPS packets
Driver Changes:
- Update tiny/st7586 to reflect a definition change
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-intel tags/topic/drm-mipi-dsi-dsc-updates-2019-11-11
for you to fetch changes up to f4dea1aaa9a12486f5813fada574192feb3850cd:
drm/dsi: add helpers for DSI compression mode and PPS packets (2019-11-07 15:00:16 +0200)
----------------------------------------------------------------
Core Changes:
- Update DSI data type and command definitions
- Add helpers for sending compression mode and PPS packets
Driver Changes:
- Update tiny/st7586 to reflect a definition change
----------------------------------------------------------------
Jani Nikula (5):
drm/dsi: clean up DSI data type definitions
drm/dsi: add missing DSI data types
drm/dsi: add missing DSI DCS commands
drm/dsi: rename MIPI_DCS_SET_PARTIAL_AREA to MIPI_DCS_SET_PARTIAL_ROWS
drm/dsi: add helpers for DSI compression mode and PPS packets
drivers/gpu/drm/drm_mipi_dsi.c | 57 ++++++++++++++++++++++++++++++++++++++++--
drivers/gpu/drm/tiny/st7586.c | 2 +-
include/drm/drm_mipi_dsi.h | 4 +++
include/video/mipi_display.h | 24 +++++++++++++-----
4 files changed, 78 insertions(+), 9 deletions(-)
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
next reply other threads:[~2019-11-11 15:25 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-11 15:25 Jani Nikula [this message]
2019-11-11 15:25 ` [Intel-gfx] [PULL] topic/drm-mipi-dsi-dsc-updates Jani Nikula
2019-11-14 14:35 ` Jani Nikula
2019-11-14 14:35 ` [Intel-gfx] " Jani Nikula
2019-11-20 13:16 ` Maarten Lankhorst
2019-11-20 13:16 ` [Intel-gfx] " Maarten Lankhorst
2019-11-20 14:04 ` Jani Nikula
2019-11-20 14:04 ` [Intel-gfx] " Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87tv7a4eq3.fsf@intel.com \
--to=jani.nikula@intel.com \
--cc=a.hajda@samsung.com \
--cc=daniel.vetter@ffwll.ch \
--cc=dim-tools@lists.freedesktop.org \
--cc=dri-devel@lists.freedesktop.org \
--cc=intel-gfx@lists.freedesktop.org \
--cc=maarten.lankhorst@linux.intel.com \
--cc=mripard@kernel.org \
--cc=sean@poorly.run \
--cc=simhavcs@gmail.com \
--cc=treding@nvidia.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox