summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki2009-12-161-1/+1
| * drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki2009-12-162-287/+276
| * drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki2009-12-161-26/+21
| * drm/nouveau: use drm debug levelsMaarten Maathuis2009-12-1615-88/+96
| * drm/i2c/ch7006: Fix load detection false positives right after system init.Francisco Jerez2009-12-162-5/+5
| * drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez2009-12-161-4/+3
* | drm/kms: silencing a false positive warning.Marin Mitov2009-12-231-1/+1
* | drm/mm: fix logic for selection of best fit blockBob Gleitsmann2009-12-231-2/+2
* | drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom2009-12-234-111/+209
* | drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom2009-12-233-10/+6
* | drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom2009-12-231-28/+19
* | drm/radeon: fix build on 64-bit with some compilers.Dave Airlie2009-12-231-2/+2
* | drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall2009-12-231-2/+2
* | DRM: Rename clamp variableAndi Kleen2009-12-231-3/+3
* | drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann2009-12-1821-140/+89
* | Merge branch 'drm-linus' into drm-core-nextDave Airlie2009-12-1826-66/+1065
|\ \
| * | drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)Dave Airlie2009-12-164-9/+70
| * | drm/radeon/kms: allow for texture tilingMaciej Cencora2009-12-161-1/+9
| * | Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie2009-12-164-2/+11
| |\ \
| | * | drm/radeon/kms: init pm on all chipsetsRafał Miłecki2009-12-164-2/+11
| * | | Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie2009-12-166-18/+22
| |\ \ \ | | |/ / | |/| / | | |/
| | * drm/nouveau: remove use of -ERESTARTBen Skeggs2009-12-152-8/+1
| | * nouveau: Fix endianness with new context program loaderBenjamin Herrenschmidt2009-12-151-8/+12
| | * drm/nouveau: fix build with CONFIG_AGP=nBen Skeggs2009-12-152-0/+6
| | * drm/nouveau: fix ch7006 buildRandy Dunlap2009-12-151-2/+3
| * | drm/radeon/kms: HDMI support for R600 KMSChristian Koenig2009-12-169-6/+895
| * | drm/radeon/kms: make sure mc is initialized before mapping blit boAlex Deucher2009-12-162-12/+16
| * | drm/radeon/kms: Return to userspace on ERESTARTSYSJerome Glisse2009-12-161-11/+5
| * | drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)Dave Airlie2009-12-161-1/+2
| * | drm/radeon/kms: don't report allocate failure on ERESTARTSYSDave Airlie2009-12-161-2/+3
| * | drm/radeon/kms: Check if bo we got from ttm are radeon object or notJerome Glisse2009-12-163-4/+30
| * | drm/radeon/kms: If no placement is supplied fallback to systemJerome Glisse2009-12-161-0/+2
* | | Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie2009-12-1828-1/+11394
|\ \ \ | |/ / |/| |
| * | drm/vmwgfx: Add DRM driver for VMware Virtual GPUJakob Bornecrantz2009-12-1522-0/+7915
| * | drm/vmwgfx: Add svga headers for vmwgfx driverJakob Bornecrantz2009-12-155-0/+3474
| * | drm/ttm: Add more driver type enumsJakob Bornecrantz2009-12-151-1/+5
* | | drm/ttm: Fix memory type manager debug information printingJerome Glisse2009-12-161-10/+9
* | | drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse2009-12-161-2/+3
* | | drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom2009-12-161-5/+31
* | | drm/ttm: Delayed delete fixes.Thomas Hellstrom2009-12-161-3/+4
* | | drm/ttm: fix two bugs in new placement routines.Dave Airlie2009-12-161-5/+5
* | | drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie2009-12-161-1/+1
| |/ |/|
* | drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-1185-0/+36161
|/
* drm/ttm: export some functions useful to drivers using ttmBen Skeggs2009-12-111-0/+4
* drm/radeon/kms/avivo: fix typo in new_pll module descriptionAlex Deucher2009-12-111-1/+1
* drm/radeon/kms: Convert radeon to new ttm_bo_initJerome Glisse2009-12-111-30/+9
* drm/ttm: Convert ttm_buffer_object_init to use ttm_placementJerome Glisse2009-12-112-106/+87
* drm/radeon/kms: fix warning about cur_placement being uninitialised.Dave Airlie2009-12-101-1/+1
* Merge remote branch 'korg/drm-radeon-next' of into drm-linusDave Airlie2009-12-1032-512/+849
|\
| * drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse2009-12-101-13/+57
OpenPOWER on IntegriCloud