summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2010-03-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-7/+1
2010-03-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus 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-19drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter1-2/+5
2010-03-19drm/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-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds4-5/+5
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina4-5/+5
2010-03-08Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2-2/+2
2010-03-08driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen1-11/+8
2010-03-08driver-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/air...Linus Torvalds133-6305/+17737
2010-03-03vga_switcheroo: disable default y by new rules.Dave Airlie1-1/+0
2010-03-03drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie1-1/+1
2010-03-01drm/radeon: fix typo in MakefileAlex Deucher1-1/+1
2010-03-01vga_switcheroo: fix build on platforms with no ACPIDave Airlie6-5/+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 Airlie21-70/+1025
2010-03-01vga_switcheroo: initial implementation (v15)Dave Airlie21-70/+1026
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-s...Dave Airlie6-3/+14
2010-03-01drm/radeon: r100/r200 ums: block ability for userspace app to trash 0 page an...Dave 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-28Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-6/+29
2010-02-27drm/i915: Use a dmi quirk to skip a broken SDVO TV output.Zhao Yakui1-1/+22
2010-02-27drm/i915: enable/disable LVDS port at DPMS timeJesse Barnes1-1/+9
2010-02-27drm/i915: check for multiple write domains in pin_and_relocateDaniel Vetter1-0/+10
2010-02-27drm/i915: clean-up i915_gem_flush_gpu_write_domainDaniel Vetter1-3/+1
2010-02-27drm/i915: reuse i915_gpu_idle helperDaniel Vetter1-31/+25
2010-02-27drm/i915: ensure lru ordering of fence_listDaniel Vetter1-23/+34
2010-02-27drm/i915: extract fence stealing codeDaniel Vetter1-47/+60
2010-02-27drm/i915: fixup active list locking in object_unbindDaniel Vetter1-0/+3