aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-30drm: Pass dma-buf as argument to gem_prime_import_sg_tableMaarten Lankhorst
2014-09-30drm/nouveau: assign fence_chan->name correctlyMaarten Lankhorst
2014-09-30drm/nouveau: specify if interruptible wait is desired in nouveau_fence_syncMaarten Lankhorst
2014-09-30drm/nouveau: bump driver patchlevel to 1.2.1Maarten Lankhorst
2014-09-30drm/nouveau: nv84+: fix fence context seqno'sMaarten Lankhorst
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter
2014-09-24drm: Move internal debugfs functions to drm_internal.hDaniel Vetter
2014-09-24drm: Move leftover ioctl declarations to drm_internal.hDaniel Vetter
2014-09-24drm: Move drm_vm_open_locked into drm_internal.hDaniel Vetter
2014-09-24drm: move drm_mmap to <drm/drm_legacy.h>Daniel Vetter
2014-09-24drm/gem: Don't call drm_mmap from drm_gem_mmapDaniel Vetter
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-24drm: change drm_err return type to voidJoe Perches
2014-09-23drm/ttm: Clean usage of ttm_io_prot() with TTM_PL_FLAG_CACHEDBenjamin Herrenschmidt
2014-09-23drm: powerpc can use a simpler drm_io_prot()Benjamin Herrenschmidt
2014-09-22Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2014-09-20drm/exynos: switch to universal plane APIAndrzej Hajda
2014-09-20drm/exynos: use drm generic mmap interfaceInki Dae
2014-09-20drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae
2014-09-20drm/exynos: factor out initial setting of each driverJoonyoung Shim
2014-09-20drm/exynos/hdmi: unregister connector on removalAndrzej Hajda
2014-09-20drm/exynos/dp: unregister connector on removalAndrzej Hajda
2014-09-20drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda
2014-09-20drm/exynos/dsi: unregister connector on removalAndrzej Hajda
2014-09-20drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda
2014-09-20drm/exynos/fbdev: fix fbdev gem object cleanupAndrzej Hajda
2014-09-20drm/exynos: fix drm driver de-initialization orderAndrzej Hajda
2014-09-20drm/exynos/ipp: traverse ipp drivers list safelyAndrzej Hajda
2014-09-20drm/exynos: update to use component match supportInki Dae
2014-09-20drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda
2014-09-20drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda
2014-09-20drm/exynos/fimc: fix source buffer registersAndrzej Hajda
2014-09-20drm/exynos/fimc: simplify buffer queuingAndrzej Hajda
2014-09-20drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda
2014-09-20drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda
2014-09-20drm/exynos/ipp: remove events during command cleaningAndrzej Hajda
2014-09-20drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda
2014-09-20drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda
2014-09-20drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda
2014-09-20drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda
2014-09-20drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda
2014-09-20drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda
2014-09-20drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda
2014-09-20drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda
2014-09-20drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda
2014-09-20drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda
2014-09-20drm/exynos: fimd: fix window clear codeMarek Szyprowski
2014-09-20drm/exynos/fbdev: set smem_len for fbdevDaniel Kurtz
2014-09-20drm/exynos: fimd: add Exynos3 SoC supportInki Dae