summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-01-06drm/i915: remove render reclock supportJesse Barnes1-130/+2
2010-01-06drm/i915: Fix RC6 suspend/resumeAndrew Lutomirski3-15/+1
2010-01-06drm/i915: execbuf2 supportJesse Barnes4-78/+219
2010-01-06drm/radeon/kms: add missing breaks in i2c and ss lookupsAlex Deucher1-0/+2
2010-01-06drm/radeon/kms: add primary dac adj values tableAlex Deucher1-9/+41
2010-01-06drm/radeon/kms: fallback to default connector tableAlex Deucher1-1/+4
2009-12-23Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds82-1064/+2499
2009-12-23Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie21-61/+459
2009-12-23drm/radeon/kms: add definitions for v4 power tablesAlex Deucher1-0/+199
2009-12-23drm/radeon/kms: never combine LVDS with another encoderAlex Deucher1-26/+23
2009-12-23drm/radeon/kms: Check module arguments to be valid V2Jerome Glisse1-5/+68
2009-12-23drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structureJerome Glisse3-4/+13
2009-12-23drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4)Alex Deucher1-0/+12
2009-12-23drm/radeon/kms: add 3DC compression supportMarek Olšák2-0/+19
2009-12-23drm/radeon/kms: allow rendering while no colorbuffer is set on r300Marek Olšák3-1/+19
2009-12-23drm/radeon/kms: enable memory clock reading on legacy (V2)Rafał Miłecki3-4/+11
2009-12-23drm/radeon/kms: prevent parallel AtomBIOS callsRafał Miłecki3-2/+12
2009-12-23drm/radeon/kms: set proper default tv standardAlex Deucher5-8/+69
2009-12-23drm/radeon/kms: fix legacy rmxAlex Deucher3-3/+6
2009-12-23drm/radeon/kms/atom: fill in proper defines for digital setupAlex Deucher1-8/+8
2009-12-23Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie30-706/+1710
2009-12-23drm/kms: silencing a false positive warning.Marin Mitov1-1/+1
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann1-2/+2
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom4-111/+209
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom3-10/+6
2009-12-23drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom1-28/+19
2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2
2009-12-23drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall1-2/+2
2009-12-23DRM: Rename clamp variableAndi Kleen1-3/+3
2009-12-18drm: convert drm_ioctl to unlocked_ioctlArnd Bergmann20-138/+86
2009-12-18Merge branch 'drm-linus' into drm-core-nextDave Airlie26-66/+1065
2009-12-18Merge remote branch 'korg/drm-vmware-staging' into drm-core-nextDave Airlie24-0/+10812
2009-12-17drm/i915: Reload hangcheck timer too for IronlakeZhenyu Wang1-0/+2
2009-12-16drm/i915: only enable hotplug for detected outputsJesse Barnes9-26/+59
2009-12-16drm/i915: Track whether cursor needs physical address in intel_device_infoKristian Høgsberg4-17/+9
2009-12-16drm/i915: Implement IS_* macros using static tablesKristian Høgsberg3-99/+161
2009-12-16drm/i915: Move PCI IDs into i915 driverKristian Høgsberg1-2/+40
2009-12-16drm/i915: Update LVDS connector status when receiving ACPI LID eventZhao Yakui2-0/+10
2009-12-16drm/i915: Add MALATA PC-81005 to ACPI LID quirk listZhao Yakui1-0/+7
2009-12-16Merge branch 'drm-vmware-staging' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds24-0/+10812
2009-12-16Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds28-92/+1118
2009-12-16drm/i915: implement new pm ops for i915Zhenyu Wang1-6/+47
2009-12-16drm/i915: Don't check for lid presence when detecting LVDSMatthew Garrett1-65/+2
2009-12-16drm/i915: fix order of fence release wrt flushingDaniel Vetter1-3/+4
2009-12-16drm/nouveau: fix bug causing pinned buffers to lose their NO_EVICT flagBen Skeggs1-0/+5
2009-12-16drm/nv50: fix suspend/resume delays without firmware presentBen Skeggs1-0/+3
2009-12-16drm/nouveau: prevent all channel creation if accel not availableBen Skeggs3-48/+64
2009-12-16drm/nv50: fix two potential suspend/resume oopsesBen Skeggs2-2/+2
2009-12-16drm/nv40: implement ctxprog/state generationBen Skeggs8-182/+1031
2009-12-16drm/nv10: Add the initial graph context and soft methods needed for LMA.Francisco Jerez1-43/+154