Age | Commit message (Expand) | Author |
2016-05-31 | drm/omap: include linux/seq_file.h where needed | Arnd Bergmann |
2016-05-17 | drm: Remove unused drm_device from drm_gem_object_lookup() | Chris Wilson |
2016-03-21 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2016-03-09 | dma, mm/pat: Rename dma_*_writecombine() to dma_*_wc() | Luis R. Rodriguez |
2016-03-03 | drm/omap: gem: Fix omap_gem_new() error path | Laurent Pinchart |
2016-03-03 | drm/omap: EBUSY status handling in omap_gem_fault() | Rob Clark |
2016-03-03 | drm/omap: remove support for ext mem & sync | Tomi Valkeinen |
2016-03-03 | drm/omap: gem: Implement dma_buf import | Laurent Pinchart |
2016-03-03 | drm/omap: gem: Refactor GEM object allocation | Laurent Pinchart |
2016-03-03 | drm/omap: gem: Clean up GEM objects memory flags | Laurent Pinchart |
2016-03-03 | drm/omap: use dma_mapping_error in omap_gem_dma_sync | Tomi Valkeinen |
2016-03-03 | drm/omap: use dma_mapping_error in omap_gem_attach_pages | Tomi Valkeinen |
2016-01-17 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2016-01-15 | mm, dax, gpu: convert vm_insert_mixed to pfn_t | Dan Williams |
2015-12-31 | drm: omapdrm: gem: Remove check for impossible condition | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Simplify error handling when creating GEM object | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Don't free mmap offset twice | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Fix GEM object destroy in error path | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Free the correct memory object | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Move global usergart variable to omap_drm_private | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Group functions by purpose | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Remove forward declarations | Laurent Pinchart |
2015-12-31 | drm: omapdrm: gem: Remove unused function prototypes | Laurent Pinchart |
2015-12-31 | drm: omapdrm: Make fbdev emulation optional | Laurent Pinchart |
2015-07-02 | drm/omap: fix omap_gem_put_paddr() error handling | Tomi Valkeinen |
2015-06-24 | drm/omap: return error if dma_alloc_writecombine fails | Tomi Valkeinen |
2015-06-12 | drm: omapdrm: Clean up #include's | Laurent Pinchart |
2015-03-24 | drm/omap: fix race condition with dev->obj_list | Tomi Valkeinen |
2015-03-24 | drm/omap: fix TILER on OMAP5 | Tomi Valkeinen |
2015-03-24 | drm/omap: clear omap_obj->paddr in omap_gem_put_paddr() | Tomi Valkeinen |
2014-11-13 | drm/omap: gem: dumb: pitch is an output | Thierry Reding |
2014-07-22 | drm: omapdrm: fix compiler errors | Russell King |
2014-07-08 | drm/omap: remove null test before kfree | Fabian Frederick |
2014-07-08 | drm/gem: remove misleading gfp parameter to get_pages() | David Herrmann |
2014-07-08 | drm/omap: use __GFP_DMA32 for shmem-backed gem | David Herrmann |
2014-04-15 | drm/omap: gem sync: wait on correct events | Archit Taneja |
2014-04-15 | drm/omap: Fix memory leak in omap_gem_op_async | Subhajit Paul |
2014-04-15 | drm/omap: remove warn from debugfs | Tomi Valkeinen |
2014-03-16 | drm: use anon-inode instead of relying on cdevs | David Herrmann |
2013-10-09 | drm: kill ->gem_init_object() and friends | David Herrmann |
2013-08-19 | drm/omap: kill omap_gem_helpers.c | Rob Clark |
2013-08-07 | drm/gem: create drm_gem_dumb_destroy | Daniel Vetter |
2013-07-25 | drm/gem: convert to new unified vma manager | David Herrmann |
2013-07-23 | drm/gem: simplify object initialization | David Herrmann |
2013-02-25 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds |
2013-02-16 | drm/omap: move out of staging | Rob Clark |