aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst2014-09-309-14/+26
* drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst2014-09-3010-15/+19
* 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: Extract <drm/drm_gem.h>Daniel Vetter2014-09-2419-0/+31
* drm: Move internal debugfs functions to drm_internal.hDaniel Vetter2014-09-241-0/+28
* drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter2014-09-241-0/+9
* drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter2014-09-242-1/+1
* drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter2014-09-2410-12/+12
* 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-241-5/+2
* 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-2222-607/+396
|\
| * drm/exynos: switch to universal plane APIAndrzej Hajda2014-09-207-51/+46
| * drm/exynos: use drm generic mmap interfaceInki Dae2014-09-204-110/+16
| * drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae2014-09-203-24/+0
| * drm/exynos: factor out initial setting of each driverJoonyoung Shim2014-09-203-34/+17
| * drm/exynos/hdmi: unregister connector on removalAndrzej Hajda2014-09-201-1/+3
| * drm/exynos/dp: unregister connector on removalAndrzej Hajda2014-09-201-1/+3
| * drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda2014-09-201-1/+5
| * drm/exynos/dsi: unregister connector on removalAndrzej Hajda2014-09-201-3/+6
| * drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda2014-09-201-0/+1
| * drm/exynos/fbdev: fix fbdev gem object cleanupAndrzej Hajda2014-09-201-3/+0
| * drm/exynos: fix drm driver de-initialization orderAndrzej Hajda2014-09-201-4/+4
| * drm/exynos/ipp: traverse ipp drivers list safelyAndrzej Hajda2014-09-201-2/+2
| * drm/exynos: update to use component match supportInki Dae2014-09-201-22/+22
| * drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda2014-09-201-47/+22
| * drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda2014-09-201-7/+5
| * drm/exynos/fimc: fix source buffer registersAndrzej Hajda2014-09-201-8/+8
| * drm/exynos/fimc: simplify buffer queuingAndrzej Hajda2014-09-201-49/+15
| * drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda2014-09-201-4/+1
| * drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda2014-09-201-3/+0
| * drm/exynos/ipp: remove events during command cleaningAndrzej Hajda2014-09-201-77/+78
| * drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda2014-09-201-9/+6
| * drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda2014-09-204-8/+6
| * drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda2014-09-201-0/+5
| * drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda2014-09-201-123/+106
| * drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda2014-09-201-35/+32
| * drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda2014-09-202-3/+0
| * drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda2014-09-201-4/+1
| * drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda2014-09-202-3/+4
| * drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda2014-09-201-0/+5
| * drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda2014-09-201-51/+0
| * drm/exynos: fimd: fix window clear codeMarek Szyprowski2014-09-201-6/+19
| * drm/exynos/fbdev: set smem_len for fbdevDaniel Kurtz2014-09-201-0/+1
| * drm/exynos: fimd: add Exynos3 SoC supportInki Dae2014-09-201-0/+10