dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PULL] topic/drm-mipi-dsi-dsc-updates
@ 2019-11-11 15:25 Jani Nikula
  2019-11-11 15:25 ` Jani Nikula
  2019-11-14 14:35 ` Jani Nikula
  0 siblings, 2 replies; 7+ messages in thread
From: Jani Nikula @ 2019-11-11 15:25 UTC (permalink / raw)
  To: Sean Paul, Maarten Lankhorst, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Andrzej Hajda,
	Vinay Simha BN, Thierry Reding


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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-11 15:25 [PULL] topic/drm-mipi-dsi-dsc-updates Jani Nikula
@ 2019-11-11 15:25 ` Jani Nikula
  2019-11-14 14:35 ` Jani Nikula
  1 sibling, 0 replies; 7+ messages in thread
From: Jani Nikula @ 2019-11-11 15:25 UTC (permalink / raw)
  To: Sean Paul, Maarten Lankhorst, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi,
	Vinay Simha BN, Thierry Reding


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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-11 15:25 [PULL] topic/drm-mipi-dsi-dsc-updates Jani Nikula
  2019-11-11 15:25 ` Jani Nikula
@ 2019-11-14 14:35 ` Jani Nikula
  2019-11-14 14:35   ` Jani Nikula
  2019-11-20 13:16   ` Maarten Lankhorst
  1 sibling, 2 replies; 7+ messages in thread
From: Jani Nikula @ 2019-11-14 14:35 UTC (permalink / raw)
  To: Sean Paul, Maarten Lankhorst, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Andrzej Hajda,
	Vinay Simha BN, Thierry Reding

On Mon, 11 Nov 2019, Jani Nikula <jani.nikula@intel.com> wrote:
> 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.

Ping.

FWIW Daniel acked the approach on IRC.

BR,
Jani.


>
>
> 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

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-14 14:35 ` Jani Nikula
@ 2019-11-14 14:35   ` Jani Nikula
  2019-11-20 13:16   ` Maarten Lankhorst
  1 sibling, 0 replies; 7+ messages in thread
From: Jani Nikula @ 2019-11-14 14:35 UTC (permalink / raw)
  To: Sean Paul, Maarten Lankhorst, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi,
	Vinay Simha BN, Thierry Reding

On Mon, 11 Nov 2019, Jani Nikula <jani.nikula@intel.com> wrote:
> 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.

Ping.

FWIW Daniel acked the approach on IRC.

BR,
Jani.


>
>
> 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
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-14 14:35 ` Jani Nikula
  2019-11-14 14:35   ` Jani Nikula
@ 2019-11-20 13:16   ` Maarten Lankhorst
  2019-11-20 14:04     ` Jani Nikula
  1 sibling, 1 reply; 7+ messages in thread
From: Maarten Lankhorst @ 2019-11-20 13:16 UTC (permalink / raw)
  To: Jani Nikula, Sean Paul, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi,
	Vinay Simha BN, Thierry Reding

Op 14-11-2019 om 15:35 schreef Jani Nikula:
> On Mon, 11 Nov 2019, Jani Nikula <jani.nikula@intel.com> wrote:
>> 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.
> Ping.
>
> FWIW Daniel acked the approach on IRC.
>
> BR,
> Jani.
>
>
Pushed, thanks. :)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-20 13:16   ` Maarten Lankhorst
@ 2019-11-20 14:04     ` Jani Nikula
  2019-11-20 14:04       ` Jani Nikula
  0 siblings, 1 reply; 7+ messages in thread
From: Jani Nikula @ 2019-11-20 14:04 UTC (permalink / raw)
  To: Maarten Lankhorst, Sean Paul, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Andrzej Hajda,
	Vinay Simha BN, Thierry Reding

On Wed, 20 Nov 2019, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> Op 14-11-2019 om 15:35 schreef Jani Nikula:
>> On Mon, 11 Nov 2019, Jani Nikula <jani.nikula@intel.com> wrote:
>>> 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.
>> Ping.
>>
>> FWIW Daniel acked the approach on IRC.
>>
>> BR,
>> Jani.
>>
>>
> Pushed, thanks. :)

Thanks; also pulled to drm-intel-next-queued now.

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PULL] topic/drm-mipi-dsi-dsc-updates
  2019-11-20 14:04     ` Jani Nikula
@ 2019-11-20 14:04       ` Jani Nikula
  0 siblings, 0 replies; 7+ messages in thread
From: Jani Nikula @ 2019-11-20 14:04 UTC (permalink / raw)
  To: Maarten Lankhorst, Sean Paul, Maxime Ripard
  Cc: dim-tools, Daniel Vetter, intel-gfx, dri-devel, Rodrigo Vivi,
	Vinay Simha BN, Thierry Reding

On Wed, 20 Nov 2019, Maarten Lankhorst <maarten.lankhorst@linux.intel.com> wrote:
> Op 14-11-2019 om 15:35 schreef Jani Nikula:
>> On Mon, 11 Nov 2019, Jani Nikula <jani.nikula@intel.com> wrote:
>>> 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.
>> Ping.
>>
>> FWIW Daniel acked the approach on IRC.
>>
>> BR,
>> Jani.
>>
>>
> Pushed, thanks. :)

Thanks; also pulled to drm-intel-next-queued now.

BR,
Jani.


-- 
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-11-20 14:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 15:25 [PULL] topic/drm-mipi-dsi-dsc-updates Jani Nikula
2019-11-11 15:25 ` Jani Nikula
2019-11-14 14:35 ` Jani Nikula
2019-11-14 14:35   ` Jani Nikula
2019-11-20 13:16   ` Maarten Lankhorst
2019-11-20 14:04     ` Jani Nikula
2019-11-20 14:04       ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).