summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
AgeCommit message (Expand)Author
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
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-03-03drm/omap: gem: Fix omap_gem_new() error pathLaurent Pinchart
2016-03-03drm/omap: EBUSY status handling in omap_gem_fault()Rob Clark
2016-03-03drm/omap: remove support for ext mem & syncTomi Valkeinen
2016-03-03drm/omap: gem: Implement dma_buf importLaurent Pinchart
2016-03-03drm/omap: gem: Refactor GEM object allocationLaurent Pinchart
2016-03-03drm/omap: gem: Clean up GEM objects memory flagsLaurent Pinchart
2016-03-03drm/omap: use dma_mapping_error in omap_gem_dma_syncTomi Valkeinen
2016-03-03drm/omap: use dma_mapping_error in omap_gem_attach_pagesTomi Valkeinen
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams