summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2009-12-23drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall
2009-12-23DRM: Rename clamp variableAndi Kleen
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann
2009-12-18Merge branch 'drm-linus' into drm-core-nextDave Airlie
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie
2009-12-17drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg
2009-12-16drm/i915: Implement IS_* macros using static tablesKristian Høgsberg
2009-12-16drm/i915: Move PCI IDs into i915 driverKristian Høgsberg
2009-12-16drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui
2009-12-16drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui
2009-12-16Merge branch 'drm-vmware-staging' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2009-12-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds
2009-12-16drm/i915: implement new pm ops for i915Zhenyu Wang
2009-12-16drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs
2009-12-16drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs
2009-12-16drm/nv50: fix two potential suspend/resume oopsesBen Skeggs
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs
2009-12-16drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez
2009-12-16drm/nouveau: Fix up buffer eviction, and evict them to GART, if possible.Francisco Jerez
2009-12-16drm/nouveau: Add proper error handling to nouveau_card_initMarcin Kościelnicki
2009-12-16drm/nv04: Fix NV04 set_operation software method.Marcin Kościelnicki
2009-12-16drm/nouveau: Kill global state in BIOS script interpreterMarcin Kościelnicki
2009-12-16drm/nouveau: Kill global state in NvShadowBIOSMarcin Kościelnicki
2009-12-16drm/nouveau: use drm debug levelsMaarten Maathuis
2009-12-16drm/i2c/ch7006: Fix load detection false positives right after system init.Francisco Jerez
2009-12-16drm/nv04-nv40: Fix "conflicting memory types" when saving/restoring VGA fonts.Francisco Jerez
2009-12-16drm/radeon/kms: fix r100->r500 CS checker for compressed textures. (v2)Dave Airlie
2009-12-16drm/radeon/kms: allow for texture tilingMaciej Cencora
2009-12-16Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie
2009-12-16drm/radeon/kms: init pm on all chipsetsRafał Miłecki
2009-12-16Merge remote branch 'nouveau/for-airlied' of /ssd/git/drm-nouveau-next into d...Dave Airlie
2009-12-16drm/radeon/kms: HDMI support for R600 KMSChristian Koenig
2009-12-16drm/radeon/kms: make sure mc is initialized before mapping blit boAlex Deucher
2009-12-16drm/radeon/kms: Return to userspace on ERESTARTSYSJerome Glisse
2009-12-16drm/radeon/gem: don't leak a gem object if reserve fails on get tiling (v2)Dave Airlie
2009-12-16drm/radeon/kms: don't report allocate failure on ERESTARTSYSDave Airlie
2009-12-16drm/radeon/kms: Check if bo we got from ttm are radeon object or notJerome Glisse
2009-12-16drm/radeon/kms: If no placement is supplied fallback to systemJerome Glisse
2009-12-16drm/ttm: Fix memory type manager debug information printingJerome Glisse
2009-12-16drm/ttm: Fix printk format & compute bo->mem.size at bo initializationJerome Glisse
2009-12-16drm/ttm: Fix potential ttm_mem_evict_first races.Thomas Hellstrom
2009-12-16drm/ttm: Delayed delete fixes.Thomas Hellstrom
2009-12-16drm/ttm: fix two bugs in new placement routines.Dave Airlie
2009-12-16drm/ttm: fix incorrect logic in ttm_bo_io pathDave Airlie
2009-12-15drm/i915: In the debugfs interface, unmap our address instead of the page's.Eric Anholt