aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/nvc0/gr: move to exec engine interfacesBen Skeggs2011-05-165-230/+200
* drm/nv50/gr: move to exec engine interfacesBen Skeggs2011-05-168-246/+252
* drm/nouveau: working towards a common way to represent enginesBen Skeggs2011-05-168-133/+174
* drm/nouveau: remove some unused members from dev_privBen Skeggs2011-05-161-6/+0
* drm/nouveau: move engine object creation into per-engine hooksBen Skeggs2011-05-168-82/+138
* drm/nouveau: use static vidshift of 2 on volt 0x30 tablesBen Skeggs2011-05-161-1/+9
* drm/nouveau: improve memtiming table parsingRoy Spliet2011-05-163-14/+35
* drm/nvc0: decode gpc/hubclient on vm faultBen Skeggs2011-05-161-0/+34
* drm/nvc0: more vm fault reasonsBen Skeggs2011-05-161-4/+9
* drm/nvc0: more vm fault enginesBen Skeggs2011-05-161-5/+12
* drm/nouveau: Fix missing whitespace checkpatch.pl errors.Emil Velikov2011-05-166-22/+22
* drm/nouveau: Fix brace placement checkpatch.pl errors.Emil Velikov2011-05-166-15/+7
* drm/nouveau: Clean up trailing whitespace and C99-style comments.Emil Velikov2011-05-166-38/+40
* drm/nouveau: Fix indentation-related checkpatch.pl error messages.Emil Velikov2011-05-164-21/+21
* drm/nouveau: name the boot perflvl "boot"Martin Peres2011-05-161-0/+1
* drm/mxm: fix Kconfig options for when to build MXM WMI driver.Dave Airlie2011-05-091-1/+1
* Merge remote branch 'korg/drm-nvidia-switch-fixes' into drm-core-nextDave Airlie2011-05-093-25/+197
|\
| * mxm/wmi: add MXMX interface entry point.Dave Airlie2011-05-091-0/+1
| * nouveau: add optimus detection to DSM code.Dave Airlie2011-05-041-15/+89
| * vgaarb: use bridges to control VGA routing where possible.Dave Airlie2011-05-041-14/+99
| * nouveau/acpi: hook up to the MXM method for mux switching.Dave Airlie2011-05-042-0/+12
* | drm/radeon/kms: fix some logic errors in combios i2c mappingAlex Deucher2011-05-091-6/+12
|/
* vga_switcheroo: Remove unbalanced pci_enable_deviceAlex Williamson2011-05-041-6/+0
* drm/radeon/kms: fix up r1xx-rs4xx i2c busesAlex Deucher2011-05-041-16/+43
* drm/radeon/kms: set i2c adapter class to I2C_CLASS_DDCAlex Deucher2011-05-041-0/+2
* drm/radeon/kms: add support for thermal chips on combios asicsAlex Deucher2011-05-041-0/+54
* drm/fb: fix CONFIG_DRM=m && CONFIG_FB=nDave Airlie2011-05-041-0/+2
* drm: Export the command-line mode parserChris Wilson2011-04-282-171/+190
* drm: Verify debug message argumentsJoe Perches2011-04-284-13/+15
* drm: Create and use drm_errJoe Perches2011-04-281-0/+21
* drm/radeon/kms: remove some underscan leftoversAlex Deucher2011-04-281-4/+0
* drm: Take lock around probes for drm_fb_helper_hotplug_eventChris Wilson2011-04-281-4/+22
* drm: parse color format support for digital displaysJesse Barnes2011-04-281-0/+7
* drm: add bit depth parsingJesse Barnes2011-04-281-2/+52
* drm/i915: restore only the mode of this driver on lastclose (v2)Dave Airlie2011-04-274-8/+32
* drm/radeon/kms: add info query for tile pipesAlex Deucher2011-04-271-0/+13
* drm/radeon/kms: add missing safe regs for 6xx/7xxAlex Deucher2011-04-271-0/+1
* drm: select FRAMEBUFFER_CONSOLE_PRIMARY if we have FRAMEBUFFER_CONSOLEDave Airlie2011-04-271-0/+1
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-04-212-2/+2
|\
| * drm/radeon/kms: fix IH writeback on r6xx+ on big endian machinesCédric Cano2011-04-202-2/+2
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-04-212-37/+45
|\ \ | |/ |/|
| * drm/i915: Initialise g4x watermarks for disabled pipesChris Wilson2011-04-131-1/+4
| * drm/i915: Sanitize the output registers after resumeChris Wilson2011-04-121-32/+36
| * drm/i915/tv: Fix modeset flickering introduced in 7f58aabc3Sitsofe Wheeler2011-04-121-2/+2
| * drm/i915/tv: Only poll for TV connectionsMathew McKernan2011-04-121-2/+1
| * drm/i915/tv: Remember the detected TV typeMathew McKernan2011-04-121-0/+2
* | drm/radeon/kms: pll tweaks for r7xxAlex Deucher2011-04-201-5/+1
* | drm/nouveau: fix allocation of notifier objectMarcin Slusarz2011-04-201-1/+1
* | drm/nouveau: fix notifier memory corruption bugMarcin Slusarz2011-04-201-2/+2
* | drm/nouveau: fix pinning of notifier blockBen Skeggs2011-04-201-4/+7