aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2010-03-31drm/radeon: bump the UMS driver version for r6xx/r7xx const buffer supportAlex Deucher
2010-03-31drm/radeon/kms: bump the version for r6xx/r7xx const buffer supportAlex Deucher
2010-03-31drm/radeon/r6xx/r7xx: CS parser fixesAlex Deucher
2010-03-31drm/radeon/kms: fix some typos in r6xx/r7xx hpd setupAlex Deucher
2010-03-31drm/radeon/r600: remove some regs are not safe regs for command buffersAlex Deucher
2010-03-31drm: Return ENODEV if the inode mapping changesChris Wilson
2010-03-31drm/radeon/kms: Fix NULL pointer dereference if memory allocation failed.Pauli Nieminen
2010-03-31drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable)Jerome Glisse
2010-03-31drm/radeon/kms: don't print error on -ERESTARTSYS.Dave Airlie
2010-03-31drm/radeon/kms/atom: make sure tables are valid (v2)Alex Deucher
2010-03-31drm/radeon/kms: remove lvds quirksAlex Deucher
2010-03-31drm/radeon/kms: fix display bandwidth setup on rs4xxAlex Deucher
2010-03-31drm/radeon/kms: never treat rs4xx as AGPAlex Deucher
2010-03-31drm/radeon/kms: display watermark fixesAlex Deucher
2010-03-31drm/radeon/kms: init rdev->num_crtc at asic initAlex Deucher
2010-03-31drm/radeon/kms/pm: fix typo in power table parsingAlex Deucher
2010-03-31drm/radeon/kms: gfx init fixes for r6xx/r7xxAlex Deucher
2010-03-31drm/radeon/kms/pm: fix segfault in clock codeAlex Deucher
2010-03-31drm/radeon/kms: expose thermal/fan i2c busesAlex Deucher
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds
2010-03-25drm/i915: Rename many remaining uses of "output" to encoder or connector.Eric Anholt
2010-03-25drm/i915: Rename intel_output to intel_encoder.Eric Anholt
2010-03-25drm/i915: introduce to_intel_bo helperDaniel Vetter
2010-03-25drm/i915: Disable FBC on 915GM and 945GM.Robert Hooker
2010-03-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds
2010-03-24PCI quirk: RS780/RS880: work around missing MSI initializationClemens Ladisch
2010-03-23drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt
2010-03-18drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter
2010-03-18drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt
2010-03-17drm/i915: fix small leak on overlay error pathDan Carpenter
2010-03-17drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson
2010-03-17drm/i915: Fix check with IS_GEN6Zhenyu Wang
2010-03-17drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches
2010-03-17drm/i915: Enable VS timer dispatch.Eric Anholt
2010-03-17drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes
2010-03-17drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth
2010-03-17drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt
2010-03-16backlight: Allow properties to be passed at registrationMatthew Garrett
2010-03-15drm/radeon: collect r100 asic related declarations in radeon_asic.hDaniel Vetter
2010-03-15drm/radeon: include radeon_asic.h in the asic specific filesDaniel Vetter
2010-03-15drm/radeon: unconfuse return value of radeon_asic->clear_surface_regDaniel Vetter
2010-03-15drm/radeon: move asic structs to radeon_asic.cDaniel Vetter
2010-03-15drm/radeon: create radeon_asic.cDaniel Vetter
2010-03-15Merge branch 'radeon-for-airlied' of ../linux-2.6 into drm-linusDave Airlie
2010-03-15Merge remote branch 'nouveau/for-airlied' into drm-linusDave Airlie
2010-03-15drm/edid: allow certain bogus edids to hit a fixup path rather than failBen Skeggs
2010-03-15drm: remove the EDID blob stored in the EDID property when it is disconnectedZhao Yakui
2010-03-15drm/vmwgfx: depends on FBRandy Dunlap
2010-03-15drm: "kobject_init/kobject_add" -> "kobject_init_and_add".Robert P. J. Day