aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-7/+1
2010-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anholt/drm-intelLinus Torvalds10-102/+90
2010-03-24PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch1-7/+1
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt1-51/+1
2010-03-18drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter1-2/+5
2010-03-18drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2-0/+22
2010-03-17drm/i915: fix small leak on overlay error pathDan Carpenter1-4/+9
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson1-9/+12
2010-03-17drm/i915: Fix check with IS_GEN6Zhenyu Wang2-4/+4
2010-03-17drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches1-2/+3
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt2-0/+9
2010-03-17drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2-2/+2
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth1-5/+0
2010-03-17drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt1-23/+23
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett1-4/+8
2010-03-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds4-5/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina4-5/+5
2010-03-07Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-07driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-11/+8
2010-03-07driver-core: Add attribute argument to class_attribute show/storeAndi Kleen1-1/+2
2010-03-07Revert "lib: build list_sort() only if needed"Linus Torvalds1-1/+0
2010-03-06lib: build list_sort() only if neededDon Mullis1-0/+1
2010-03-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds130-6305/+17275
2010-03-03drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie1-1/+1
2010-03-02drm/radeon: fix typo in MakefileAlex Deucher1-1/+1
2010-03-01vga_switcheroo: fix build on platforms with no ACPIDave Airlie5-2/+24
2010-03-01drm/radeon: Fix printf type warning in 64bit system.Pauli Nieminen1-2/+2
2010-03-01drm/radeon/kms: bump the KMS version number for square tiling support.Dave Airlie1-1/+3
2010-03-01Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie18-70/+558
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie18-70/+559
2010-03-01drm/radeon/kms: do not disable audio engine twiceRafał Miłecki1-1/+0
2010-03-01Revert "drm/radeon/kms: disable HDMI audio for now on rv710/rv730"Rafał Miłecki1-1/+1
2010-03-01drm/radeon/kms: do not preset audio stuff and start timer when not using audioRafał Miłecki1-3/+3
2010-03-01Merge branch 'drm-radeon-testing' of /ssd/git/drm-radeon-next into drm-next-stageDave Airlie6-3/+14
2010-03-01drm/radeon: r100/r200 ums: block ability for userspace app to trash 0 page and beyondDave Airlie3-0/+9
2010-03-01drm/radeon: use ALIGN instead of open coding itMatt Turner2-3/+3
2010-03-01drm/radeon/kms: initialize set_surface_reg reg for rs600 asicJerome Glisse1-0/+2
2010-03-01Merge remote branch 'anholt/drm-intel-next' into drm-next-stageDave Airlie80-5269/+13346
2010-03-01Merge remote branch 'nouveau/for-airlied' into drm-next-stageDave Airlie32-779/+3203
2010-03-01Merge remote branch 'korg/drm-core-next' into drm-next-stageDave Airlie20-184/+131
2010-02-26drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui1-1/+22
2010-02-26drm/i915: enable/disable LVDS port at DPMS timeJesse Barnes1-1/+9
2010-02-26drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter1-0/+10
2010-02-26drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter1-3/+1
2010-02-26drm/i915: reuse i915_gpu_idle helperDaniel Vetter1-31/+25
2010-02-26drm/i915: ensure lru ordering of fence_listDaniel Vetter1-23/+34
2010-02-26drm/i915: extract fence stealing codeDaniel Vetter1-47/+60
2010-02-26drm/i915: fixup active list locking in object_unbindDaniel Vetter1-0/+3
2010-02-26drm/i915: reuse i915_gem_object_put_fence_reg for fence stealing codeDaniel Vetter1-26/+3
2010-02-26drm/i915: Add dependency on the intel agp moduleZhenyu Wang1-0/+6