summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/udl/udl_dmabuf.c
AgeCommit message (Expand)AuthorFilesLines
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 macrodrm-misc-next-fixes-2017-04-20Logan 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