mbox series

[GIT,PULL] etnaviv-next for 5.11

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

Pull-request

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

Message

Lucas Stach Nov. 30, 2020, 11:29 a.m. UTC
Hi Dave, hi Daniel,

please pull the following etnaviv updates for 5.11.

Again, nothing big this time. Mostly a new performance counter from
Christian, some more lockdep annotations from Guido and removal of
functionality that duplicates driver core from Robin.
 
Regards,
Lucas


The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 4612bad5701e158f3c40951f2c7aa8e64b3445eb:

  drm/etnaviv: Add lockdep annotations for context lock (2020-10-30 15:33:59 +0100)

----------------------------------------------------------------
Christian Gmeiner (4):
      drm/etnaviv: rename pipe_reg_read(..)
      drm/etnaviv: call perf_reg_read(..)
      drm/etnaviv: add total hi bandwidth perfcounter
      drm/etnaviv: add pipe_select(..) helper

Guido Günther (1):
      drm/etnaviv: Add lockdep annotations for context lock

Robin Murphy (1):
      drm/etnaviv: Drop local dma_parms

 drivers/gpu/drm/etnaviv/etnaviv_drv.c     |  3 --
 drivers/gpu/drm/etnaviv/etnaviv_drv.h     |  1 -
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c     |  4 +++
 drivers/gpu/drm/etnaviv/etnaviv_perfmon.c | 78 ++++++++++++++++++++++++++++++++++++---------------
 4 files changed, 59 insertions(+), 27 deletions(-)