summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2009-12-11Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+35852
2009-12-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-104/+71
2009-12-11drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs-0/+35852
2009-12-10Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds-2924/+10895
2009-12-11drm/ttm: export some functions useful to drivers using ttmBen Skeggs-0/+4
2009-12-11drm/radeon/kms/avivo: fix typo in new_pll module descriptionAlex Deucher-1/+1
2009-12-11drm/radeon/kms: Convert radeon to new ttm_bo_initJerome Glisse-30/+9
2009-12-11drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse-73/+57
2009-12-10drm/radeon/kms: fix warning about cur_placement being uninitialised.Dave Airlie-1/+1
2009-12-10Merge remote branch 'korg/drm-radeon-next' of into drm-linusDave Airlie-474/+768
2009-12-10Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie-26/+26
2009-12-10drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse-13/+57
2009-12-10drm: Add memory manager debug functionJerome Glisse-0/+20
2009-12-10drm/radeon/kms: restore surface registers on resume.Dave Airlie-7/+23
2009-12-10drm/radeon/kms/r600/r700: fallback gracefully on ucode failureAlex Deucher-25/+25
2009-12-10drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse-0/+4
2009-12-10drm/radeon/kms: cleanup structure and module if initialization failsJerome Glisse-22/+20
2009-12-10drm/radeon/kms: actualy set the eviction placements we chooseJerome Glisse-0/+1
2009-12-10drm/radeon/kms: Fix NULL ptr dereferenceJerome Glisse-2/+4
2009-12-10drm/radeon/kms/avivo: add support for new pll selection algoAlex Deucher-3/+120
2009-12-10drm/radeon/kms/avivo: fix some bugs in the display bandwidth setupAlex Deucher-5/+28
2009-12-10drm/radeon/kms: fix return value from fence function.Dave Airlie-1/+1
2009-12-10drm/radeon: Remove tests for -ERESTART from the TTM code.Thomas Hellstrom-29/+14
2009-12-10drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom-24/+12
2009-12-10drm/radeon/kms: Convert radeon to new TTM validation API (V2)Jerome Glisse-51/+67
2009-12-10drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse-242/+221
2009-12-10drm: Add search/get functions to get a block in a specific rangeJerome Glisse-0/+88
2009-12-10drm/radeon/kms: fix avivo tiling regression since radeon object reworkDave Airlie-2/+3
2009-12-09Merge branch 'acpica' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/l...Linus Torvalds-1/+1
2009-12-08drm/i915: Remove a debugging printk from hangcheckChris Wilson-1/+0
2009-12-09drm/radeon/kms: make sure i2c id matchesAlex Deucher-48/+43
2009-12-09drm/radeon/kms: make sure ss id matchesAlex Deucher-6/+12
2009-12-09drm/radeon/kms: connector fixesAlex Deucher-9/+15
2009-12-09drm/ttm: fix memory leak noticed by kmemleak.Dave Airlie-1/+3
2009-12-09drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui-0/+3
2009-12-08drm/i915: restore render clock gating on resumeAndrew Lutomirski-23/+22
2009-12-08Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie-309/+2612
2009-12-08Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie-1122/+2731
2009-12-08Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie-777/+3265
2009-12-08Merge branch 'drm-core-next' into drm-linusDave Airlie-371/+1648
2009-12-08drm/kms: fix fb cmap allocation to use modeset->crtc not crtcBen Skeggs-1/+1
2009-12-08drm/radeon/kms: enable hpd supportAlex Deucher-10/+98
2009-12-08drm/radeon/kms: add asic callbacks for hpdAlex Deucher-1/+65
2009-12-08drm/radeon/kms: add hpd support for r6xx/r7xx/rs780/rs880 asicsAlex Deucher-23/+485
2009-12-08drm/radeon/kms: add hpd support for r5xx/rs600/rs690/rs740 asicsAlex Deucher-0/+130
2009-12-08drm/radeon/kms: add hpd support for r1xx-r4xx asicsAlex Deucher-2/+104
2009-12-08drm/radeon/kms: add regs and irq tracking bits for hpdAlex Deucher-23/+154
2009-12-08drm/radeon/kms: get HPD info for connectorsAlex Deucher-84/+330
2009-12-08drm/radeon/kms: clean up DP debuggingAlex Deucher-28/+28
2009-12-08drm/radeon/kms: fix DP detectAlex Deucher-11/+10