aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-08Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds45-792/+432
2013-01-08drm/ttm: fix fence locking in ttm_buffer_object_transferDaniel Vetter1-1/+3
2013-01-08Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie6-16/+135
2013-01-08drm/prime: drop reference on imported dma-buf come from gemSeung-Woo Kim4-0/+12
2013-01-07drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooksMaarten Lankhorst1-0/+28
2013-01-07drm/exynos: move finish page flip to a common placeRahul Sharma5-88/+36
2013-01-07drm/exynos: fimd: modify condition in fimd resumePrathyush K1-1/+1
2013-01-04Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds16-102/+416
2013-01-04drm/radeon: fix DMA CS parser for r6xx linear copy packetAlex Deucher1-9/+22
2013-01-04drm/radeon: split r6xx and r7xx copy_dma functionsAlex Deucher4-7/+85
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_gsc.cSachin Kamat1-9/+4
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_gsc.cSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.cSachin Kamat1-12/+3
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_rotator.cSachin Kamat1-3/+1
2013-01-04drm/exynos: Remove redundant NULL check in exynos_drm_rotator.cSachin Kamat1-5/+0
2013-01-04drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.cSachin Kamat1-14/+4
2013-01-04drm/exynos: Use devm_clk_get in exynos_drm_fimc.cSachin Kamat1-36/+9
2013-01-04drm/exynos: Remove redundant NULL checkSachin Kamat1-6/+0
2013-01-04drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.cSachin Kamat1-21/+9
2013-01-04drm/exynos: Use devm_kzalloc in exynos_drm_ipp.cSachin Kamat1-7/+2
2013-01-04drm/exynos: fix gem buffer allocation type checkingInki Dae1-1/+1
2013-01-04drm/exynos: remove needless parenthesis.Eunchul Kim1-1/+1
2013-01-04drm/exynos: fix incorrect interrupt induced by m2m operation.Jinyoung Jeon1-0/+13
2013-01-04drm/exynos: remove color bar pattern operation.JoongMock Shin1-6/+3
2013-01-04drm/exynos: correct some comments to abbreviation.Eunchul Kim3-3/+3
2013-01-04drm/exynos: fix build warning.Eunchul Kim1-1/+1
2013-01-04drm/exynos: consider both case of vflip and hflip.Eunchul Kim3-1/+3
2013-01-04drm/exynos: remove needless error handling to property.Eunchul Kim3-29/+0
2013-01-04drm/exynos: change member variable name.Eunchul Kim5-14/+14
2013-01-04drm/exynos: consider buffer allocation without iommuInki Dae1-7/+48
2013-01-04drm/exynos: change file license to GPLInki Dae28-504/+112
2013-01-04drm/exynos: consider no iommu support to console framebufferInki Dae1-4/+18
2013-01-04drm/exynos: fix flags in dma buf exportingSeung-Woo Kim1-1/+1
2013-01-04drm/nouveau: fix init with agpgart-uninorthAaro Koskinen1-1/+1
2013-01-04drm: nouveau: Fix build warning seen if HWMON is undefinedGuenter Roeck1-2/+2
2013-01-03drm/radeon: switch to a finer grained reset for SI (v2)Alex Deucher1-34/+65
2013-01-03drm/radeon: switch to a finer grained reset for cayman/TNAlex Deucher1-39/+70
2013-01-03drm/radeon: switch to a finer grained reset for evergreenAlex Deucher2-25/+56
2013-01-03drm/radeon: switch to a finer grained reset for r6xx/7xxAlex Deucher1-27/+58
2013-01-03drm/radeon: add GPU reset flagsAlex Deucher1-0/+5
2013-01-03drm/radeon: fix typo in evergreen dma fenceAlex Deucher1-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman21-56/+53
2013-01-03drm/radeon: Properly handle DDC probe for DP bridgesNiels Ole Salscheider4-11/+24
2013-01-03drm/radeon: reset dma engine on gpu reset (v2)Jerome Glisse7-27/+112
2013-01-03drm/radeon: print dma status reg on lockup (v2)Jerome Glisse7-1/+26
2013-01-03drm/radeon: improve ring debugfs printingJerome Glisse1-7/+13
2013-01-03drm/radeon: add debugfs file for dma ringsJerome Glisse1-0/+4
2013-01-03drm/radeon/r6xx: fix DMA engine for ttm bo transfersAlex Deucher1-2/+2
2013-01-03drm/radeon: add connector table for Mac G4 SilverAlex Deucher2-1/+53
2012-12-30Revert "drm: tegra: protect DC register access with mutex"Dave Airlie2-14/+0