summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-17drm/udl: drop use of drmP.hSam Ravnborg1-2/+4
2019-06-21drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter1-3/+2
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-06-20dma-buf: remove kmap_atomic interfaceChristian König1-17/+0
2018-06-20dma_buf: remove device parameter from attach callback v2Christian König1-1/+0
2018-03-28drm/udl: Get rid of dev->struct_mutex usageDaniel Vetter1-2/+3
2017-07-03drm/udl: dma-buf: Constify dma_buf_ops structures.Arvind Yadav1-1/+1
2017-05-18drm: drop drm_[cm]alloc* helpersMichal Hocko1-1/+1
2017-04-20dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe1-4/+4
2016-10-05drm/prime: Take a ref on the drm_dev when exporting a dma_bufChris Wilson1-1/+1
2015-04-21dma-buf: cleanup dma_buf_export() to make it easily extensibleSumit Semwal1-1/+8
2014-11-26drm/udl: properly check for error pointersHaixia Shi1-3/+3
2014-11-26drm/udl: handle page mapping in dmabuf export.Haixia Shi1-2/+5
2014-11-20drm/udl: add support to export a handle to a FD on UDL.Haixia Shi1-0/+273