index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_gem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-04
drm/omap: fix dma_addr refcounting
Tomi Valkeinen
1
-0
/
+4
2019-10-23
Revert "drm/omap: add OMAP_BO flags to affect buffer allocation"
Sean Paul
1
-52
/
+2
2019-10-11
drm/omap: add OMAP_BO flags to affect buffer allocation
Tomi Valkeinen
1
-2
/
+52
2019-10-11
drm/omap: add omap_gem_validate_flags()
Tomi Valkeinen
1
-5
/
+35
2019-10-11
drm/omap: cleanup OMAP_BO_SCANOUT use
Tomi Valkeinen
1
-4
/
+2
2019-10-11
drm/omap: remove OMAP_BO_TILED define
Tomi Valkeinen
1
-9
/
+9
2019-10-11
drm/omap: accept NULL for dma_addr in omap_gem_pin
Tomi Valkeinen
1
-2
/
+4
2019-10-11
drm/omap: add omap_gem_unpin_locked()
Tomi Valkeinen
1
-7
/
+18
2019-10-11
drm/omap: use refcount API to track the number of users of dma_addr
Jean-Jacques Hiblot
1
-22
/
+22
2019-07-22
Merge v5.3-rc1 into drm-misc-next
Maxime Ripard
1
-12
/
+1
2019-07-17
drm/omapdrm: drop use of drmP.h
Sam Ravnborg
1
-0
/
+2
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
1
-12
/
+1
2018-10-02
drm/omap: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
1
-2
/
+2
2018-06-28
drm/omap: gem: Fix mm_list locking
Daniel Vetter
1
-6
/
+9
2018-06-28
drm/omap: gem: Replace struct_mutex usage with omap_obj private lock
Laurent Pinchart
1
-42
/
+85
2018-06-28
drm/omap: gem: Don't take struct_mutex to get GEM object mmap offset
Laurent Pinchart
1
-14
/
+2
2018-06-28
drm/omap: gem: Merge __omap_gem_get_pages() and omap_gem_attach_pages()
Laurent Pinchart
1
-39
/
+20
2018-06-28
drm/omap: gem: Rename GEM function with omap_gem_* prefix
Laurent Pinchart
1
-22
/
+26
2018-06-28
gpu: drm: omapdrm: Adding new typedef vm_fault_t
Souptick Joarder
1
-28
/
+23
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-03-01
drm: omapdrm: Use kernel integer types
Laurent Pinchart
1
-19
/
+22
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-3
/
+1
2017-12-19
drm: omapdrm: Pass drm_device to omap_gem_resume()
Laurent Pinchart
1
-4
/
+3
2017-06-02
drm/omap: fix tiled buffer stride calculations
Tomi Valkeinen
1
-2
/
+2
2017-06-02
drm/omap: 64bit compile fixes
Tomi Valkeinen
1
-1
/
+1
2017-06-02
drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE direction
Laurent Pinchart
1
-6
/
+5
2017-06-02
drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffers
Laurent Pinchart
1
-11
/
+6
2017-06-02
drm: omapdrm: Fix incorrect usage of the term 'cache coherency'
Laurent Pinchart
1
-7
/
+15
2017-06-02
drm: omapdrm: Rename GEM DMA sync functions
Laurent Pinchart
1
-3
/
+3
2017-06-02
drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrs
Laurent Pinchart
1
-11
/
+11
2017-06-02
drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()
Laurent Pinchart
1
-22
/
+21
2017-06-02
drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()
Laurent Pinchart
1
-11
/
+27
2017-06-02
drm: omapdrm: Rename occurrences of paddr to dma_addr
Laurent Pinchart
1
-35
/
+35
2017-06-02
drm: omapdrm: Remove remap argument to omap_gem_get_paddr()
Laurent Pinchart
1
-6
/
+4
2017-06-02
drm: omapdrm: Remove legacy buffer synchronization support
Laurent Pinchart
1
-214
/
+0
2017-03-07
Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-3
/
+2
2017-03-01
gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>
Joe Perches
1
-3
/
+2
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
1
-2
/
+2
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-12
/
+8
2016-11-02
drm/omap: omap_gem: Do not try to unmap page which is not mapped
Peter Ujfalusi
1
-2
/
+4
2016-08-01
Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-13
/
+2
2016-06-30
Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...
Al Viro
1
-0
/
+1
2016-06-06
drm: omapdrm: Remove unused omap_gem_tiled_size function
Laurent Pinchart
1
-12
/
+0
2016-06-06
drm/omap: fix pitch round-up
Tomi Valkeinen
1
-1
/
+1
2016-06-06
drm/omap: remove align_pitch()
Tomi Valkeinen
1
-1
/
+2
2016-05-31
drm/omap: include linux/seq_file.h where needed
Arnd Bergmann
1
-0
/
+1
2016-05-29
file_inode(f)->i_mapping is f->f_mapping
Al Viro
1
-1
/
+1
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-1
/
+1
[next]