mbox series

[GIT,PULL] etnaviv-next for 6.14

Message ID 41c1e476c6014010247d164ac8d21bd6f922cce1.camel@pengutronix.de (mailing list archive)
State New
Headers show
Series [GIT,PULL] etnaviv-next for 6.14 | expand

Pull-request

https://git.pengutronix.de/git/lst/linux tags/drm-etnaviv-next-2025-01-08

Message

Lucas Stach Jan. 8, 2025, 4:53 p.m. UTC
Hi Dave, hi Sima,

please pull the following changes for the next merge window. This time
mostly cleanups from Jingfeng, but also explicit reset handling for
SoCs where this isn't done as part of a powerdomain from Philippe and
fdinfo memory stats support from Christian.

Regards,
Lucas

The following changes since commit 40384c840ea1944d7c5a392e8975ed088ecf0b37:

  Linux 6.13-rc1 (2024-12-01 14:28:56 -0800)

are available in the Git repository at:

  https://git.pengutronix.de/git/lst/linux tags/drm-etnaviv-next-2025-01-08

for you to fetch changes up to 6bde14ba5f7ef59e103ac317df6cc5ac4291ff4a:

  drm/etnaviv: add optional reset support (2024-12-20 19:25:51 +0100)

----------------------------------------------------------------
- cleanups
- add fdinfo memory support
- add explicit reset handling

----------------------------------------------------------------
Christian Gmeiner (1):
      drm/etnaviv: Add fdinfo support for memory stats

Easwar Hariharan (1):
      drm/etnaviv: Convert timeouts to secs_to_jiffies()

LECOINTRE Philippe (1):
      drm/etnaviv: add optional reset support

Sui Jingfeng (6):
      drm/etnaviv: Drop unused data member from the etnaviv_gem_object structure
      drm/etnaviv: etnaviv_cmdbuf.c: Drop the unneeded 'etnaviv_perfmon.h' header
      drm/etnaviv: Fix page property being used for non writecombine buffers
      drm/etnaviv: Drop the offset in page manipulation
      drm/etnaviv: Fix the debug log of the etnaviv_iommu_map()
      drm/etnaviv: Improve VA, PA, SIZE alignment checking

 drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c |  3 +--
 drivers/gpu/drm/etnaviv/etnaviv_drv.c    | 12 +++++++++++-
 drivers/gpu/drm/etnaviv/etnaviv_gem.c    | 28 ++++++++++++++++++++++++++--
 drivers/gpu/drm/etnaviv/etnaviv_gem.h    |  2 --
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c    | 41 +++++++++++++++++++++++++++++++++++++++++
 drivers/gpu/drm/etnaviv/etnaviv_gpu.h    |  2 ++
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c    | 26 +++++++++++---------------
 7 files changed, 92 insertions(+), 22 deletions(-)