]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'drm-prime-vmap' of git://people.freedesktop.org/~airlied/linux
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jun 2012 01:01:18 +0000 (18:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 1 Jun 2012 01:01:18 +0000 (18:01 -0700)
commit82ccdeb7d8d74c9e511c5a98b0bd879d4ef8a064
tree4a6e11e3379ee93c1992cfd595872dded1fd2fac
parent19385a3ebc3cfeb93f391f882aece3c45e4e1aff
parent046b4ee75eb141c762916a98bf50f051ad1c3a36
Merge branch 'drm-prime-vmap' of git://people.freedesktop.org/~airlied/linux

Pull drm prime mmap/vmap code from Dave Airlie:
 "As mentioned previously these are the extra bits of drm that relied on
  the dma-buf pull to work, the first three just stub out the mmap
  interface, and the next set provide vmap export to i915/radeon/nouveau
  and vmap import to udl."

* 'drm-prime-vmap' of git://people.freedesktop.org/~airlied/linux:
  radeon: add radeon prime vmap support.
  nouveau: add vmap support to nouveau prime support
  udl: support vmapping imported dma-bufs
  i915: add dma-buf vmap support for exporting vmapped buffer
  radeon: add stub dma-buf mmap functionality
  nouveau: add stub dma-buf mmap functionality.
  i915: add stub dma-buf mmap callback.