summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix resume regression from 5d1d0ccChris Wilson2011-02-111-2/+1
* drm/i915/tv: Use polling rather than interrupt-based hotplugChris Wilson2011-02-111-13/+30
* drm/i915: Trigger modesetting if force-audio changesChris Wilson2011-02-113-18/+91
* drm/i915/sdvo: If we have an EDID confirm it matches the mode of the connectionChris Wilson2011-02-091-5/+27
* drm/i915: Disable RC6 on IronlakeChris Wilson2011-02-094-44/+55
* drm/i915/lvds: Restore dithering on native modes for gen2/3Chris Wilson2011-02-061-6/+6
* drm/i915: Invalidate TLB caches on SNB BLT/BSD ringsChris Wilson2011-02-022-11/+19
* drm/i915: Only bind to function 0 of the PCI deviceChris Wilson2011-02-011-0/+8
* drm/i915: Suppress spurious vblank interruptsChris Wilson2011-01-312-7/+8
* drm: Avoid leak of adjusted mode along quick set_mode pathsChris Wilson2011-01-311-5/+3
* drm: Simplify and defend later checks when disabling a crtcChris Wilson2011-01-311-3/+6
* drm: Don't switch fb when disabling an outputChris Wilson2011-01-311-2/+2
* drm/i915: Reset crtc after resumeChris Wilson2011-01-251-3/+14
* drm/i915/crt: Force the initial probe after resetChris Wilson2011-01-251-0/+10
* drm/i915: Reset state after a GPU reset or resumeChris Wilson2011-01-251-0/+2
* drm: Add an interface to reset the deviceChris Wilson2011-01-251-0/+20
* drm/i915/sdvo: If at first we don't succeed in reading the response, waitChris Wilson2011-01-251-23/+23
* drm/i915: Prevent uninitialised reads during error state captureChris Wilson2011-01-241-0/+2
* drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher2011-01-241-1/+2
* Merge remote branch 'linus/master' into drm-intel-fixesChris Wilson2011-01-243-4/+4
|\
| * Merge branch 'akpm'Linus Torvalds2011-01-213-4/+4
| |\
| | * kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes2011-01-213-4/+4
| * | i915: Fix i915 suspend delayLinus Torvalds2011-01-212-3/+3
| |/
* | 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-232-3/+9
* | 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: 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-154-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