summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-09-24drm: change drm_err return type to voidJoe Perches1-5/+2
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 Airlie22-607/+396
2014-09-19drm/exynos: switch to universal plane APIAndrzej Hajda7-51/+46
2014-09-19drm/exynos: use drm generic mmap interfaceInki Dae4-110/+16
2014-09-19drm/exynos: remove DRM_EXYNOS_GEM_MAP_OFFSET ioctlInki Dae3-24/+0
2014-09-19drm/exynos: factor out initial setting of each driverJoonyoung Shim3-34/+17
2014-09-19drm/exynos/hdmi: unregister connector on removalAndrzej Hajda1-1/+3
2014-09-19drm/exynos/dp: unregister connector on removalAndrzej Hajda1-1/+3
2014-09-19drm/exynos/dpi: unregister connector and panel on removalAndrzej Hajda1-1/+5
2014-09-19drm/exynos/dsi: unregister connector on removalAndrzej Hajda1-3/+6
2014-09-19drm/exynos/fb: free exynos framebuffer on errorAndrzej Hajda1-0/+1
2014-09-19drm/exynos/fbdev: fix fbdev gem object cleanupAndrzej Hajda1-3/+0
2014-09-19drm/exynos: fix drm driver de-initialization orderAndrzej Hajda1-4/+4
2014-09-19drm/exynos/ipp: traverse ipp drivers list safelyAndrzej Hajda1-2/+2
2014-09-19drm/exynos: update to use component match supportInki Dae1-22/+22
2014-09-19drm/exynos/ipp: add file checks for ioctlsAndrzej Hajda1-47/+22
2014-09-19drm/exynos/ipp: remove file argument from node related functionsAndrzej Hajda1-7/+5
2014-09-19drm/exynos/fimc: fix source buffer registersAndrzej Hajda1-8/+8
2014-09-19drm/exynos/fimc: simplify buffer queuingAndrzej Hajda1-49/+15
2014-09-19drm/exynos/fimc: do not enable fimc twiceAndrzej Hajda1-4/+1
2014-09-19drm/exynos/fimc: avoid clearing overflow bitsAndrzej Hajda1-3/+0
2014-09-19drm/exynos/ipp: remove events during command cleaningAndrzej Hajda1-77/+78
2014-09-19drm/exynos/ipp: stop hardware before freeing memoryAndrzej Hajda1-9/+6
2014-09-19drm/exynos/ipp: replace work_struct casting with better constructsAndrzej Hajda4-8/+6
2014-09-19drm/exynos/ipp: clean memory nodes on command node cleaningAndrzej Hajda1-0/+5
2014-09-19drm/exynos/ipp: move nodes cleaning to separate functionAndrzej Hajda1-123/+106
2014-09-19drm/exynos/ipp: free partially allocated resources on errorAndrzej Hajda1-35/+32
2014-09-19drm/exynos/ipp: remove unused field in command nodeAndrzej Hajda2-3/+0
2014-09-19drm/exynos/ipp: remove only related commands on file closeAndrzej Hajda1-4/+1
2014-09-19drm/exynos/ipp: move file reference from memory to command nodeAndrzej Hajda2-3/+4
2014-09-19drm/exynos/ipp: cancel works before command node cleanAndrzej Hajda1-0/+5
2014-09-19drm/exynos/ipp: remove fake pm callbacksAndrzej Hajda1-51/+0
2014-09-19drm/exynos: fimd: fix window clear codeMarek Szyprowski1-6/+19
2014-09-19drm/exynos/fbdev: set smem_len for fbdevDaniel Kurtz1-0/+1
2014-09-19drm/exynos: fimd: add Exynos3 SoC supportInki Dae1-0/+10
2014-09-19drm/exynos: mipi-dsi: add Exynos3 SoC supportInki Dae1-0/+8
2014-09-19drm/exynos: mipi-dsi: consider non-continuous clock modeInki Dae1-0/+19
2014-09-19drm/mipi-dsi: consider low power transmissionInki Dae1-0/+6
2014-09-19drm/exynos: dsi: fix exynos_dsi_set_pll() wrong return valueYoungJun Cho1-2/+2
2014-09-19drm/radeon: fix AGP userptr handlingChristian König1-7/+14
2014-09-18Merge branch 'drm/next/du' of git://linuxtv.org/pinchartl/fbdev into drm-nextDave Airlie30-146/+376
2014-09-17drm/ttm: make sure format string cannot leak inKees Cook1-1/+2
2014-09-17drm/tilcdc: panel: Add support for enable GPIOEzequiel Garcia1-5/+32
2014-09-17drm/tilcdc: panel: Set return value explicitlyEzequiel Garcia1-1/+3
2014-09-17drm/tilcdc: panel: Fix backlight devicetree supportEzequiel Garcia1-5/+18
2014-09-17drm/tilcdc: panel: Use devm_kzalloc to simplify the error pathEzequiel Garcia1-3/+1
2014-09-17drm/tilcdc: panel: Spurious whitespace removalEzequiel Garcia1-1/+0
2014-09-17drm/tilcdc: panel: Remove unused variableEzequiel Garcia1-2/+0