aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | drm/nouveau: Gigabyte NX85T connector table lies, it has DVI-I not HDMIBen Skeggs2010-03-101-0/+17
| | | * | | drm/nouveau: add option to allow override of dcb connector table typesBen Skeggs2010-03-103-1/+12
| | | * | | drm/nv50: Improve PGRAPH interrupt handling.Marcin Kościelnicki2010-03-107-56/+622
| | | * | | drm/nv50: Make ctxprog wait until interrupt handler is done.Marcin Kościelnicki2010-03-101-0/+5
| | | * | | drm/nouveau: Fix fbcon corruption with font width not divisible by 8Marcin Kościelnicki2010-03-102-4/+4
| | | * | | drm/nv50: Remove redundant/incorrect ctxvals initialisation.Marcin Kościelnicki2010-03-101-4/+0
| | * | | | drm/edid: allow certain bogus edids to hit a fixup path rather than failBen Skeggs2010-03-151-9/+0
| | * | | | drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui2010-03-151-0/+1
| | * | | | drm/vmwgfx: depends on FBRandy Dunlap2010-03-151-1/+1
| | * | | | drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day2010-03-152-12/+10
| | * | | | drm/ttm: use drm calloc large and free largeDave Airlie2010-03-151-20/+3
| | | |/ / | | |/| |
* | | | | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-3064-3/+61
|/ / / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-03-261-7/+1
|\ \ \ \
| * | | | PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch2010-03-241-7/+1
| | |_|/ | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-03-2410-102/+90
|\ \ \ \ | |/ / / |/| | |
| * | | drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt2010-03-231-51/+1
| * | | drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter2010-03-181-2/+5
| * | | drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2010-03-182-0/+22
| * | | drm/i915: fix small leak on overlay error pathDan Carpenter2010-03-171-4/+9
| * | | drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson2010-03-171-9/+12
| * | | drm/i915: Fix check with IS_GEN6Zhenyu Wang2010-03-172-4/+4
| * | | drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches2010-03-171-2/+3
| * | | drm/i915: Enable VS timer dispatch.Eric Anholt2010-03-172-0/+9
| * | | drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2010-03-172-2/+2
| * | | drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth2010-03-171-5/+0
| * | | drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt2010-03-171-23/+23
* | | | backlight: Allow properties to be passed at registrationMatthew Garrett2010-03-161-4/+8
|/ / /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2010-03-124-5/+5
|\ \ \
| * \ \ Merge branch 'for-next' into for-linusJiri Kosina2010-03-084-5/+5
| |\ \ \
| | * | | No need to patch AMD-provided drivers/gpu/drm/radeon/atombios.hJiri Kosina2010-02-121-1/+1
| | * | | tree-wide: Assorted spelling fixesDaniel Mack2010-02-093-4/+4
| | * | | drm/kms: fix spelling in error messagePavel Roskin2010-02-051-1/+1
| | * | | Fix misspelling of "should" and "shouldn't" in comments.Adam Buchbinder2010-02-051-1/+1
| | * | | Fix misspellings of "truly" in comments.Adam Buchbinder2010-02-041-1/+1
* | | | | Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-072-2/+2
* | | | | driver core: Convert some drivers to CLASS_ATTR_STRINGAndi Kleen2010-03-071-11/+8
* | | | | driver-core: Add attribute argument to class_attribute show/storeAndi Kleen2010-03-071-1/+2
|/ / / /
* | | | Revert "lib: build list_sort() only if needed"Linus Torvalds2010-03-071-1/+0
* | | | lib: build list_sort() only if neededDon Mullis2010-03-061-0/+1
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-03-04133-6305/+17737
|\ \ \ \ | | |/ / | |/| |
| * | | vga_switcheroo: disable default y by new rules.Dave Airlie2010-03-031-1/+0
| * | | drm/nouveau: fix *staging* driver build with switcheroo off.Dave Airlie2010-03-031-1/+1
| * | | drm/radeon: fix typo in MakefileAlex Deucher2010-03-021-1/+1
| * | | vga_switcheroo: fix build on platforms with no ACPIDave Airlie2010-03-016-5/+24
| * | | drm/radeon: Fix printf type warning in 64bit system.Pauli Nieminen2010-03-011-2/+2
| * | | drm/radeon/kms: bump the KMS version number for square tiling support.Dave Airlie2010-03-011-1/+3
| * | | Merge branch 'gpu-switcher' of /ssd/git//linux-2.6 into drm-next-stageDave Airlie2010-03-0121-70/+1025
| |\ \ \
| | * | | vga_switcheroo: initial implementation (v15)Dave Airlie2010-03-0121-70/+1026
| * | | | drm/radeon/kms: do not disable audio engine twiceRafał Miłecki2010-03-011-1/+0
| * | | | Revert "drm/radeon/kms: disable HDMI audio for now on rv710/rv730"Rafał Miłecki2010-03-011-1/+1