mbox series

[GIT,PULL] drm/tegra: Preparatory work for v5.19

Message ID 20220601100335.3841301-1-thierry.reding@gmail.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] drm/tegra: Preparatory work for v5.19 | expand

Pull-request

https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.19-prep-work

Message

Thierry Reding June 1, 2022, 10:03 a.m. UTC
Hi Dave, Daniel,

The following changes since commit cb7e1abc2c73633e1eefa168ab2dad6e838899c9:

  drm/tegra: gem: Do not try to dereference ERR_PTR() (2022-05-06 15:52:49 +0200)

are available in the Git repository at:

  https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.19-prep-work

for you to fetch changes up to 597b89d30b42dcc8e6b262e6876b42dde66f97f0:

  gpu: host1x: Add context bus (2022-06-01 11:50:42 +0200)

I realize that this is quite late, but as mentioned in the tag
description, this doesn't actually add anything new and is only
to simplify dependency handling for a new feature that we have
planned for v5.20, so it'd be great if we can still get this
in.

Thanks,
Thierry

----------------------------------------------------------------
drm/tegra: Preparatory work for v5.19

This contains a single patch from a series that's ready to go for v5.10
but is also a shared build-time dependency for an IOMMU series that is
planned for v5.20. The idea is to take this into v5.19 to fulfill that
dependency and remove the need for close coordination for the two
series.

----------------------------------------------------------------
Mikko Perttunen (1):
      gpu: host1x: Add context bus

 drivers/gpu/Makefile               |  3 +--
 drivers/gpu/host1x/Kconfig         |  5 +++++
 drivers/gpu/host1x/Makefile        |  1 +
 drivers/gpu/host1x/context_bus.c   | 31 +++++++++++++++++++++++++++++++
 include/linux/host1x_context_bus.h | 15 +++++++++++++++
 5 files changed, 53 insertions(+), 2 deletions(-)
 create mode 100644 drivers/gpu/host1x/context_bus.c
 create mode 100644 include/linux/host1x_context_bus.h

Comments

Thierry Reding June 1, 2022, 1:49 p.m. UTC | #1
On Wed, Jun 01, 2022 at 12:03:35PM +0200, Thierry Reding wrote:
> Hi Dave, Daniel,
> 
> The following changes since commit cb7e1abc2c73633e1eefa168ab2dad6e838899c9:
> 
>   drm/tegra: gem: Do not try to dereference ERR_PTR() (2022-05-06 15:52:49 +0200)
> 
> are available in the Git repository at:
> 
>   https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.19-prep-work
> 
> for you to fetch changes up to 597b89d30b42dcc8e6b262e6876b42dde66f97f0:
> 
>   gpu: host1x: Add context bus (2022-06-01 11:50:42 +0200)
> 
> I realize that this is quite late, but as mentioned in the tag
> description, this doesn't actually add anything new and is only
> to simplify dependency handling for a new feature that we have
> planned for v5.20, so it'd be great if we can still get this
> in.

I meant to send along this link for reference:

	https://patchwork.ozlabs.org/project/linux-tegra/patch/20220516085258.1227691-6-cyndis@kapsi.fi/

Thierry