summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2114-45/+32
|\
| * Merge 3.8-rc5 into driver-core-nextGreg Kroah-Hartman2013-01-2519-32/+140
| |\
| * | drm: Convert to devm_ioremap_resource()Thierry Reding2013-01-259-40/+27
| * | drivers/gpu/drm/mgag200: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | drivers/gpu/drm/gma500: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | drivers/gpu/drm/ast: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-211-1/+1
| * | Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman2013-01-1727-129/+229
| |\ \
| * | | drivers/gpu/drm/cirrus: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-171-1/+1
| * | | drivers/gpu/drm/udl: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-111-1/+1
* | | | Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetca...Linus Torvalds2013-02-122-0/+2
|\ \ \ \
| * | | | drm: fix compile failure by including <linux/swiotlb.h>Chris Metcalf2013-02-042-0/+2
* | | | | drm/radeon: enforce use of radeon_get_ib_value when reading user cmdJerome Glisse2013-02-122-62/+62
* | | | | Merge branch 'drm-nouveau-fixes-3.8' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-02-116-9/+19
|\ \ \ \ \
| * | | | | drm/nouveau: add lockdep annotationsMarcin Slusarz2013-02-093-3/+9
| * | | | | drm/nv50/fb: Fix nullptr-deref on IGPsRoy Spliet2013-01-312-4/+5
| * | | | | drm/nouveau: use different register to wait for secret scrubberMaarten Lankhorst2013-01-311-2/+5
* | | | | | drm/ttm: fix fence locking in ttm_buffer_object_transfer, 2nd tryDaniel Vetter2013-02-081-5/+8
* | | | | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-048-9/+49
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | drm/radeon: switch back to the CP ring for VM PT updatesAlex Deucher2013-01-311-3/+3
| * | | | | drm/radeon: prevent crash in the ring space allocationAlex Deucher2013-01-311-0/+3
| * | | | | drm/radeon: Calling object_unrefer() when creating fb failureliu chuansheng2013-01-311-1/+3
| * | | | | drm/radeon/r5xx-r7xx: wait for the MC to settle after MC blackoutAlex Deucher2013-01-311-0/+2
| * | | | | drm/radeon/evergreen+: wait for the MC to settle after MC blackoutAlex Deucher2013-01-311-0/+2
| * | | | | drm/radeon: protect against div by 0 in backend setupMikko Tiihonen2013-01-301-2/+5
| * | | | | drm/radeon: fix backend map setup on 1 RB sumo boardsAlex Deucher2013-01-301-3/+14
| * | | | | drm/radeon: add quirk for RV100 boardAlex Deucher2013-01-291-0/+8
| * | | | | drm/radeon: add WAIT_UNTIL to the non-VM safe regs list for cayman/TNAlex Deucher2013-01-271-0/+1
| * | | | | drm/radeon: fix MC blackout on evergreen+Christopher Staite2013-01-271-0/+8
* | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-01-311-1/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming2013-01-301-1/+2
| | |_|/ / | |/| | |
* | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intelDave Airlie2013-01-263-6/+21
|\ \ \ \ \
| * | | | | drm/i915: dump UTS_RELEASE into the error_stateDaniel Vetter2013-01-231-0/+2
| * | | | | drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-231-0/+5
| * | | | | drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-232-6/+14
| | |_|_|/ | |/| | |
* | | | | drm/exynos: add check for the device power statusShirish S2013-01-252-0/+14
* | | | | drm/exynos: Make 'drm_hdmi_get_edid' staticSachin Kamat2013-01-251-1/+1
* | | | | drm/exynos: fimd and ipp are broken on multiplatformArnd Bergmann2013-01-251-2/+2
* | | | | drm/exynos: don't include plat/gpio-cfg.hArnd Bergmann2013-01-251-1/+0
* | | | | drm/exynos: Remove "internal" interrupt handlingSean Paul2013-01-251-60/+14
* | | | | drm/exynos: Add missing static specifiers in exynos_drm_rotator.cSachin Kamat2013-01-251-2/+2
* | | | | drm/exynos: Replace mdelay with usleep_rangeSean Paul2013-01-252-8/+8
* | | | | drm/exynos: Make ipp_handle_cmd_work staticSachin Kamat2013-01-251-1/+1
* | | | | drm/exynos: Make g2d_userptr_get_dma_addr staticSachin Kamat2013-01-251-1/+1
* | | | | drm/exynos: consider DMA_NONE flag to dmabuf importInki Dae2013-01-251-14/+11
* | | | | drm/exynos: free sg object if dma_map_sg is failedInki Dae2013-01-251-0/+1
* | | | | drm/exynos: added validation of edid for vidi connectionSeung-Woo Kim2013-01-251-4/+3
* | | | | drm/exynos: let drm handle edid allocationsRahul Sharma2013-01-256-48/+46
* | | | | drm/radeon: Enable DMA_IB_SWAP_ENABLE on big endian hosts.Michel Dänzer2013-01-242-4/+12
* | | | | drm/radeon: fix a rare case of double kfreeIlija Hadzic2013-01-231-0/+2
* | | | | radeon_display: Use pointer return error codesxueminsu2013-01-231-1/+1
OpenPOWER on IntegriCloud