dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: Dave Airlie <airlied@gmail.com>
Cc: dri-devel@lists.freedesktop.org, etnaviv@lists.freedesktop.org,
	kernel@pengutronix.de
Subject: [GIT PULL] etnaviv-next for 4.18
Date: Fri, 18 May 2018 16:07:17 +0200	[thread overview]
Message-ID: <1526652437.28565.2.camel@pengutronix.de> (raw)

Hi Dave,

nothing really big in etnaviv land this time. GC7000 support is still
slowly cooking but not ready at this time.

So what we have for this cycle is a bit of spring cleaning with removal
of unused register logging code and getting rid of the license text in
favor of SPDX, a few smaller MMU handling improvements and a timeout
calculation change, fixing premature fence wait timeouts after 50 days
of uptime.

Regards,
Lucas

The following changes since commit 60cc43fc888428bb2f18f08997432d426a243338:

  Linux 4.17-rc1 (2018-04-15 18:24:20 -0700)

are available in the Git repository at:

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

for you to fetch changes up to f6ffbd4fc1a1caafe2ab840993b917fba5324598:

  drm/etnaviv: replace license text with SPDX tags (2018-05-18 15:27:56 +0200)

----------------------------------------------------------------
Lucas Stach (6):
      drm/etnaviv: remove cycling through MMU address space
      drm/etnaviv: remove register logging
      drm/etnaviv: switch MMU page tables to writecombine memory
      drm/etnaviv: mmuv2: allocate 2nd level page tables on demand
      drm/etnaviv: mmuv2: support 40 bit phys address
      drm/etnaviv: replace license text with SPDX tags

Russell King (1):
      drm/etnaviv: correct timeout calculation

 drivers/gpu/drm/etnaviv/Kconfig              |   8 --
 drivers/gpu/drm/etnaviv/etnaviv_buffer.c     |  16 +--
 drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.c     |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_cmdbuf.h     |  13 +--
 drivers/gpu/drm/etnaviv/etnaviv_drv.c        |  66 +------------
 drivers/gpu/drm/etnaviv/etnaviv_drv.h        |  45 ++++-----
 drivers/gpu/drm/etnaviv/etnaviv_dump.c       |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_dump.h       |  16 +--
 drivers/gpu/drm/etnaviv/etnaviv_gem.c        |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_gem.h        |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c  |  16 +--
 drivers/gpu/drm/etnaviv/etnaviv_gpu.c        |  19 +---
 drivers/gpu/drm/etnaviv/etnaviv_gpu.h        |  19 +---
 drivers/gpu/drm/etnaviv/etnaviv_hwdb.c       |  13 +--
 drivers/gpu/drm/etnaviv/etnaviv_iommu.c      |  49 ++++-----
 drivers/gpu/drm/etnaviv/etnaviv_iommu.h      |  15 +--
 drivers/gpu/drm/etnaviv/etnaviv_iommu_v2.c   | 143 +++++++++++++--------------
 drivers/gpu/drm/etnaviv/etnaviv_mmu.c        |  31 +-----
 drivers/gpu/drm/etnaviv/etnaviv_mmu.h        |  16 +--
 drivers/gpu/drm/etnaviv/etnaviv_perfmon.c    |  13 +--
 drivers/gpu/drm/etnaviv/etnaviv_perfmon.h    |  13 +--
 drivers/gpu/drm/etnaviv/etnaviv_sched.c      |  13 +--
 drivers/gpu/drm/etnaviv/etnaviv_sched.h      |  13 +--
 24 files changed, 143 insertions(+), 469 deletions(-)
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

                 reply	other threads:[~2018-05-18 14:07 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1526652437.28565.2.camel@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=airlied@gmail.com \
    --cc=dri-devel@lists.freedesktop.org \
    --cc=etnaviv@lists.freedesktop.org \
    --cc=kernel@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).