summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
AgeCommit message (Expand)Author
2019-12-04drm/omap: fix dma_addr refcountingTomi Valkeinen
2019-10-23Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"Sean Paul
2019-10-11drm/omap: add OMAP_BO flags to affect buffer allocationTomi Valkeinen
2019-10-11drm/omap: add omap_gem_validate_flags()Tomi Valkeinen
2019-10-11drm/omap: cleanup OMAP_BO_SCANOUT useTomi Valkeinen
2019-10-11drm/omap: remove OMAP_BO_TILED defineTomi Valkeinen
2019-10-11drm/omap: accept NULL for dma_addr in omap_gem_pinTomi Valkeinen
2019-10-11drm/omap: add omap_gem_unpin_locked()Tomi Valkeinen
2019-10-11drm/omap: use refcount API to track the number of users of dma_addrJean-Jacques Hiblot
2019-07-22Merge v5.3-rc1 into drm-misc-nextMaxime Ripard
2019-07-17drm/omapdrm: drop use of drmP.hSam Ravnborg
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-10-02drm/omap: Replace drm_gem_object_unreference_unlocked with put functionThomas Zimmermann
2018-06-28drm/omap: gem: Fix mm_list lockingDaniel Vetter
2018-06-28drm/omap: gem: Replace struct_mutex usage with omap_obj private lockLaurent Pinchart
2018-06-28drm/omap: gem: Don't take struct_mutex to get GEM object mmap offsetLaurent Pinchart
2018-06-28drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()Laurent Pinchart
2018-06-28drm/omap: gem: Rename GEM function with omap_gem_* prefixLaurent Pinchart
2018-06-28gpu: drm: omapdrm: Adding new typedef vm_fault_tSouptick Joarder
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-03-01drm: omapdrm: Use kernel integer typesLaurent Pinchart
2017-12-19drm: omapdrm: Remove filename from header and fix copyright tagAndrew F. Davis
2017-12-19drm: omapdrm: Pass drm_device to omap_gem_resume()Laurent Pinchart
2017-06-02drm/omap: fix tiled buffer stride calculationsTomi Valkeinen
2017-06-02drm/omap: 64bit compile fixesTomi Valkeinen
2017-06-02drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart
2017-06-02drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffersLaurent Pinchart
2017-06-02drm: omapdrm: Fix incorrect usage of the term 'cache coherency'Laurent Pinchart
2017-06-02drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart
2017-06-02drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrsLaurent Pinchart
2017-06-02drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()Laurent Pinchart
2017-06-02drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart
2017-06-02drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart
2017-06-02drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart
2017-06-02drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-01gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-11-02drm/omap: omap_gem: Do not try to unmap page which is not mappedPeter Ujfalusi
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-06drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart
2016-06-06drm/omap: fix pitch round-upTomi Valkeinen
2016-06-06drm/omap: remove align_pitch()Tomi Valkeinen
2016-05-31drm/omap: include linux/seq_file.h where neededArnd Bergmann
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson