Age | Commit message (Expand) | Author | Files | Lines |
2024-09-16 | drm/omap: Fix locking in omap_gem_new_dmabuf() | Tomi Valkeinen | 1 | -8/+2 |
2024-05-27 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -0/+1 |
2024-05-08 | drm/omap: Open code phys_to_page() | Ville Syrjälä | 1 | -2/+2 |
2024-04-25 | fix missing vmalloc.h includes | Kent Overstreet | 1 | -0/+1 |
2023-12-01 | drm/omapdrm: Improve check for contiguous buffers | Andrew Davis | 1 | -4/+10 |
2023-07-24 | drm/omapdrm: Set VM flags in GEM-object mmap function | Thomas Zimmermann | 1 | -18/+6 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -2/+1 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+1 |
2023-01-17 | drm/omap: Fix kernel docs | Tomi Valkeinen | 1 | -1/+1 |
2022-03-28 | drm: omapdrm: Do no allocate non-scanout GEMs through DMM/TILER | Ivaylo Dimitrov | 1 | -4/+8 |
2022-03-28 | drm: omapdrm: Support exporting of non-contiguous GEM BOs | Ivaylo Dimitrov | 1 | -55/+70 |
2022-03-28 | drm: omapdrm: simplify omap_gem_pin | Ivaylo Dimitrov | 1 | -33/+42 |
2021-12-08 | drm: omapdrm: Export correct scatterlist for TILER backed BOs | Ivaylo Dimitrov | 1 | -1/+78 |
2020-11-30 | drm/prime: split array import functions v4 | Christian König | 1 | -2/+1 |
2020-11-19 | mm: introduce vma_set_file function v5 | Christian König | 1 | -2/+1 |
2020-11-10 | drm: omapdrm: Replace HTTP links with HTTPS ones | Alexander A. Klimov | 1 | -1/+1 |
2020-11-10 | drm/omap: gem: Fix misnamed and missing parameter descriptions | Lee Jones | 1 | -1/+2 |
2020-11-05 | Revert "mm: introduce vma_set_file function v4" | Christian König | 1 | -1/+2 |
2020-11-05 | mm: introduce vma_set_file function v4 | Christian König | 1 | -2/+1 |
2020-11-02 | Merge drm/drm-next into drm-misc-next | Maxime Ripard | 1 | -10/+4 |
2020-09-25 | drm/omapdrm: Introduce GEM object functions | Thomas Zimmermann | 1 | -2/+16 |
2020-09-10 | drm: omapdrm: use common helper for extracting pages array | Marek Szyprowski | 1 | -10/+4 |
2020-05-19 | drm/omapdrm: remove _unlocked suffix in drm_gem_object_put_unlocked | Emil Velikov | 1 | -2/+2 |
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 |