]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit310b430643bfc958ee15f92a544a190c5bdc5dd3
treec1fa2de3639215cdb9f714ed6db27625a983058e
parent965e5914eb6b844b57e30179a9e5c433a5c4a43a
parent8df4dd2f71241133a572391e34653999b2569538
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