summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/fb: fix fbdev object model + cleanup properly.Dave Airlie2010-04-0724-815/+834
* drm/radeon/kms: fix washed out image on legacy tv dacAlex Deucher2010-04-061-1/+1
* drm/radeon/kms/atom: fix gpio i2c table overrun (v2)Alex Deucher2010-04-061-4/+7
* drm/radeon: R300 AD only has one quad pipe.Michel Dänzer2010-04-062-6/+9
* drm/radeon/kms: enable ACPI powermanagement mode on radeon gpus.Dave Airlie2010-04-012-0/+8
* drm/radeon/kms: rs400/480 should set common registers.Dave Airlie2010-04-011-0/+2
* drm/radeon/kms: add sanity check to wptr.Dave Airlie2010-04-011-0/+2
* drm/radeon/kms/evergreen: get DP workingAlex Deucher2010-04-011-3/+12
* drm/radeon/kms: add hw_i2c module optionAlex Deucher2010-03-313-3/+10
* drm/radeon/kms: use new pre/post_xfer i2c bit algo hooksAlex Deucher2010-03-313-79/+64
* Merge branch 'v2.6.34-rc2' into drm-linusDave Airlie2010-03-3111-50/+74
|\
| * 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
| |\ \
| * \ \ Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-282-6/+29
| |\ \ \
| | * | | vgaarb: Add user selectability of the number of GPUS in a systemMike Travis2010-02-052-1/+9
| | * | | vgaarb: Fix VGA arbiter to accept PCI domains other than 0Mike Travis2010-02-051-5/+20
| * | | | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-02-251-22/+22
| |\ \ \ \
| | * | | | of: add 'of_' prefix to machine_is_compatible()Grant Likely2010-02-091-22/+22
* | | | | | drm/radeon/kms: disable MSI on IGP chipsAlex Deucher2010-03-311-5/+3
* | | | | | drm/radeon/kms: display watermark updates (v2)Alex Deucher2010-03-319-21/+155
* | | | | | drm/radeon/kms/dp: disable training pattern on the sink at the end of link tr...Alex Deucher2010-03-311-0/+3
* | | | | | drm/radeon/kms: minor fixes for eDP with LCD* device tags (v2)Alex Deucher2010-03-312-5/+10
* | | | | | drm/radeon/kms/dp: remove extraneous training complete callAlex Deucher2010-03-311-3/+0
* | | | | | drm/radeon/kms/atom: minor fixes to transmitter setupAlex Deucher2010-03-311-33/+21
* | | | | | drm/radeon/kms: Only restrict BO to visible VRAM size when pinning to VRAM.Michel Dänzer2010-03-311-2/+4
* | | | | | drm: fix build error when SYSRQ is disabledRandy Dunlap2010-03-311-0/+2
* | | | | | drm/radeon/kms: fix macbookpro connector quirkAlex Deucher2010-03-311-0/+2
* | | | | | drm/radeon/r6xx/r7xx: further safe reg clean upAlex Deucher2010-03-311-19/+0
* | | | | | drm/radeon: bump the UMS driver version for r6xx/r7xx const buffer supportAlex Deucher2010-03-311-1/+2
* | | | | | drm/radeon/kms: bump the version for r6xx/r7xx const buffer supportAlex Deucher2010-03-311-1/+2
* | | | | | drm/radeon/r6xx/r7xx: CS parser fixesAlex Deucher2010-03-313-60/+112
* | | | | | drm/radeon/kms: fix some typos in r6xx/r7xx hpd setupAlex Deucher2010-03-311-7/+7
* | | | | | drm/radeon/r600: remove some regs are not safe regs for command buffersAlex Deucher2010-03-311-3/+0
* | | | | | drm: Return ENODEV if the inode mapping changesChris Wilson2010-03-311-7/+9
* | | | | | drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed.Pauli Nieminen2010-03-311-3/+5
* | | | | | drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable)Jerome Glisse2010-03-316-6/+6
* | | | | | drm/radeon/kms: don't print error on -ERESTARTSYS.Dave Airlie2010-03-311-1/+2
* | | | | | drm/radeon/kms/atom: make sure tables are valid (v2)Alex Deucher2010-03-317-242/+272
OpenPOWER on IntegriCloud