aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm'Linus Torvalds2011-01-204-5/+5
|\
| * kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-204-5/+5
* | i915: Fix i915 suspend delayLinus Torvalds2011-01-202-3/+3
|/
* drm/radeon/kms: balance asic_reset functionsAlex Deucher2011-01-173-18/+20
* drm/radeon/kms: remove duplicate card_posted() functionsAlex Deucher2011-01-173-46/+3
* drm/radeon/kms: add module option for pcie gen2Alex Deucher2011-01-175-0/+14
* drm/radeon/kms: fix typo in evergreen safe regAlex Deucher2011-01-171-1/+1
* Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie2011-01-1711-197/+86
|\
| * drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs2011-01-171-2/+2
| * drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs2011-01-173-160/+52
| * drm/nvc0: enable protection of system-use-only structures in vmBen Skeggs2011-01-174-5/+10
| * drm/nv40: initialise 0x17xx on all chipsets that have itBen Skeggs2011-01-171-12/+2
| * drm/nv40: make detection of 0x4097-ful chipsets available everywhereBen Skeggs2011-01-173-18/+20
* | Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie2011-01-144-21/+24
* | Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2011-01-149-31/+46
|\ \
| * | drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDSKnut Petersen2011-01-141-0/+8
| * | drm/i915: Disable GPU semaphores on SandyBridge mobileChris Wilson2011-01-141-1/+2
| * | drm/i915/execbuffer: Clear domains before beginning reloc processingChris Wilson2011-01-131-4/+3
| * | drm/i915/execbuffer: Reorder relocations to match new object orderChris Wilson2011-01-131-6/+9
| * | drm/i915: Fix error handler to capture the first batch after the seqnoChris Wilson2011-01-131-1/+1
| * | drm/i915: Add a module option to override the use of SSCChris Wilson2011-01-134-17/+21
| * | drm/i915/panel: The backlight is enabled if the current value is non-zeroIndan Zupancic2011-01-121-1/+1
| * | drm/i915/debugfs: Correct format after changing type of err object 'size'Chris Wilson2011-01-121-1/+1
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2011-01-132-2/+0
|\ \ \
| * \ \ Merge branch 'acpi-video' into releaseLen Brown2011-01-122-2/+0
| |\ \ \
| | * | | ACPI video: remove output switching controlZhang Rui2010-12-142-2/+0
* | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds2011-01-133-5/+5
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Fix spelling mistakes in commentsStefan Weil2011-01-031-2/+2
| * | | | Merge branch 'master' into for-nextJiri Kosina2010-12-2296-1308/+2392
| |\ \ \ \
| * | | | | backlight: constify backlight_opsLionel Debroux2010-11-161-2/+2
| * | | | | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
* | | | | | drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2011-01-112-26/+47
* | | | | | drm/i915: If we hit OOM when allocating GTT pages, clear the apertureChris Wilson2011-01-111-8/+4
* | | | | | drm/i915/evict: Ensure we completely cleanup on failureChris Wilson2011-01-111-1/+8
* | | | | | drm/i915/execbuffer: Correctly clear the current object list upon EFAULTChris Wilson2011-01-111-3/+1
* | | | | | drm/i915/debugfs: Show all objects in the gttChris Wilson2011-01-111-10/+43
* | | | | | drm/i915: Record AGP memory type upon errorChris Wilson2011-01-113-4/+16
* | | | | | drm/i915: Periodically flush the active lists and requestsChris Wilson2011-01-111-4/+26
* | | | | | drm/i915/gtt: Unmap the PCI pages after unbinding them from the GTTChris Wilson2011-01-111-7/+3
* | | | | | drm/i915: Record the error batchbuffer on each ringChris Wilson2011-01-113-120/+50
* | | | | | drm/i915: Include TLB miss overhead for computing WMChris Wilson2011-01-111-2/+9
* | | | | | drm/i915: Propagate error from flushing the ringChris Wilson2011-01-113-48/+90
* | | | | | drm/i915: detect & report PCH display error interruptsJesse Barnes2011-01-112-2/+81
* | | | | | drm/i915: cleanup rc6 codeJesse Barnes2011-01-114-46/+75
* | | | | | drm/i915: fix rc6 enabling around suspend/resumeJesse Barnes2011-01-112-3/+3
* | | | | | drm/i915: re-enable rc6 support for Ironlake+Jesse Barnes2011-01-114-21/+91
* | | | | | drm/i915: Make the ring IMR handling privateChris Wilson2011-01-112-12/+15
* | | | | | drm/i915/ringbuffer: Simplify the ring irq refcountingChris Wilson2011-01-112-39/+25
* | | | | | drm/i915/debugfs: Show the per-ring IMRChris Wilson2011-01-113-14/+24
* | | | | | drm/i915: Mask USER interrupts on gen6 (until required)Chris Wilson2011-01-115-62/+113