summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: include linux/seq_file.h where neededArnd Bergmann2016-05-311-0/+1
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-1/+1
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-143/+201
|\
| * drm/omap: gem: Fix omap_gem_new() error pathLaurent Pinchart2016-03-031-16/+18
| * drm/omap: EBUSY status handling in omap_gem_fault()Rob Clark2016-03-031-0/+5
| * drm/omap: remove support for ext mem & syncTomi Valkeinen2016-03-031-87/+18
| * drm/omap: gem: Implement dma_buf importLaurent Pinchart2016-03-031-24/+114
| * drm/omap: gem: Refactor GEM object allocationLaurent Pinchart2016-03-031-32/+43
| * drm/omap: gem: Clean up GEM objects memory flagsLaurent Pinchart2016-03-031-32/+25
| * drm/omap: use dma_mapping_error in omap_gem_dma_syncTomi Valkeinen2016-03-031-1/+12
| * drm/omap: use dma_mapping_error in omap_gem_attach_pagesTomi Valkeinen2016-03-031-0/+15
* | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez2016-03-091-4/+4
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-01-171-133/+171
|\
| * drm: omapdrm: gem: Remove check for impossible conditionLaurent Pinchart2015-12-311-3/+0
| * drm: omapdrm: gem: Simplify error handling when creating GEM objectLaurent Pinchart2015-12-311-5/+3
| * drm: omapdrm: gem: Don't free mmap offset twiceLaurent Pinchart2015-12-311-2/+0
| * drm: omapdrm: gem: Fix GEM object destroy in error pathLaurent Pinchart2015-12-311-2/+1
| * drm: omapdrm: gem: Free the correct memory objectLaurent Pinchart2015-12-311-1/+1
| * drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart2015-12-311-21/+33
| * drm: omapdrm: gem: Group functions by purposeLaurent Pinchart2015-12-311-53/+87
| * drm: omapdrm: gem: Remove forward declarationsLaurent Pinchart2015-12-311-44/+46
| * drm: omapdrm: gem: Remove unused function prototypesLaurent Pinchart2015-12-311-6/+0
| * drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart2015-12-311-0/+4
* | mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams2016-01-151-2/+5
|/
* drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2015-07-021-5/+3
* drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-241-7/+11
* drm: omapdrm: Clean up #include'sLaurent Pinchart2015-06-121-2/+2
* drm/omap: fix race condition with dev->obj_listTomi Valkeinen2015-03-241-0/+5
* drm/omap: fix TILER on OMAP5Tomi Valkeinen2015-03-241-2/+2
* drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()Tomi Valkeinen2015-03-241-0/+1
* drm/omap: gem: dumb: pitch is an outputThierry Reding2014-11-131-2/+1
* drm: omapdrm: fix compiler errorsRussell King2014-07-221-5/+5
* drm/omap: remove null test before kfreeFabian Frederick2014-07-081-3/+1
* drm/gem: remove misleading gfp parameter to get_pages()David Herrmann2014-07-081-1/+1
* drm/omap: use __GFP_DMA32 for shmem-backed gemDavid Herrmann2014-07-081-9/+8
* drm/omap: gem sync: wait on correct eventsArchit Taneja2014-04-151-2/+2
* drm/omap: Fix memory leak in omap_gem_op_asyncSubhajit Paul2014-04-151-0/+2
* drm/omap: remove warn from debugfsTomi Valkeinen2014-04-151-3/+0
* drm: use anon-inode instead of relying on cdevsDavid Herrmann2014-03-161-17/+17
* drm: kill ->gem_init_object() and friendsDavid Herrmann2013-10-091-5/+0
* drm/omap: kill omap_gem_helpers.cRob Clark2013-08-191-4/+4
* drm/gem: create drm_gem_dumb_destroyDaniel Vetter2013-08-071-15/+0
* drm/gem: convert to new unified vma managerDavid Herrmann2013-07-251-15/+13
* drm/gem: simplify object initializationDavid Herrmann2013-07-231-1/+2
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-251-7/+3
* drm/omap: move out of stagingRob Clark2013-02-161-0/+1511
OpenPOWER on IntegriCloud