index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_gem.c
Age
Commit message (
Expand
)
Author
2018-10-02
drm/omap: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
2018-06-28
drm/omap: gem: Fix mm_list locking
Daniel Vetter
2018-06-28
drm/omap: gem: Replace struct_mutex usage with omap_obj private lock
Laurent Pinchart
2018-06-28
drm/omap: gem: Don't take struct_mutex to get GEM object mmap offset
Laurent Pinchart
2018-06-28
drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()
Laurent Pinchart
2018-06-28
drm/omap: gem: Rename GEM function with omap_gem_* prefix
Laurent Pinchart
2018-06-28
gpu: drm: omapdrm: Adding new typedef vm_fault_t
Souptick Joarder
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2018-03-01
drm: omapdrm: Use kernel integer types
Laurent Pinchart
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
2017-12-19
drm: omapdrm: Pass drm_device to omap_gem_resume()
Laurent Pinchart
2017-06-02
drm/omap: fix tiled buffer stride calculations
Tomi Valkeinen
2017-06-02
drm/omap: 64bit compile fixes
Tomi Valkeinen
2017-06-02
drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE direction
Laurent Pinchart
2017-06-02
drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffers
Laurent Pinchart
2017-06-02
drm: omapdrm: Fix incorrect usage of the term 'cache coherency'
Laurent Pinchart
2017-06-02
drm: omapdrm: Rename GEM DMA sync functions
Laurent Pinchart
2017-06-02
drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrs
Laurent Pinchart
2017-06-02
drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()
Laurent Pinchart
2017-06-02
drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()
Laurent Pinchart
2017-06-02
drm: omapdrm: Rename occurrences of paddr to dma_addr
Laurent Pinchart
2017-06-02
drm: omapdrm: Remove remap argument to omap_gem_get_paddr()
Laurent Pinchart
2017-06-02
drm: omapdrm: Remove legacy buffer synchronization support
Laurent Pinchart
2017-03-07
Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2017-03-01
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
2016-11-02
drm/omap: omap_gem: Do not try to unmap page which is not mapped
Peter Ujfalusi
2016-08-01
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-06-30
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
Al Viro
2016-06-06
drm: omapdrm: Remove unused omap_gem_tiled_size function
Laurent Pinchart
2016-06-06
drm/omap: fix pitch round-up
Tomi Valkeinen
2016-06-06
drm/omap: remove align_pitch()
Tomi Valkeinen
2016-05-31
drm/omap: include linux/seq_file.h where needed
Arnd Bergmann
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-03-09
dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()
Luis R. Rodriguez
2016-03-03
drm/omap: gem: Fix omap_gem_new() error path
Laurent Pinchart
2016-03-03
drm/omap: EBUSY status handling in omap_gem_fault()
Rob Clark
2016-03-03
drm/omap: remove support for ext mem & sync
Tomi Valkeinen
2016-03-03
drm/omap: gem: Implement dma_buf import
Laurent Pinchart
2016-03-03
drm/omap: gem: Refactor GEM object allocation
Laurent Pinchart
2016-03-03
drm/omap: gem: Clean up GEM objects memory flags
Laurent Pinchart
2016-03-03
drm/omap: use dma_mapping_error in omap_gem_dma_sync
Tomi Valkeinen
2016-03-03
drm/omap: use dma_mapping_error in omap_gem_attach_pages
Tomi Valkeinen
2016-01-17
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2016-01-15
mm, dax, gpu: convert vm_insert_mixed to pfn_t
Dan Williams
[next]