aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drm/nouveau: Don't clear AGPCMD completely on INIT_RESET.Francisco Jerez2010-07-131-1/+2
| * | | drm/nouveau: Put the dithering check back in nouveau_connector_create.Francisco Jerez2010-07-131-4/+22
| * | | drm/nv50: fix memory detection for cards with >=4GiB VRAMBen Skeggs2010-07-131-1/+6
| * | | drm/nouveau: missed some bracesBen Skeggs2010-07-131-1/+2
| * | | drm/nouveau: remove left-over !DRIVER_MODESET pathsBen Skeggs2010-07-134-71/+38
| * | | drm/nouveau: use drm_mm in preference to custom code doing the same thingBen Skeggs2010-07-137-240/+45
| * | | drm/nouveau: move LVDS detection back to connector detect() timeBen Skeggs2010-07-131-115/+87
| * | | drm/nouveau: place notifiers in system memory by defaultBen Skeggs2010-07-131-1/+1
* | | | Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-nextDave Airlie2010-08-0247-972/+1309
|\ \ \ \
| * | | | drm/radeon/kms: trivial code style fixes for audioRafał Miłecki2010-08-021-6/+10
| * | | | drm/radeon: remove viewport transform from r6xx/r7xx blit emitAlex Deucher2010-08-021-18/+0
| * | | | drm/radeon: group r6xx/r7xx newly sequential blit stateAlex Deucher2010-08-021-203/+35
| * | | | drm/radeon: reorder r6xx/r7xx blit state emit to make more regs sequentialAlex Deucher2010-08-021-184/+184
| * | | | drm/radeon: r6xx/r7xx move vport clipping to a single packetAlex Deucher2010-08-021-248/+62
| * | | | drm/radeon: group r6xx/r7xx sequential blit stateAlex Deucher2010-08-021-376/+64
| * | | | drm/radeon: remove duplicate state emit in r6xx/r7xx blitAlex Deucher2010-08-021-16/+0
| * | | | drm/radeon: add comments to r6xx/r7xx blit stateAlex Deucher2010-08-021-206/+515
| * | | | drm/radeon/kms/r7xx: add workaround for hw issue with HDP flushAlex Deucher2010-08-024-3/+28
| * | | | drm/radeon/kms: remove rs4xx gart limitAlex Deucher2010-08-021-8/+0
| * | | | Merge tag 'v2.6.35-rc6' into drm-radeon-nextDave Airlie2010-08-0225-59/+155
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-227-10/+15
| | |\ \ \
| | | * | | drm/radeon/kms: add quirk to make HP DV5000 laptop resumeAlex Deucher2010-07-221-0/+8
| | | * | | drm/radeon/kms: fix RADEON_INFO_CRTC_FROM_ID info ioctlAlex Deucher2010-07-221-1/+2
| | | * | | Fix ttm_page_alloc.c build breakageLuck, Tony2010-07-221-3/+3
| | | * | | drm/radeon/kms: fix legacy LVDS dpms sequenceAlex Deucher2010-07-221-0/+1
| | | * | | drm/radeon/kms: drop taking lock around crtc lookup.Dave Airlie2010-07-223-6/+1
| | * | | | mm: add context argument to shrinker callback to remaining shrinkersDave Chinner2010-07-211-1/+1
| | * | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-2020-49/+139
| | |\ \ \ \ | | | |/ / /
| | | * | | drm/r600: fix possible NULL pointer derefernceAlex Deucher2010-07-211-1/+4
| | | * | | drm/radeon/kms: add quirk for ASUS HD 3600 boardAlex Deucher2010-07-211-0/+9
| | | * | | drm/nouveau: Fix crashes during fbcon init on single head cards.Francisco Jerez2010-07-211-1/+2
| | | * | | drm/nouveau: fix pcirom vbios shadow breakage from acpi rom patchBen Skeggs2010-07-211-24/+9
| | | * | | drm/radeon/kms: fix shared ddc harderAlex Deucher2010-07-211-14/+9
| | | * | | drm/i915: enable low power render writes on GEN3 hardware.Dave Airlie2010-07-201-0/+10
| | | * | | drm/i915: Define MI_ARB_STATE bitsKeith Packard2010-07-201-0/+64
| | | * | | vmwgfx: return -EFAULT if copy_to_user failsDan Carpenter2010-07-201-0/+1
| | | * | | drm: radeon: check kzalloc() resultKulikov Vasiliy2010-07-201-0/+2
| | | * | | drm/ttm: Fix build on architectures without AGPBen Hutchings2010-07-201-0/+2
| | | * | | drm/radeon/kms: fix gtt MC base alignment on rs4xx/rs690/rs740 asicsAlex Deucher2010-07-1610-5/+16
| | | * | | drm/radeon/kms: fix possible mis-detection of sideport on rs690/rs740Alex Deucher2010-07-141-2/+9
| | | * | | drm/radeon/kms: fix legacy tv-out pal modeAlex Deucher2010-07-131-2/+2
| | * | | | mm: add context argument to shrinker callbackDave Chinner2010-07-191-1/+1
| | * | | | drm/i915: add 'reclaimable' to i915 self-reclaimable page allocationsLinus Torvalds2010-07-181-0/+1
| | |/ / /
| * | | | drm: radeon: fix sign bugDan Carpenter2010-08-021-3/+5
| * | | | drm/radeon/kms: check/restore sanity before doing anything else with GPU.Dave Airlie2010-08-029-0/+42
| * | | | drm/radeon: fall back to GTT if bo creation/validation in VRAM fails.Michel Dänzer2010-08-021-9/+18
| * | | | drm/radeon/kms: add ioport register accessAlex Deucher2010-08-024-4/+68
| * | | | drm/radeon/kms: enable HDMI audio on RS600/RS690/RS740Rafał Miłecki2010-08-023-2/+22
| * | | | drm/radeon/kms: track audio engine state, do not use not setup timerRafał Miłecki2010-08-022-2/+5
| * | | | drm/radeon/kms/r6xx+: add query for tile config (v2)Alex Deucher2010-08-026-3/+21