summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2011-01-26console: rename acquire/release_console_sem() to console_lock/unlock()Torben Hohn2-9/+9
2011-01-25Merge branch 'drm-intel-fixes-2' of ssh://master.kernel.org/pub/scm/linux/ker...Dave Airlie14-57/+168
2011-01-25drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher2-1/+5
2011-01-24drm/i915: Prevent uninitialised reads during error state captureChris Wilson1-0/+2
2011-01-24drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher1-1/+2
2011-01-24Merge remote branch 'linus/master' into drm-intel-fixesChris Wilson4-5/+5
2011-01-24drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson1-2/+2
2011-01-24drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson1-0/+3
2011-01-24drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson1-7/+18
2011-01-24drm/i915,agp/intel: Do not clear stolen entriesChris Wilson3-4/+15
2011-01-24drm/radeon/kms: simplify atom adjust pll setupAlex Deucher1-17/+5
2011-01-24drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asicsAlex Deucher2-0/+6
2011-01-24drm/radeon/kms: make the mac rv630 quirk genericAlex Deucher1-9/+5
2011-01-24drm/radeon/kms: fix a spelling error in an error messageAlex Deucher1-1/+1
2011-01-24drm/radeon/kms: Initialize pageflip spinlocks.Michel Dänzer1-0/+3
2011-01-23drm/i915: Recognise non-VGA display devicesChris Wilson3-4/+10
2011-01-23drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2-2/+2
2011-01-20Merge branch 'akpm'Linus Torvalds4-5/+5
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes4-5/+5
2011-01-20i915: Fix i915 suspend delayLinus Torvalds2-3/+3
2011-01-20drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson2-17/+24
2011-01-20drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson1-1/+5
2011-01-20drm/i915: Add dependency on CONFIG_TMPFSChris Wilson1-0/+3
2011-01-20drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson3-18/+52
2011-01-18drm/i915: make the blitter report buffer modifications to the FBC unitJesse Barnes2-0/+25
2011-01-18drm/i915: set more FBC chicken bitsJesse Barnes2-1/+5
2011-01-17drm/radeon/kms: balance asic_reset functionsAlex Deucher3-18/+20
2011-01-17drm/radeon/kms: remove duplicate card_posted() functionsAlex Deucher3-46/+3
2011-01-17drm/radeon/kms: add module option for pcie gen2Alex Deucher5-0/+14
2011-01-17drm/radeon/kms: fix typo in evergreen safe regAlex Deucher1-1/+1
2011-01-17Merge remote branch 'nouveau/drm-nouveau-next' of /ssd/git/drm-nouveau-next i...Dave Airlie11-197/+86
2011-01-17drm/nouveau: fix gpu page faults triggered by plymouthdBen Skeggs1-2/+2
2011-01-17drm/nouveau: greatly simplify mm, killing some bugs in the processBen Skeggs3-160/+52
2011-01-17drm/nvc0: enable protection of system-use-only structures in vmBen Skeggs4-5/+10
2011-01-17drm/nv40: initialise 0x17xx on all chipsets that have itBen Skeggs1-12/+2
2011-01-17drm/nv40: make detection of 0x4097-ful chipsets available everywhereBen Skeggs3-18/+20
2011-01-14Revert "drm: Update fbdev fb_fix_screeninfo"Dave Airlie4-21/+24
2011-01-14Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-31/+46
2011-01-14drm/i915/lvds: Add AOpen i915GMm-HFS to the list of false-positive LVDSKnut Petersen1-0/+8
2011-01-14drm/i915: Disable GPU semaphores on SandyBridge mobileChris Wilson1-1/+2
2011-01-13Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2-2/+0
2011-01-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds3-5/+5
2011-01-13drm/i915/execbuffer: Clear domains before beginning reloc processingChris Wilson1-4/+3
2011-01-13drm/i915/execbuffer: Reorder relocations to match new object orderChris Wilson1-6/+9
2011-01-13drm/i915: Fix error handler to capture the first batch after the seqnoChris Wilson1-1/+1
2011-01-13drm/i915: Add a module option to override the use of SSCChris Wilson4-17/+21
2011-01-12drm/i915/panel: The backlight is enabled if the current value is non-zeroIndan Zupancic1-1/+1
2011-01-12drm/i915/debugfs: Correct format after changing type of err object 'size'Chris Wilson1-1/+1
2011-01-12Merge branch 'acpi-video' into releaseLen Brown2-2/+0
2011-01-11drm/i915/execbuffer: Reorder binding of objects to favour restrictionsChris Wilson2-26/+47