summaryrefslogtreecommitdiff
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: execbuf2 supportJesse Barnes2010-01-064-78/+219
* drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang2009-12-171-0/+2
* drm/i915: only enable hotplug for detected outputsJesse Barnes2009-12-169-26/+59
* drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg2009-12-164-17/+9
* drm/i915: Implement IS_* macros using static tablesKristian Høgsberg2009-12-163-99/+161
* drm/i915: Move PCI IDs into i915 driverKristian Høgsberg2009-12-161-2/+40
* drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui2009-12-162-0/+10
* drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui2009-12-161-0/+7
* drm/i915: implement new pm ops for i915Zhenyu Wang2009-12-161-6/+47
* drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett2009-12-161-65/+2
* drm/i915: fix order of fence release wrt flushingDaniel Vetter2009-12-161-3/+4
* drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt2009-12-151-1/+1
* Merge branch 'drm-nouveau-pony' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-12-1181-0/+35852
|\
| * drm/nouveau: Add DRM driver for NVIDIA GPUsBen Skeggs2009-12-1181-0/+35852
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-113-104/+71
|\ \ | |/
| * 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-111-73/+57
* | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-12-10104-2924/+10895
|\ \ | |/
| * 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-1029-474/+768
| |\
| | * drm/ttm: Print debug information on memory manager when eviction failsJerome Glisse2009-12-101-13/+57
| | * drm: Add memory manager debug functionJerome Glisse2009-12-101-0/+20
| | * drm/radeon/kms: restore surface registers on resume.Dave Airlie2009-12-1011-7/+23
| | * drm/radeon/kms/r600/r700: fallback gracefully on ucode failureAlex Deucher2009-12-102-25/+25
| | * drm/ttm: Initialize eviction placement in case the driver callback doesn'tJerome Glisse2009-12-101-0/+4
| | * drm/radeon/kms: cleanup structure and module if initialization failsJerome Glisse2009-12-101-22/+20
| | * drm/radeon/kms: actualy set the eviction placements we chooseJerome Glisse2009-12-101-0/+1
| | * drm/radeon/kms: Fix NULL ptr dereferenceJerome Glisse2009-12-101-2/+4
| | * drm/radeon/kms/avivo: add support for new pll selection algoAlex Deucher2009-12-106-3/+120
| | * drm/radeon/kms/avivo: fix some bugs in the display bandwidth setupAlex Deucher2009-12-103-5/+28
| | * drm/radeon/kms: fix return value from fence function.Dave Airlie2009-12-101-1/+1
| | * drm/radeon: Remove tests for -ERESTART from the TTM code.Thomas Hellstrom2009-12-102-29/+14
| | * drm/ttm: Have the TTM code return -ERESTARTSYS instead of -ERESTART.Thomas Hellstrom2009-12-102-24/+12
| | * drm/radeon/kms: Convert radeon to new TTM validation API (V2)Jerome Glisse2009-12-103-51/+67
| | * drm/ttm: Rework validation & memory space allocation (V3)Jerome Glisse2009-12-101-242/+221
| | * drm: Add search/get functions to get a block in a specific rangeJerome Glisse2009-12-101-0/+88
| | * drm/radeon/kms: fix avivo tiling regression since radeon object reworkDave Airlie2009-12-101-2/+3
| | * drm/radeon/kms: make sure i2c id matchesAlex Deucher2009-12-091-48/+43
| | * drm/radeon/kms: make sure ss id matchesAlex Deucher2009-12-091-6/+12
| | * drm/radeon/kms: connector fixesAlex Deucher2009-12-092-9/+15
| | * drm/ttm: fix memory leak noticed by kmemleak.Dave Airlie2009-12-091-1/+3
| | * drm: disable all the possible outputs/crtcs before entering KMS modeZhao Yakui2009-12-091-0/+3
| * | Merge remote branch 'anholt/drm-intel-next' into drm-linusDave Airlie2009-12-107-26/+26
| |\ \ | | |/ | |/|
| | * drm/i915: Remove a debugging printk from hangcheckChris Wilson2009-12-081-1/+0
| | * drm/i915: restore render clock gating on resumeAndrew Lutomirski2009-12-084-23/+22
| | * drm/i915: Set the error code after failing to insert new offset into mm ht.Chris Wilson2009-12-071-0/+1
| | * drm/i915: Report purgeable status in buffer lists.Chris Wilson2009-12-071-2/+3
| * | Merge remote branch 'korg/drm-radeon-dp' into drm-linusDave Airlie2009-12-0823-309/+2612
| |\ \