summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-12-19WIP try to pull bufs code outdrm-hacked-to-shitDave Airlie15-29/+63
2012-12-19drop ctxlist initDave Airlie1-1/+0
2012-12-19drm/agp: move last close code into drm_agpsupport file.Dave Airlie3-17/+23
2012-12-19drm: cleanup ctx/bufs/scatter dri1 codeDave Airlie11-149/+220
2012-12-19ttm: fix virtual unmapDave Airlie1-5/+6
2012-12-19ttm: drop addr_space_offset, use accessorDave Airlie9-12/+9
2012-12-19drm/gem: drop maplist from gem objects.Dave Airlie7-56/+21
2012-12-19drm: create unified vma offset managerDave Airlie15-185/+291
2012-12-16Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie24-280/+591
2012-12-16Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie35-264/+9158
2012-12-15Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie16-127/+897
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 Kim8-0/+2756
2012-12-15drm/exynos: add iommu support for ippEunchul Kim1-0/+18
2012-12-15drm/exynos: add ipp subsystemEunchul Kim7-0/+2536
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 Deucher2-0/+13
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-13drm/i915: Fix missed needs_dmar settingZhenyu Wang1-0/+4
2012-12-13drm/exynos/iommu: fix return value check in drm_create_iommu_mapping()Wei Yongjun1-2/+2
2012-12-13drm/exynos: remove unused vaddr memberYoungJun Cho5-20/+4
2012-12-13drm/exynos: use DMA_ATTR_NO_KERNEL_MAPPING attributeInki Dae5-25/+32
2012-12-13drm/exynos: add exception codes to exynos_drm_fbdev_create()Inki Dae1-7/+17
2012-12-13drm/exynos: clear windows in fimd dpms offPrathyush K1-1/+39
2012-12-13drm/exynos: clear windows in mixer dpms offPrathyush K1-75/+118
2012-12-13drm/exynos: modify wait_for_vblank of fimdPrathyush K1-4/+21
2012-12-13drm/exynos: modify wait_for_vblank of mixerPrathyush K1-5/+26
2012-12-13drm/exynos: move fimd wait_for_vblank to manager_opsPrathyush K1-12/+12
2012-12-13drm/exynos: move hdmi's wait_for_vblank to manager_opsPrathyush K3-25/+25
2012-12-13drm/exynos: make wait_for_vblank a manager opPrathyush K2-24/+7