summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-3010-14/+28
* drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst2014-09-3012-17/+24
* drm/nouveau: assign fence_chan->name correctlyMaarten Lankhorst2014-09-305-5/+39
* drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncMaarten Lankhorst2014-09-305-13/+11
* drm/nouveau: bump driver patchlevel to 1.2.1Maarten Lankhorst2014-09-301-1/+3
* drm/nouveau: nv84+: fix fence context seqno'sMaarten Lankhorst2014-09-301-2/+1
* drm/doc: Fixup drm_irq kerneldoc includes.Daniel Vetter2014-09-241-1/+1
* drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-2422-147/+216
* drm: Move internal debugfs functions to drm_internal.hDaniel Vetter2014-09-242-25/+28
* drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter2014-09-242-7/+9
* drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter2014-09-243-2/+1
* drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter2014-09-2412-13/+13
* drm/gem: Don't call drm_mmap from drm_gem_mmapDaniel Vetter2014-09-241-1/+1
* drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter2014-09-247-7/+7
* drm: change drm_err return type to voidJoe Perches2014-09-242-6/+3
* drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2014-09-232-16/+9
* drm: powerpc can use a simpler drm_io_prot()Benjamin Herrenschmidt2014-09-231-5/+1
* Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie2014-09-2227-647/+433
|\
| * drm/exynos: switch to universal plane APIAndrzej Hajda2014-09-197-51/+46
| * drm/exynos: use drm generic mmap interfaceInki Dae2014-09-195-132/+16
| * drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae2014-09-194-42/+0
| * drm/exynos: factor out initial setting of each driverJoonyoung Shim2014-09-193-34/+17
| * drm/exynos/hdmi: unregister connector on removalAndrzej Hajda2014-09-191-1/+3
| * drm/exynos/dp: unregister connector on removalAndrzej Hajda2014-09-191-1/+3
| * drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda2014-09-191-1/+5
| * drm/exynos/dsi: unregister connector on removalAndrzej Hajda2014-09-191-3/+6
| * drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda2014-09-191-0/+1
| * drm/exynos/fbdev: fix fbdev gem object cleanupAndrzej Hajda2014-09-191-3/+0
| * drm/exynos: fix drm driver de-initialization orderAndrzej Hajda2014-09-191-4/+4
| * drm/exynos/ipp: traverse ipp drivers list safelyAndrzej Hajda2014-09-191-2/+2
| * drm/exynos: update to use component match supportInki Dae2014-09-191-22/+22
| * drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda2014-09-191-47/+22
| * drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda2014-09-191-7/+5
| * drm/exynos/fimc: fix source buffer registersAndrzej Hajda2014-09-191-8/+8
| * drm/exynos/fimc: simplify buffer queuingAndrzej Hajda2014-09-191-49/+15
| * drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda2014-09-191-4/+1
| * drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda2014-09-191-3/+0
| * drm/exynos/ipp: remove events during command cleaningAndrzej Hajda2014-09-191-77/+78
| * drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda2014-09-191-9/+6
| * drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-194-8/+6
| * drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda2014-09-191-0/+5
| * drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda2014-09-191-123/+106
| * drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda2014-09-191-35/+32
| * drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda2014-09-192-3/+0
| * drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda2014-09-191-4/+1
| * drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda2014-09-192-3/+4
| * drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda2014-09-191-0/+5
| * drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda2014-09-191-51/+0
| * drm/exynos: fimd: fix window clear codeMarek Szyprowski2014-09-191-6/+19
| * drm/exynos/fbdev: set smem_len for fbdevDaniel Kurtz2014-09-191-0/+1