summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-10-01drm/nouveau: export reservation_object from dmabuf to ttmfor-airlied-nextMaarten Lankhorst11-14/+22
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst10-14/+28
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst12-17/+24
2014-09-30drm/nouveau: assign fence_chan->name correctlyMaarten Lankhorst5-5/+39
2014-09-30drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncMaarten Lankhorst5-13/+11
2014-09-30drm/nouveau: bump driver patchlevel to 1.2.1Maarten Lankhorst1-1/+3
2014-09-30drm/nouveau: nv84+: fix fence context seqno'sMaarten Lankhorst1-2/+1
2014-09-24drm/doc: Fixup drm_irq kerneldoc includes.Daniel Vetter1-1/+1
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter22-147/+216
2014-09-24drm: Move internal debugfs functions to drm_internal.hDaniel Vetter2-25/+28
2014-09-24drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter2-7/+9
2014-09-24drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter3-2/+1
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter12-13/+13
2014-09-24drm/gem: Don't call drm_mmap from drm_gem_mmapDaniel Vetter1-1/+1
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter7-7/+7
2014-09-24drm: change drm_err return type to voidJoe Perches2-6/+3
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt2-16/+9
2014-09-23drm: powerpc can use a simpler drm_io_prot()Benjamin Herrenschmidt1-5/+1
2014-09-22Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie27-647/+433
2014-09-20drm/exynos: switch to universal plane APIAndrzej Hajda7-51/+46
2014-09-20drm/exynos: use drm generic mmap interfaceInki Dae5-132/+16
2014-09-20drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae4-42/+0
2014-09-20drm/exynos: factor out initial setting of each driverJoonyoung Shim3-34/+17
2014-09-20drm/exynos/hdmi: unregister connector on removalAndrzej Hajda1-1/+3
2014-09-20drm/exynos/dp: unregister connector on removalAndrzej Hajda1-1/+3
2014-09-20drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda1-1/+5
2014-09-20drm/exynos/dsi: unregister connector on removalAndrzej Hajda1-3/+6
2014-09-20drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda1-0/+1
2014-09-20drm/exynos/fbdev: fix fbdev gem object cleanupAndrzej Hajda1-3/+0
2014-09-20drm/exynos: fix drm driver de-initialization orderAndrzej Hajda1-4/+4
2014-09-20drm/exynos/ipp: traverse ipp drivers list safelyAndrzej Hajda1-2/+2
2014-09-20drm/exynos: update to use component match supportInki Dae1-22/+22
2014-09-20drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda1-47/+22
2014-09-20drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda1-7/+5
2014-09-20drm/exynos/fimc: fix source buffer registersAndrzej Hajda1-8/+8
2014-09-20drm/exynos/fimc: simplify buffer queuingAndrzej Hajda1-49/+15
2014-09-20drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda1-4/+1
2014-09-20drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda1-3/+0
2014-09-20drm/exynos/ipp: remove events during command cleaningAndrzej Hajda1-77/+78
2014-09-20drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda1-9/+6
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda4-8/+6
2014-09-20drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda1-0/+5
2014-09-20drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda1-123/+106
2014-09-20drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda1-35/+32
2014-09-20drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda2-3/+0
2014-09-20drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda1-4/+1
2014-09-20drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda2-3/+4
2014-09-20drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda1-0/+5
2014-09-20drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda1-51/+0
2014-09-20drm/exynos: fimd: fix window clear codeMarek Szyprowski1-6/+19