summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: fix dma_addr refcountingTomi Valkeinen2019-12-041-0/+4
* Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul2019-10-231-52/+2
* drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen2019-10-111-2/+52
* drm/omap: add omap_gem_validate_flags()Tomi Valkeinen2019-10-111-5/+35
* drm/omap: cleanup OMAP_BO_SCANOUT useTomi Valkeinen2019-10-111-4/+2
* drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen2019-10-111-9/+9
* drm/omap: accept NULL for dma_addr in omap_gem_pinTomi Valkeinen2019-10-111-2/+4
* drm/omap: add omap_gem_unpin_locked()Tomi Valkeinen2019-10-111-7/+18
* drm/omap: use refcount API to track the number of users of dma_addrJean-Jacques Hiblot2019-10-111-22/+22
* Merge v5.3-rc1 into drm-misc-nextMaxime Ripard2019-07-221-12/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* | drm/omapdrm: drop use of drmP.hSam Ravnborg2019-07-171-0/+2
|/
* drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann2018-10-021-2/+2
* drm/omap: gem: Fix mm_list lockingDaniel Vetter2018-06-281-6/+9
* drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart2018-06-281-42/+85
* drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart2018-06-281-14/+2
* drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart2018-06-281-39/+20
* drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart2018-06-281-22/+26
* gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder2018-06-281-28/+23
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* drm: omapdrm: Use kernel integer typesLaurent Pinchart2018-03-011-19/+22
* drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis2017-12-191-3/+1
* drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart2017-12-191-4/+3
* drm/omap: fix tiled buffer stride calculationsTomi Valkeinen2017-06-021-2/+2
* drm/omap: 64bit compile fixesTomi Valkeinen2017-06-021-1/+1
* drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart2017-06-021-6/+5
* drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffersLaurent Pinchart2017-06-021-11/+6
* drm: omapdrm: Fix incorrect usage of the term 'cache coherency'Laurent Pinchart2017-06-021-7/+15
* drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart2017-06-021-3/+3
* drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrsLaurent Pinchart2017-06-021-11/+11
* drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()Laurent Pinchart2017-06-021-22/+21
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-021-11/+27
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-021-35/+35
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-021-6/+4
* drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart2017-06-021-214/+0
* Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-071-3/+2
|\
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-011-3/+2
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-241-2/+2
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-141-12/+8
* drm/omap: omap_gem: Do not try to unmap page which is not mappedPeter Ujfalusi2016-11-021-2/+4
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-011-13/+2
|\
| * drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart2016-06-061-12/+0
| * drm/omap: fix pitch round-upTomi Valkeinen2016-06-061-1/+1
| * drm/omap: remove align_pitch()Tomi Valkeinen2016-06-061-1/+2
* | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-301-0/+1
|\|
| * drm/omap: include linux/seq_file.h where neededArnd Bergmann2016-05-311-0/+1
* | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-291-1/+1
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1