summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-10-18drm: make CONFIG_DRM depend on CONFIG_SHMEM.Dave Airlie1-1/+1
2008-10-18radeon: fix PCI bus mastering support enables.Alex Deucher3-24/+61
2008-10-18radeon: add RS400 family support.Alex Deucher3-4/+9
2008-10-18drm/radeon: add support for RS740 IGP chipsets.Alex Deucher3-9/+23
2008-10-18i915: GM45 has GM965-style MCH setup.Eric Anholt1-2/+3
2008-10-18i915: Don't run retire work handler while suspendedKeith Packard1-22/+28
2008-10-18i915: Map status page cached for chips with GTT-based HWS location.Keith Packard4-16/+23
2008-10-18i915: Fix up ring initialization to cover G45 odditiesKeith Packard1-2/+35
2008-10-18i915: Use non-reserved status page index for breadcrumbKeith Packard1-6/+8
2008-10-18drm: Increment dev_priv->irq_received so i915_gem_interrupts count works.Eric Anholt1-0/+2
2008-10-18drm: kill drm_device->irqJesse Barnes8-15/+11
2008-10-18drm: wbinvd is cache coherent.Dave Airlie1-9/+2
2008-10-18i915: add missing return in error path.Dave Airlie1-0/+1
2008-10-18i915: fixup permissions on gem ioctls.Dave Airlie1-3/+3
2008-10-18drm: Clean up many sparse warnings in i915.Eric Anholt3-29/+32
2008-10-18drm: Use ioremap_wc in i915_driver instead of ioremap, since we always want WC.Eric Anholt1-6/+9
2008-10-18drm: G33-class hardware has a newer 965-style MCH (no DCC register).Eric Anholt1-1/+1
2008-10-18drm: Avoid oops in GEM execbuffers with bad arguments.Eric Anholt1-0/+4
2008-10-18DRM: Return -EBADF on bad object in flink, and return curent name if it exists.Eric Anholt1-2/+3
2008-10-18i915 gem: install and uninstall irq handler in entervt and leavevt ioctls.Kristian Høgsberg2-0/+6
2008-10-18i915: Make use of sarea_priv conditional.Kristian Høgsberg2-15/+31
2008-10-18i915: Use struct_mutex to protect ring in GEM mode.Eric Anholt4-10/+63
2008-10-18i915: Add chip set ID param.Kristian Høgsberg2-0/+4
2008-10-18drm: Add GEM ("graphics execution manager") to i915 driver.Eric Anholt23-62/+4832
2008-10-18Export kmap_atomic_pfn for DRM-GEM.Eric Anholt1-0/+1
2008-10-18Export shmem_file_setup for DRM-GEMKeith Packard1-0/+1
2008-10-18drm: Rework vblank-wait handling to allow interrupt reduction.Jesse Barnes21-473/+1189
2008-10-18drm/cred: wrap task credential accesses in the drm driver.David Howells1-1/+1
2008-10-18new chip name is GM45Jesse Barnes2-4/+4
2008-10-18separate i915 suspend/resume functions into their own fileJesse Barnes4-461/+524
2008-10-18radeon: fix writeback across suspend/resume.Dave Airlie1-2/+3
2008-10-18drm: fix sysfs error path.Dave Airlie1-1/+1
2008-10-18FB_SIS=m, DRM_SIS=y is not a legal configuration.Adrian Bunk1-0/+1
2008-10-18Add Intel ACPI IGD OpRegion supportMatthew Garrett7-9/+415
2008-10-18i915: Initialize hardware status page at device load when possible.Keith Packard1-29/+57
2008-10-18i915: Track progress inside of batchbuffers for determining wedgedness.Keith Packard1-1/+10
2008-10-18i915: Add support for MSI and interrupt mitigation.Eric Anholt4-55/+145
2008-10-18i915: Use more consistent names for regs, and store them in a separate file.Jesse Barnes5-892/+1508
2008-10-18i915: Ignore X server provided mmio addressKeith Packard1-12/+0
2008-10-18i915: remove settable use_mi_batchbuffer_startKeith Packard2-11/+1
2008-10-18SiS DRM: fix a pointer cast warningDavid Howells1-1/+1
2008-10-18SiS DRM: fix the memory allocator if the SIS FB is built as a moduleDavid Howells1-4/+4
2008-10-18drm: remove #define's for non-linux systemsCarlos R. Mafra1-17/+0
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds211-1/+152422
2008-10-17Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds28-1095/+1864
2008-10-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds6-50/+40
2008-10-17Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds20-27/+305
2008-10-17Merge branch 'for-linus' of git://www.jni.nu/crisLinus Torvalds13-4/+6
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds60-1111/+8003
2008-10-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds28-89/+96