summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2011-11-28drm/gma500: fix compile errorIlija Hadzic
2011-11-28drm/gma500: remove genrated fileIlija Hadzic
2011-11-28drm/gma500: port framebuffer to new plane interface.Dave Airlie
2011-11-23drm/i915: Treat pre-gen4 backlight duty cycle value consistentlyKeith Packard
2011-11-23drm/i915: Hook up Ivybridge eDPKeith Packard
2011-11-23drm/i915: add multi-threaded forcewake supportKeith Packard
2011-11-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-11-23drm: integer overflow in drm_mode_dirtyfb_ioctl()Xi Wang
2011-11-22drivers/gpu/vga/vgaarb.c: add missing kfreeJulia Lawall
2011-11-22drm/radeon/kms/atom: unify i2c gpio table handlingAlex Deucher
2011-11-22drm/radeon/kms: fix up gpio i2c mask bits for r4xx for realAlex Deucher
2011-11-22ttm: Don't return the bo reserved on error pathThomas Hellstrom
2011-11-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ...Dave Airlie
2011-11-20drm/radeon/kms: add a CS ioctl flag not to rewrite tiling flags in the CSMarek Olšák
2011-11-17drm/i915: Fix inconsistent backlight level during disabledTakashi Iwai
2011-11-17drm, i915: Fix memory leak in i915_gem_busy_ioctl().Rakib Mullick
2011-11-16drm/i915: Use DPCD value for max DP lanes.Keith Packard
2011-11-16drm/i915: Initiate DP link training only on the lanes we'll be usingKeith Packard
2011-11-16drm/i915: Remove trailing white spaceKeith Packard
2011-11-16drm/i915: Try harder during dp pattern 1 link trainingKeith Packard
2011-11-16drm/i915: Make DP prepare/commit consistent with DP dpmsKeith Packard
2011-11-16drm/i915: Let panel power sequencing hardware do its jobKeith Packard
2011-11-16drm/i915: Treat PCH eDP like DP in most placesKeith Packard
2011-11-16drm/i915: Remove link_status field from intel_dp structureKeith Packard
2011-11-16drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_controlKeith Packard
2011-11-17drm/exynos: fixed wrong err ptr usage and destroy call in execeptionSeung-Woo Kim
2011-11-17drm/exynos: Add disable of managerJoonyoung Shim
2011-11-16Merge branch 'drm-gma500-alanc' into drm-core-nextDave Airlie
2011-11-16gma500: Now connect up to the DRM build to finish the jobAlan Cox
2011-11-16gma500: fixup build versus latest header changes.Dave Airlie
2011-11-16gma500: Add support for CedarviewAlan Cox
2011-11-16gma500: Add Oaktrail supportAlan Cox
2011-11-16gma500: Add Poulsbo supportAlan Cox
2011-11-16gma500: Add the core DRM files and headersAlan Cox
2011-11-16gma500: Add the i2c bus supportAlan Cox
2011-11-16gma500: Add the glue to the various BIOS and firmware interfacesAlan Cox
2011-11-16gma500: Add device frameworkAlan Cox
2011-11-16gma500: introduce the framebuffer support codeAlan Cox
2011-11-16gma500: introduce the GTT and MMU handling logicAlan Cox
2011-11-16gma500: GEM and GEM glueAlan Cox
2011-11-16gma500: Move the basic driver out of stagingAlan Cox
2011-11-15Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes
2011-11-15drm: add plane support v3Jesse Barnes
2011-11-15drm/radeon/kms: fix segfault in pm reworkAlex Deucher
2011-11-15drm/radeon/kms: fix up gpio i2c mask bits for r4xxAlex Deucher
2011-11-15drm/exynos: include linux/module.hInki Dae
2011-11-15drm/exynos: fix vblank bug.Inki Dae
2011-11-15drm/exynos: changed buffer structure.Inki Dae
2011-11-15drm/exynos: removed unnecessary variable.Inki Dae