aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
Commit message (Expand)AuthorAge
* drm/omap: fix tiled buffer stride calculationsTomi Valkeinen2017-06-02
* drm/omap: 64bit compile fixesTomi Valkeinen2017-06-02
* drm: omapdrm: Map pages for DMA in DMA_TO_DEVICE directionLaurent Pinchart2017-06-02
* drm: omapdrm: DMA-unmap pages for all buffer types when freeing buffersLaurent Pinchart2017-06-02
* drm: omapdrm: Fix incorrect usage of the term 'cache coherency'Laurent Pinchart2017-06-02
* drm: omapdrm: Rename GEM DMA sync functionsLaurent Pinchart2017-06-02
* drm: omapdrm: Rename the omap_gem_object addrs field to dma_addrsLaurent Pinchart2017-06-02
* drm: omapdrm: Lower indentation level in omap_gem_dma_sync_buffer()Laurent Pinchart2017-06-02
* drm: omapdrm: Rename omap_gem_(get|put)_paddr() to omap_gem_(un)pin()Laurent Pinchart2017-06-02
* drm: omapdrm: Rename occurrences of paddr to dma_addrLaurent Pinchart2017-06-02
* drm: omapdrm: Remove remap argument to omap_gem_get_paddr()Laurent Pinchart2017-06-02
* drm: omapdrm: Remove legacy buffer synchronization supportLaurent Pinchart2017-06-02
* Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-03-06
|\
| * gpu: drm: drivers: Convert printk(KERN_<LEVEL> to pr_<level>Joe Perches2017-03-01
* | mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-24
* | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-14
|/
* mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-14
* drm/omap: omap_gem: Do not try to unmap page which is not mappedPeter Ujfalusi2016-11-02
* Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-01
|\
| * drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart2016-06-06
| * drm/omap: fix pitch round-upTomi Valkeinen2016-06-06
| * drm/omap: remove align_pitch()Tomi Valkeinen2016-06-06
* | Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro2016-06-30
|\|
| * drm/omap: include linux/seq_file.h where neededArnd Bergmann2016-05-31
* | file_inode(f)->i_mapping is f->f_mappingAl Viro2016-05-29
|/
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-17
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-21
|\
| * drm/omap: gem: Fix omap_gem_new() error pathLaurent Pinchart2016-03-03
| * drm/omap: EBUSY status handling in omap_gem_fault()Rob Clark2016-03-03
| * drm/omap: remove support for ext mem & syncTomi Valkeinen2016-03-03
| * drm/omap: gem: Implement dma_buf importLaurent Pinchart2016-03-03
| * drm/omap: gem: Refactor GEM object allocationLaurent Pinchart2016-03-03
| * drm/omap: gem: Clean up GEM objects memory flagsLaurent Pinchart2016-03-03
| * drm/omap: use dma_mapping_error in omap_gem_dma_syncTomi Valkeinen2016-03-03
| * drm/omap: use dma_mapping_error in omap_gem_attach_pagesTomi Valkeinen2016-03-03
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-09
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-17
|\
| * drm: omapdrm: gem: Remove check for impossible conditionLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Simplify error handling when creating GEM objectLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Don't free mmap offset twiceLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Fix GEM object destroy in error pathLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Free the correct memory objectLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Group functions by purposeLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Remove forward declarationsLaurent Pinchart2015-12-31
| * drm: omapdrm: gem: Remove unused function prototypesLaurent Pinchart2015-12-31
| * drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart2015-12-31
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-15
|/
* drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2015-07-02
* drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-24