summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorLines
2014-01-29Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-11735/+33369
2014-01-29Merge tag 'iommu-updates-v3.14' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+1
2014-01-30Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie-12/+244
2014-01-30drm/nouveau: resume display if any later suspend bits failIlia Mirkin-4/+10
2014-01-30drm/nouveau: fix lock unbalance in nouveau_crtc_page_flipMaarten Lankhorst-1/+1
2014-01-30drm/nouveau: implement hooks for needed for drm vblank timestamping supportBen Skeggs-0/+86
2014-01-30drm/nouveau/disp: add a method to fetch info needed by drm vblank timestampingBen Skeggs-7/+146
2014-01-30drm/nv50: fill in crtc mode struct members from crtc_mode_fixupBen Skeggs-0/+1
2014-01-29drm/radeon/dce8: workaround for atom BlankCrtc tableAlex Deucher-0/+20
2014-01-29drm/radeon/DCE4+: clear bios scratch dpms bit (v2)Alex Deucher-0/+4
2014-01-29drm/radeon: set si_notify_smc_display_change properlyAlex Deucher-3/+2
2014-01-29drm/radeon: fix DAC interrupt handling on DCE5+Alex Deucher-4/+4
2014-01-29drm/radeon: clean up active vram sizingAlex Deucher-12/+37
2014-01-29drm/radeon: skip async dma init on r6xxAlex Deucher-23/+6
2014-01-29drm/radeon/runpm: don't runtime suspend non-PX cardsAlex Deucher-0/+6
2014-01-29drm/radeon: add ring to fence trace functionsChristian König-12/+15
2014-01-29drm/radeon: add missing trace pointChristian König-0/+1
2014-01-29drm/radeon: fix VMID use trackingChristian König-1/+9
2014-01-29Merge tag 'drm/for-3.14-rc1-20140123' of git://anongit.freedesktop.org/tegra/...Dave Airlie-61/+121
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie-3/+3
2014-01-29Merge tag 'drm-intel-fixes-2014-01-28' of git://people.freedesktop.org/~danve...Dave Airlie-91/+169
2014-01-29Merge branch 'drm-armada-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-cubo...Dave Airlie-2/+3
2014-01-29Merge tag 'omapdrm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie-33/+99
2014-01-29Merge branch 'gma500-next' of git://github.com/patjak/drm-gma500 into drm-nextDave Airlie-3/+11
2014-01-28drm/gma500: Lock struct_mutex around cursor updatesPatrik Jakobsson-2/+10
2014-01-28drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel-1/+1
2014-01-27DRM: armada: fix missing DRM_KMS_FB_HELPER selectRussell King-0/+1
2014-01-27drm/i915: Decouple GPU error reporting from ring initialisationChris Wilson-7/+16
2014-01-25i915: remove pm_qos request on errorStanislaw Gruszka-0/+1
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-258/+88
2014-01-24Revert "drm/i915: Mask reserved bits in display/sprite address registers"Daniel Vetter-15/+13
2014-01-23Merge branch 'akpm' (incoming from Andrew)Linus Torvalds-2/+2
2014-01-23Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-8/+43
2014-01-23drivers/gpu/drm/gma500/backlight.c: fix a defined-but-not-used warning for do...David Howells-2/+2
2014-01-23drm/tegra: Obtain head number from DTThierry Reding-2/+39
2014-01-23drm/i915: VLV2 - Fix hotplug detect bitsTodd Previte-15/+35
2014-01-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-15/+17
2014-01-23drm/nouveau: call drm_vblank_cleanup() earlierBen Skeggs-2/+2
2014-01-23drm/nouveau: create base display from common codeBen Skeggs-31/+31
2014-01-23drm/nv50/gr: print mpc trap name when it's not an mp trapIlia Mirkin-0/+20
2014-01-23drm/nv50/gr: update list of mp errors, make it a bitfieldIlia Mirkin-8/+10
2014-01-23drm/nv50/gr: add more trap names to print on errorIlia Mirkin-58/+70
2014-01-23drm/nouveau/devinit: lock/unlock crtc regs for all devices, not just pre-nv50Ilia Mirkin-10/+35
2014-01-23drm/nouveau: hold mutex while syncing to kernel channelMaarten Lankhorst-7/+8
2014-01-23drm/nv50-/devinit: prevent use of engines marked as disabled by hw/vbiosIlia Mirkin-35/+287
2014-01-23drm/nouveau/device: provide a way for devinit to mark engines as disabledIlia Mirkin-5/+19
2014-01-23drm/nouveau/devinit: tidy up the subdev class definitionBen Skeggs-283/+209
2014-01-23drm/nouveau/bar: tidy up the subdev and object class definitionsBen Skeggs-25/+38
2014-01-23drm/nouveau/instmem: tidy up the object class definitionBen Skeggs-114/+127
2014-01-23drm/nouveau/instmem: tidy up the subdev class definitionBen Skeggs-208/+223