All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] drm/tegra: Changes for v5.18-rc1
@ 2022-02-25 16:32 ` Thierry Reding
  0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-02-25 16:32 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: dri-devel, linux-tegra

Hi Dave, Daniel,

The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:

  drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1

for you to fetch changes up to b53c24f69199b88671293de503f1f999a762f4f9:

  drm/tegra: Support YVYU, VYUY and YU24 formats (2022-02-25 16:37:40 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v5.18-rc1

This contains a couple more minor fixes that didn't seem urgent enough
for v5.17. On top of that this improves YUV format support on older
chips.

----------------------------------------------------------------
Christophe JAILLET (2):
      gpu: host1x: Fix an error handling path in 'host1x_probe()'
      gpu: host1x: Fix a memory leak in 'host1x_remove()'

Dmitry Osipenko (1):
      drm/tegra: Use dev_err_probe()

Miaoqian Lin (1):
      drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

Thierry Reding (3):
      drm/tegra: Fix planar formats on Tegra186 and later
      drm/tegra: Support semi-planar formats on Tegra114+
      drm/tegra: Support YVYU, VYUY and YU24 formats

chiminghao (1):
      drm/tegra: dpaux: Remove unneeded variable

 drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
 drivers/gpu/drm/tegra/dc.h    |  7 +++++
 drivers/gpu/drm/tegra/dpaux.c |  3 +-
 drivers/gpu/drm/tegra/dsi.c   |  4 ++-
 drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
 drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
 drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/tegra/plane.h |  2 +-
 drivers/gpu/host1x/dev.c      |  8 +++--
 9 files changed, 140 insertions(+), 65 deletions(-)

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

* [GIT PULL] drm/tegra: Changes for v5.18-rc1
@ 2022-02-25 16:32 ` Thierry Reding
  0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-02-25 16:32 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: linux-tegra, dri-devel

Hi Dave, Daniel,

The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:

  drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1

