summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2012-12-19Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+1
2012-12-19drm/radeon: add support for MEM_WRITE packetJerome Glisse3-1/+60
2012-12-19drm/radeon: restore modeset late in GPU reset pathJerome Glisse1-1/+2
2012-12-19drm/radeon: avoid deadlock in pm path when waiting for fenceJerome Glisse4-22/+38
2012-12-19drm/radeon: don't leave fence blocked process on failed GPU resetJerome Glisse3-0/+21
2012-12-20drm/ttm: fix delayed ttm_bo_cleanup_refs_and_unlock delayed handlingMaarten Lankhorst1-1/+1
2012-12-19i915: ensure that VGA plane is disabledKrzysztof Mazur1-0/+19
2012-12-18drm/i915: Preallocate the drm_mm_node prior to manipulating the GTT drm_mm ma...Chris Wilson1-37/+25
2012-12-18drm: Export routines for inserting preallocated nodes into the mm managerChris Wilson1-12/+29
2012-12-18drm/i915: don't disable disconnected outputsDaniel Vetter1-4/+0
2012-12-17drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter6-8/+90
2012-12-17Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds338-14378/+38205
2012-12-17drm/i915: Implement WaSetupGtModeTdRowDispatchDaniel Vetter3-1/+10
2012-12-17drm/i915: Implement WaDisableHiZPlanesWhenMSAAEnabledDaniel Vetter2-0/+5
2012-12-17drm/i915: Prefer CRTC 'active' rather than 'enabled' during WM computationsChris Wilson1-7/+7
2012-12-17drm/i915: Clear self-refresh watermarks when disabledChris Wilson1-6/+8
2012-12-17drm/i915: Double the cursor self-refresh latency on ValleyviewChris Wilson1-1/+7
2012-12-17drm/i915: Fixup cursor latency used for IVB lp3 watermarksChris Wilson1-5/+112
2012-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie23-280/+590
2012-12-16Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie33-264/+8942
2012-12-15drm/exynos: add gsc ipp driverEunchul Kim7-0/+2214
2012-12-15drm/exynos: add rotator ipp driverEunchul Kim7-0/+985
2012-12-15drm/exynos: add fimc ipp driverEunchul Kim7-0/+2730
2012-12-15drm/exynos: add iommu support for ippEunchul Kim1-0/+18
2012-12-15drm/exynos: add ipp subsystemEunchul Kim6-0/+2346
2012-12-15drm/exynos: support device tree for fimdJoonyoung Shim1-0/+21
2012-12-14radeon: fix regression with eviction since evict caching changesDave Airlie1-2/+2
2012-12-14drm/radeon: add more pedantic checks in the CP DMA checkerAlex Deucher1-0/+24
2012-12-14drm/radeon: bump version for CS ioctl support for async DMAAlex Deucher1-1/+2
2012-12-14drm/radeon: enable the async DMA rings in the CS ioctlAlex Deucher1-0/+12
2012-12-14drm/radeon: add VM CS parser support for async DMA on cayman/TN/SIAlex Deucher3-0/+118
2012-12-14drm/radeon/kms: add evergreen/cayman CS parser for async DMA (v2)Alex Deucher3-7/+459
2012-12-14drm/radeon/kms: add 6xx/7xx CS parser for async DMA (v2)Alex Deucher5-3/+199
2012-12-14drm/radeon: fix htile buffer size computation for command stream checkerJerome Glisse3-77/+35
2012-12-14drm/radeon: fix fence locking in the pageflip callbackDaniel Vetter1-0/+4
2012-12-14drm/radeon: make indirect register access concurrency-safeDaniel Vetter3-1/+15
2012-12-14drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesssDaniel Vetter6-37/+27
2012-12-14drm/exynos: support extended screen coordinate of fimdJoonyoung Shim1-4/+12
2012-12-14drm/exynos: fix x, y coordinates for right bottom pixelJoonyoung Shim1-7/+11
2012-12-14drm/exynos: fix fb offset calculation for planeJoonyoung Shim1-5/+1
2012-12-14drm/exynos: hdmi: Fix potential NULL pointer dereference errorSachin Kamat1-0/+2
2012-12-14drm/exynos: hdmi: Add CONFIG_OF and use of_match_ptr() macroSachin Kamat3-3/+9
2012-12-14drm/exynos: add support for hdmiphy power control for exynos5Rahul Sharma2-0/+26
2012-12-14drm/exynos: add runtime pm support for mixerRahul Sharma1-7/+58
2012-12-14drm/exynos: added runtime pm support for hdmiRahul Sharma1-8/+52
2012-12-14drm/exynos: fix allocation and cache mapping typeInki Dae1-2/+16
2012-12-14drm/exynos: reorder framebuffer init sequenceDaniel Vetter1-12/+24
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-1/+1
2012-12-13drm/i915: Fix missed needs_dmar settingZhenyu Wang1-0/+4
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-8/+8