mbox series

[GIT,PULL] etnaviv-fixes for 5.4

Message ID b0d640267662e3ce5e0089d0afedc1baba55058d.camel@pengutronix.de (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] etnaviv-fixes for 5.4 | expand

Pull-request

https://git.pengutronix.de/git/lst/linux etnaviv/fixes

Message

Lucas Stach Oct. 30, 2019, 4:31 p.m. UTC
Hi Dave, hi Daniel,

a few small fixes for the etnaviv driver.

One memory corruption fix in the MMUv2 GPU coredump code, a deadlock
fix also in the coredump code and reintroduction of a helpful message,
which got dropped by accident in this cycle.

Regards,
Lucas

The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:

  Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)

are available in the Git repository at:

  https://git.pengutronix.de/git/lst/linux etnaviv/fixes

for you to fetch changes up to a2f10d4a3069fee666dab20fab5458757ba1f22d:

  drm/etnaviv: fix dumping of iommuv2 (2019-10-29 18:12:24 +0100)

----------------------------------------------------------------
Christian Gmeiner (1):
      drm/etnaviv: fix dumping of iommuv2

Lucas Stach (2):
      drm/etnaviv: fix deadlock in GPU coredump
      drm/etnaviv: reinstate MMUv1 command buffer window check

 drivers/gpu/drm/etnaviv/etnaviv_dump.c     |  4 ++--
 drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c |  6 ++++--
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c      | 17 ++++++++++++++---
 3 files changed, 20 insertions(+), 7 deletions(-)