summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson2011-01-241-2/+2
| * | | drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson2011-01-241-0/+3
| * | | drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson2011-01-241-7/+18
| * | | drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-243-4/+15
| * | | drm/i915: Recognise non-VGA display devicesChris Wilson2011-01-233-4/+10
| * | | drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-232-2/+2
| * | | drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson2011-01-202-17/+24
| * | | drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson2011-01-201-1/+5
| * | | drm/i915: Add dependency on CONFIG_TMPFSChris Wilson2011-01-201-0/+3
| * | | drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson2011-01-203-18/+52
| * | | drm/i915: make the blitter report buffer modifications to the FBC unitJesse Barnes2011-01-182-0/+25
| * | | drm/i915: set more FBC chicken bitsJesse Barnes2011-01-182-1/+5
* | | | drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher2011-01-252-1/+5
* | | | drm/radeon/kms: simplify atom adjust pll setupAlex Deucher2011-01-241-17/+5
* | | | drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asicsAlex Deucher2011-01-242-0/+6
* | | | drm/radeon/kms: make the mac rv630 quirk genericAlex Deucher2011-01-241-9/+5
* | | | drm/radeon/kms: fix a spelling error in an error messageAlex Deucher2011-01-241-1/+1
* | | | drm/radeon/kms: Initialize pageflip spinlocks.Michel Dänzer2011-01-241-0/+3
| |/ / |/| |
* | | 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