Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de:/git/lst/linux into drm...
authorDave Airlie <airlied@redhat.com>
Tue, 10 May 2016 05:07:50 +0000 (15:07 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 10 May 2016 05:07:50 +0000 (15:07 +1000)
commit19ea5da07a1f315191212e094ec44fb1caec9580
treec1fa2de3639215cdb9f714ed6db27625a983058e
parent2e726dc4b4e2dd3ae3fe675f9d3af88a2d593ee1
parenta10e2bde5d9173570d97a4d7cdf038232baaf47e
Merge branch 'drm-etnaviv-next' of git://git.pengutronix.de:/git/lst/linux into drm-next

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.

* 'drm-etnaviv-next' of git://git.pengutronix.de:/git/lst/linux:
  drm/etnaviv: fix mmap operations for userptr and dma-buf objects
  drm/etnaviv: take etnaviv_gem_obj in etnaviv_gem_mmap_obj
  drm/etnaviv: use deferrable timer for hangcheck handler
  timer: add setup_deferrable_timer macro