[GIT PULL] etnaviv for 4.7
Lucas Stach
l.stach at pengutronix.de
Fri May 6 09:38:22 UTC 2016
Hi Dave,
not much new stuff this time. A (micro-)optimization to allow the
hangcheck timer to be coalesced with other wakeups in the system and a
fix to handle mmaping of prime imported and userptr buffers correctly. I
don't think we have seen any actual issues going back to this yet, so I
figured it's safer to get this in via drm-next rather than smashing it
into fixes.
Regards,
Lucas
The following changes since commit 04974df8049fc4240d22759a91e035082ccd18b4:
Linux 4.6-rc6 (2016-05-01 15:52:31 -0700)
are available in the git repository at:
git.pengutronix.de:/git/lst/linux.git drm-etnaviv-next
for you to fetch changes up to a10e2bde5d9173570d97a4d7cdf038232baaf47e:
drm/etnaviv: fix mmap operations for userptr and dma-buf objects (2016-05-06 10:42:33 +0200)
----------------------------------------------------------------
Lucas Stach (4):
timer: add setup_deferrable_timer macro
drm/etnaviv: use deferrable timer for hangcheck handler
drm/etnaviv: take etnaviv_gem_obj in etnaviv_gem_mmap_obj
drm/etnaviv: fix mmap operations for userptr and dma-buf objects
drivers/gpu/drm/etnaviv/etnaviv_gem.c | 17 ++++++++++++-----
drivers/gpu/drm/etnaviv/etnaviv_gem.h | 1 +
drivers/gpu/drm/etnaviv/etnaviv_gem_prime.c | 7 +++++++
drivers/gpu/drm/etnaviv/etnaviv_gpu.c | 4 ++--
include/linux/timer.h | 2 ++
5 files changed, 24 insertions(+), 7 deletions(-)
More information about the dri-devel
mailing list