Hi Dave, Daniel,
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
Linux 5.18-rc1 (2022-04-03 14:08:21 -0700)
are available in the Git repository at:
https://gitlab.freedesktop.org/drm/tegra.git tags/drm/tegra/for-5.19-rc1
for you to fetch changes up to cb7e1abc2c73633e1eefa168ab2dad6e838899c9:
drm/tegra: gem: Do not try to dereference ERR_PTR() (2022-05-06 15:52:49 +0200)
Thanks, Thierry
---------------------------------------------------------------- drm/tegra: Changes for v5.19-rc1
Only a few fixes this time, and some debuggability improvements.
---------------------------------------------------------------- Arnd Bergmann (1): drm/tegra: vic: Fix unused-function warnings
Jon Hunter (1): gpu: host1x: Show all allocated syncpts via debugfs
Randy Dunlap (1): gpu: host1x: Fix a kernel-doc warning
Thierry Reding (2): gpu: host1x: Do not use mapping cache for job submissions drm/tegra: gem: Do not try to dereference ERR_PTR()
drivers/gpu/drm/tegra/gem.c | 1 + drivers/gpu/drm/tegra/vic.c | 5 ++--- drivers/gpu/host1x/debug.c | 11 +++++++---- drivers/gpu/host1x/job.c | 4 ++-- include/linux/host1x.h | 6 ++++++ 5 files changed, 18 insertions(+), 9 deletions(-)
dri-devel@lists.freedesktop.org