summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-2223-143/+345
|\
| * drm: Add missing static storage class specifiers in drm_proc.c fileSachin Kamat2012-08-221-2/+2
| * drm/udl: dpms off the crtc when disabled.Dave Airlie2012-08-221-2/+1
| * drm: Remove two unused fields from struct drm_display_modeDamien Lespiau2012-08-221-3/+0
| * drm: stop vmgfx driver explosionAlan Cox2012-08-221-1/+5
| * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-228-28/+71
| |\
| | * drm/i915: use hsw rps tuning values everywhere on gen6+Daniel Vetter2012-08-201-11/+4
| | * drm/i915: fall back to bit-banging if GMBUS fails in CRT EDID readsJani Nikula2012-08-171-3/+33
| | * drm/i915: extract connector update from intel_ddc_get_modes() for reuseJani Nikula2012-08-172-9/+24
| | * drm/i915: fix hsw uncached pteDaniel Vetter2012-08-172-1/+5
| | * drm/i915/contexts: fix list corruptionBen Widawsky2012-08-171-4/+4
| | * drm/i915: fix EDID memory leak in SDVOJani Nikula2012-08-171-0/+1
| * | drm/radeon/ss: use num_crtc rather than hardcoded 6Alex Deucher2012-08-211-1/+1
| * | Revert "drm/radeon: fix bo creation retry path"Alex Deucher2012-08-211-2/+1
| * | drm/radeon: split ATRM support out from the ATPX handler (v3)Alex Deucher2012-08-203-74/+77
| * | drm/radeon: convert radeon vfct code to use acpi_get_table_with_sizeAlex Deucher2012-08-201-4/+2
| * | drm/radeon: implement ACPI VFCT vbios fetch (v3)David Lamparter2012-08-201-0/+60
| * | drm/radeon/kms: extend the Fujitsu D3003-S2 board connector quirk to cover la...Tvrtko Ursulin2012-08-201-1/+1
| * | drm/radeon: fix checking of MSAA renderbuffers on r600-r700Marek Olšák2012-08-201-5/+6
| * | drm/radeon: allow CMASK and FMASK in the CS checker on r600-r700Marek Olšák2012-08-204-21/+101
| * | drm/radeon: init lockup timeout on ring initChristian König2012-08-201-0/+1
| * | drm/radeon: avoid turning off spread spectrum for used pllJerome Glisse2012-08-201-4/+21
| |/
* | Merge tag 'usb-3.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-08-202-0/+2
|\ \
| * | gpu/mfd/usb: Fix USB randconfig problemsGuenter Roeck2012-08-202-0/+2
* | | vga_switcheroo: Don't require handler init callbackSeth Forshee2012-08-172-7/+2
* | | vga_switcheroo: Remove assumptions about registration/unregistration orderingSeth Forshee2012-08-171-22/+36
| |/ |/|
* | Merge branch 'drm-nouveau-fixes' of git://git.freedesktop.org/git/nouveau/lin...Dave Airlie2012-08-156-8/+45
|\ \
| * | drm/nv86/fifo: suspend fixMaxim Levitsky2012-08-141-0/+9
| * | drm/nouveau: disable copy engine on NVAFHenrik Rydberg2012-08-141-1/+0
| * | nouveau: fixup scanout enable in nvc0_pmMaarten Lankhorst2012-08-141-1/+1
| * | drm/nouveau/aux: mask off higher bits of auxch index in i2c table entryBen Skeggs2012-08-141-1/+1
| * | drm/nvd0/disp: mask off high 16 bit of negative cursor x-coordinateChristoph Bumiller2012-08-141-1/+1
| * | drm/nve0/fifo: add support for the flip completion swmthdBen Skeggs2012-08-031-4/+33
| |/
* | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-155-43/+43
|\ \
| * | drm/i915: Apply post-sync write for pipe control invalidatesChris Wilson2012-08-141-18/+23
| * | drm/i915: reorder edp disabling to fix ivb MacBook AirDaniel Vetter2012-08-141-7/+7
| * | drm/i915: ensure i2c adapter is all set before adding itJani Nikula2012-08-131-3/+4
| * | drm/i915: ignore eDP bpc settings from vbtDaniel Vetter2012-08-111-11/+0
| * | drm/i915: Fix blank panel at reopening lidTakashi Iwai2012-08-111-4/+9
* | | drm/radeon: fix typo in function header commentDmitrii Cherkasov2012-08-131-1/+1
* | | drm/radeon/kms: implement timestamp userspace query (v2)Marek Olšák2012-08-139-7/+80
* | | drm/radeon/kms: add MSAA texture support for r600-evergreenMarek Olšák2012-08-133-2/+15
* | | drm/radeon/kms: reorder code in r600_check_texture_resourceMarek Olšák2012-08-131-26/+26
* | | drm/radeon: fence virtual address and free it once idle v4Jerome Glisse2012-08-135-21/+55
* | | drm/radeon: fix some missing parens in asic macrosAlex Deucher2012-08-131-5/+5
* | | drm/radeon: fix ordering in pll picking on dce4+Alex Deucher2012-08-131-4/+4
* | | drm/radeon: do not reenable crtc after moving vram start addressJerome Glisse2012-08-133-76/+2
* | | drm/radeon: fix bank tiling parameters on caymanAlex Deucher2012-08-131-3/+11
* | | drm/radeon: fix bank tiling parameters on evergreenAlex Deucher2012-08-131-3/+11
* | | drm/radeon: fix bank tiling parameters on SIChristian König2012-08-131-4/+12