aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_gem.c
AgeCommit message (Expand)Author
2016-08-01Merge tag 'drm-for-v4.8' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-06-30Merge branch 'd_real' of git://git.kernel.org/pub/scm/linux/kernel/git/mszere...Al Viro
2016-06-06drm: omapdrm: Remove unused omap_gem_tiled_size functionLaurent Pinchart
2016-06-06drm/omap: fix pitch round-upTomi Valkeinen
2016-06-06drm/omap: remove align_pitch()Tomi Valkeinen
2016-05-31drm/omap: include linux/seq_file.h where neededArnd Bergmann
2016-05-29file_inode(f)->i_mapping is f->f_mappingAl Viro
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-09dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc()Luis R. Rodriguez
2016-03-03drm/omap: gem: Fix omap_gem_new() error pathLaurent Pinchart
2016-03-03drm/omap: EBUSY status handling in omap_gem_fault()Rob Clark
2016-03-03drm/omap: remove support for ext mem & syncTomi Valkeinen
2016-03-03drm/omap: gem: Implement dma_buf importLaurent Pinchart
2016-03-03drm/omap: gem: Refactor GEM object allocationLaurent Pinchart
2016-03-03drm/omap: gem: Clean up GEM objects memory flagsLaurent Pinchart
2016-03-03drm/omap: use dma_mapping_error in omap_gem_dma_syncTomi Valkeinen
2016-03-03drm/omap: use dma_mapping_error in omap_gem_attach_pagesTomi Valkeinen
2016-01-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-01-15mm, dax, gpu: convert vm_insert_mixed to pfn_tDan Williams
2015-12-31drm: omapdrm: gem: Remove check for impossible conditionLaurent Pinchart
2015-12-31drm: omapdrm: gem: Simplify error handling when creating GEM objectLaurent Pinchart
2015-12-31drm: omapdrm: gem: Don't free mmap offset twiceLaurent Pinchart
2015-12-31drm: omapdrm: gem: Fix GEM object destroy in error pathLaurent Pinchart
2015-12-31drm: omapdrm: gem: Free the correct memory objectLaurent Pinchart
2015-12-31drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart
2015-12-31drm: omapdrm: gem: Group functions by purposeLaurent Pinchart
2015-12-31drm: omapdrm: gem: Remove forward declarationsLaurent Pinchart
2015-12-31drm: omapdrm: gem: Remove unused function prototypesLaurent Pinchart
2015-12-31drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart
2015-07-02drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen
2015-06-24drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen
2015-06-12drm: omapdrm: Clean up #include'sLaurent Pinchart
2015-03-24drm/omap: fix race condition with dev->obj_listTomi Valkeinen
2015-03-24drm/omap: fix TILER on OMAP5Tomi Valkeinen
2015-03-24drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()Tomi Valkeinen
2014-11-13drm/omap: gem: dumb: pitch is an outputThierry Reding
2014-07-22drm: omapdrm: fix compiler errorsRussell King
2014-07-08drm/omap: remove null test before kfreeFabian Frederick
2014-07-08drm/gem: remove misleading gfp parameter to get_pages()David Herrmann
2014-07-08drm/omap: use __GFP_DMA32 for shmem-backed gemDavid Herrmann
2014-04-15drm/omap: gem sync: wait on correct eventsArchit Taneja
2014-04-15drm/omap: Fix memory leak in omap_gem_op_asyncSubhajit Paul
2014-04-15drm/omap: remove warn from debugfsTomi Valkeinen
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-08-19drm/omap: kill omap_gem_helpers.cRob Clark
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter
2013-07-25drm/gem: convert to new unified vma managerDavid Herrmann
2013-07-23drm/gem: simplify object initializationDavid Herrmann