for you to fetch changes up to b53c24f69199b88671293de503f1f999a762f4f9:

  drm/tegra: Support YVYU, VYUY and YU24 formats (2022-02-25 16:37:40 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v5.18-rc1

This contains a couple more minor fixes that didn't seem urgent enough
for v5.17. On top of that this improves YUV format support on older
chips.

----------------------------------------------------------------
Christophe JAILLET (2):
      gpu: host1x: Fix an error handling path in 'host1x_probe()'
      gpu: host1x: Fix a memory leak in 'host1x_remove()'

Dmitry Osipenko (1):
      drm/tegra: Use dev_err_probe()

Miaoqian Lin (1):
      drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

Thierry Reding (3):
      drm/tegra: Fix planar formats on Tegra186 and later
      drm/tegra: Support semi-planar formats on Tegra114+
      drm/tegra: Support YVYU, VYUY and YU24 formats

chiminghao (1):
      drm/tegra: dpaux: Remove unneeded variable

 drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
 drivers/gpu/drm/tegra/dc.h    |  7 +++++
 drivers/gpu/drm/tegra/dpaux.c |  3 +-
 drivers/gpu/drm/tegra/dsi.c   |  4 ++-
 drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
 drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
 drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/tegra/plane.h |  2 +-
 drivers/gpu/host1x/dev.c      |  8 +++--
 9 files changed, 140 insertions(+), 65 deletions(-)

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

* Re: [GIT PULL] drm/tegra: Changes for v5.18-rc1
  2022-02-25 16:32 ` Thierry Reding
@ 2022-02-28  6:51   ` Dave Airlie
  -1 siblings, 0 replies; 8+ messages in thread
From: Dave Airlie @ 2022-02-28  6:51 UTC (permalink / raw)
  To: Thierry Reding; +Cc: Daniel Vetter, dri-devel, linux-tegra

Hi Thierry,

dim: d65e338027e7 ("gpu: host1x: Fix an error handling path in
'host1x_probe()'"): SHA1 in fixes line not found:
dim:     e3166698a8a0 ("drm/tegra: Implement buffer object cache")

not the same as

 1f39b1dfa53c84b56d7ad37fed44afda7004959d
Author: Thierry Reding <treding@nvidia.com>
Date:   Fri Feb 7 16:50:52 2020 +0100

    drm/tegra: Implement buffer object cache

Please fix that up.

Dave.

On Sat, 26 Feb 2022 at 02:32, Thierry Reding <thierry.reding@gmail.com> wrote:
>
> Hi Dave, Daniel,
>
> The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:
>
>   drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1
>
> for you to fetch changes up to b53c24f69199b88671293de503f1f999a762f4f9:
>
>   drm/tegra: Support YVYU, VYUY and YU24 formats (2022-02-25 16:37:40 +0100)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> drm/tegra: Changes for v5.18-rc1
>
> This contains a couple more minor fixes that didn't seem urgent enough
> for v5.17. On top of that this improves YUV format support on older
> chips.
>
> ----------------------------------------------------------------
> Christophe JAILLET (2):
>       gpu: host1x: Fix an error handling path in 'host1x_probe()'
>       gpu: host1x: Fix a memory leak in 'host1x_remove()'
>
> Dmitry Osipenko (1):
>       drm/tegra: Use dev_err_probe()
>
> Miaoqian Lin (1):
>       drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
>
> Thierry Reding (3):
>       drm/tegra: Fix planar formats on Tegra186 and later
>       drm/tegra: Support semi-planar formats on Tegra114+
>       drm/tegra: Support YVYU, VYUY and YU24 formats
>
> chiminghao (1):
>       drm/tegra: dpaux: Remove unneeded variable
>
>  drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
>  drivers/gpu/drm/tegra/dc.h    |  7 +++++
>  drivers/gpu/drm/tegra/dpaux.c |  3 +-
>  drivers/gpu/drm/tegra/dsi.c   |  4 ++-
>  drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
>  drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
>  drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
>  drivers/gpu/drm/tegra/plane.h |  2 +-
>  drivers/gpu/host1x/dev.c      |  8 +++--
>  9 files changed, 140 insertions(+), 65 deletions(-)

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

* Re: [GIT PULL] drm/tegra: Changes for v5.18-rc1
@ 2022-02-28  6:51   ` Dave Airlie
  0 siblings, 0 replies; 8+ messages in thread
From: Dave Airlie @ 2022-02-28  6:51 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, dri-devel

Hi Thierry,

dim: d65e338027e7 ("gpu: host1x: Fix an error handling path in
'host1x_probe()'"): SHA1 in fixes line not found:
dim:     e3166698a8a0 ("drm/tegra: Implement buffer object cache")

not the same as

 1f39b1dfa53c84b56d7ad37fed44afda7004959d
Author: Thierry Reding <treding@nvidia.com>
Date:   Fri Feb 7 16:50:52 2020 +0100

    drm/tegra: Implement buffer object cache

Please fix that up.

Dave.

On Sat, 26 Feb 2022 at 02:32, Thierry Reding <thierry.reding@gmail.com> wrote:
>
> Hi Dave, Daniel,
>
> The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:
>
>   drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)
>
> are available in the Git repository at:
>
>   https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1
>
> for you to fetch changes up to b53c24f69199b88671293de503f1f999a762f4f9:
>
>   drm/tegra: Support YVYU, VYUY and YU24 formats (2022-02-25 16:37:40 +0100)
>
> Thanks,
> Thierry
>
> ----------------------------------------------------------------
> drm/tegra: Changes for v5.18-rc1
>
> This contains a couple more minor fixes that didn't seem urgent enough
> for v5.17. On top of that this improves YUV format support on older
> chips.
>
> ----------------------------------------------------------------
> Christophe JAILLET (2):
>       gpu: host1x: Fix an error handling path in 'host1x_probe()'
>       gpu: host1x: Fix a memory leak in 'host1x_remove()'
>
> Dmitry Osipenko (1):
>       drm/tegra: Use dev_err_probe()
>
> Miaoqian Lin (1):
>       drm/tegra: Fix reference leak in tegra_dsi_ganged_probe
>
> Thierry Reding (3):
>       drm/tegra: Fix planar formats on Tegra186 and later
>       drm/tegra: Support semi-planar formats on Tegra114+
>       drm/tegra: Support YVYU, VYUY and YU24 formats
>
> chiminghao (1):
>       drm/tegra: dpaux: Remove unneeded variable
>
>  drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
>  drivers/gpu/drm/tegra/dc.h    |  7 +++++
>  drivers/gpu/drm/tegra/dpaux.c |  3 +-
>  drivers/gpu/drm/tegra/dsi.c   |  4 ++-
>  drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
>  drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
>  drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
>  drivers/gpu/drm/tegra/plane.h |  2 +-
>  drivers/gpu/host1x/dev.c      |  8 +++--
>  9 files changed, 140 insertions(+), 65 deletions(-)

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

* [GIT PULL v2] drm/tegra: Changes for v5.18-rc1
  2022-02-25 16:32 ` Thierry Reding
@ 2022-03-01 12:44   ` Thierry Reding
  -1 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-03-01 12:44 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: linux-tegra, dri-devel

Hi Dave, Daniel,

The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:

  drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1

for you to fetch changes up to cf5086d35d8c7c2b9cb1ca34590097a5f2f8b588:

  drm/tegra: Support YVYU, VYUY and YU24 formats (2022-03-01 11:13:09 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v5.18-rc1

This contains a couple more minor fixes that didn't seem urgent enough
for v5.17. On top of that this improves YUV format support on older
chips.

----------------------------------------------------------------
Christophe JAILLET (2):
      gpu: host1x: Fix an error handling path in 'host1x_probe()'
      gpu: host1x: Fix a memory leak in 'host1x_remove()'

Dmitry Osipenko (1):
      drm/tegra: Use dev_err_probe()

Miaoqian Lin (1):
      drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

Thierry Reding (3):
      drm/tegra: Fix planar formats on Tegra186 and later
      drm/tegra: Support semi-planar formats on Tegra114+
      drm/tegra: Support YVYU, VYUY and YU24 formats

chiminghao (1):
      drm/tegra: dpaux: Remove unneeded variable

 drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
 drivers/gpu/drm/tegra/dc.h    |  7 +++++
 drivers/gpu/drm/tegra/dpaux.c |  3 +-
 drivers/gpu/drm/tegra/dsi.c   |  4 ++-
 drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
 drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
 drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/tegra/plane.h |  2 +-
 drivers/gpu/host1x/dev.c      |  8 +++--
 9 files changed, 140 insertions(+), 65 deletions(-)

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

* [GIT PULL v2] drm/tegra: Changes for v5.18-rc1
@ 2022-03-01 12:44   ` Thierry Reding
  0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-03-01 12:44 UTC (permalink / raw)
  To: Dave Airlie, Daniel Vetter; +Cc: dri-devel, linux-tegra

Hi Dave, Daniel,

The following changes since commit 8913e1aea4b32a866343b14e565c62cec54f3f78:

  drm/tegra: dpaux: Populate AUX bus (2022-02-23 13:00:37 +0100)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.18-rc1

for you to fetch changes up to cf5086d35d8c7c2b9cb1ca34590097a5f2f8b588:

  drm/tegra: Support YVYU, VYUY and YU24 formats (2022-03-01 11:13:09 +0100)

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Changes for v5.18-rc1

This contains a couple more minor fixes that didn't seem urgent enough
for v5.17. On top of that this improves YUV format support on older
chips.

----------------------------------------------------------------
Christophe JAILLET (2):
      gpu: host1x: Fix an error handling path in 'host1x_probe()'
      gpu: host1x: Fix a memory leak in 'host1x_remove()'

Dmitry Osipenko (1):
      drm/tegra: Use dev_err_probe()

Miaoqian Lin (1):
      drm/tegra: Fix reference leak in tegra_dsi_ganged_probe

Thierry Reding (3):
      drm/tegra: Fix planar formats on Tegra186 and later
      drm/tegra: Support semi-planar formats on Tegra114+
      drm/tegra: Support YVYU, VYUY and YU24 formats

chiminghao (1):
      drm/tegra: dpaux: Remove unneeded variable

 drivers/gpu/drm/tegra/dc.c    | 50 ++++++++++++++++++-----------
 drivers/gpu/drm/tegra/dc.h    |  7 +++++
 drivers/gpu/drm/tegra/dpaux.c |  3 +-
 drivers/gpu/drm/tegra/dsi.c   |  4 ++-
 drivers/gpu/drm/tegra/hdmi.c  | 34 ++++++--------------
 drivers/gpu/drm/tegra/hub.c   | 24 ++++++++------
 drivers/gpu/drm/tegra/plane.c | 73 ++++++++++++++++++++++++++++++++++++++-----
 drivers/gpu/drm/tegra/plane.h |  2 +-
 drivers/gpu/host1x/dev.c      |  8 +++--
 9 files changed, 140 insertions(+), 65 deletions(-)

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

* Re: [GIT PULL] drm/tegra: Changes for v5.18-rc1
  2022-02-28  6:51   ` Dave Airlie
@ 2022-03-01 12:45     ` Thierry Reding
  -1 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-03-01 12:45 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Daniel Vetter, dri-devel, linux-tegra

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

On Mon, Feb 28, 2022 at 04:51:22PM +1000, Dave Airlie wrote:
> Hi Thierry,
> 
> dim: d65e338027e7 ("gpu: host1x: Fix an error handling path in
> 'host1x_probe()'"): SHA1 in fixes line not found:
> dim:     e3166698a8a0 ("drm/tegra: Implement buffer object cache")
> 
> not the same as
> 
>  1f39b1dfa53c84b56d7ad37fed44afda7004959d
> Author: Thierry Reding <treding@nvidia.com>
> Date:   Fri Feb 7 16:50:52 2020 +0100
> 
>     drm/tegra: Implement buffer object cache
> 
> Please fix that up.

Good catch. I sent up an updated version of the PR.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [GIT PULL] drm/tegra: Changes for v5.18-rc1
@ 2022-03-01 12:45     ` Thierry Reding
  0 siblings, 0 replies; 8+ messages in thread
From: Thierry Reding @ 2022-03-01 12:45 UTC (permalink / raw)
  To: Dave Airlie; +Cc: linux-tegra, dri-devel

[-- Attachment #1: Type: text/plain, Size: 584 bytes --]

On Mon, Feb 28, 2022 at 04:51:22PM +1000, Dave Airlie wrote:
> Hi Thierry,
> 
> dim: d65e338027e7 ("gpu: host1x: Fix an error handling path in
> 'host1x_probe()'"): SHA1 in fixes line not found:
> dim:     e3166698a8a0 ("drm/tegra: Implement buffer object cache")
> 
> not the same as
> 
>  1f39b1dfa53c84b56d7ad37fed44afda7004959d
> Author: Thierry Reding <treding@nvidia.com>
> Date:   Fri Feb 7 16:50:52 2020 +0100
> 
>     drm/tegra: Implement buffer object cache
> 
> Please fix that up.

Good catch. I sent up an updated version of the PR.

Thanks,
Thierry

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2022-03-01 12:45 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-25 16:32 [GIT PULL] drm/tegra: Changes for v5.18-rc1 Thierry Reding
2022-02-25 16:32 ` Thierry Reding
2022-02-28  6:51 ` Dave Airlie
2022-02-28  6:51   ` Dave Airlie
2022-03-01 12:45   ` Thierry Reding
2022-03-01 12:45     ` Thierry Reding
2022-03-01 12:44 ` [GIT PULL v2] " Thierry Reding
2022-03-01 12:44   ` Thierry Reding

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.