aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-06-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds38-316/+2376
2009-06-24drm: remove unused #include <linux/version.h>'sHuang Weiyi3-3/+0
2009-06-24Merge remote branch 'origin/drm-intel-next' of ../drm-intel into drm-fixesDave Airlie29-261/+2327
2009-06-24drm/radeon: fix driver initialization order so radeon kms can be builtinJerome Glisse2-2/+2
2009-06-24drm: Fix shifts which were miscalculated when converting from bitfields.Michel Dänzer1-6/+6
2009-06-24drm/radeon: Clear surface registers at initialization time.Michel Dänzer1-0/+20
2009-06-24drm/radeon: Don't initialize acceleration related fields of struct fb_info.Michel Dänzer1-3/+3
2009-06-24drm/radeon: fix radeon kms framebuffer deviceJerome Glisse3-42/+19
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904', 'bugzilla-13121', 'bugzilla-13396', 'bugzilla-13533', 'bugzilla-13612', 'c3_lock', 'hid-cleanups', 'misc-2.6.31', 'pdc-leak-fix', 'pnpacpi', 'power_nocheck', 'thinkpad_acpi', 'video' and 'wmi' into releaseLen Brown1-1/+1
2009-06-23ACPI: Add the reference count to avoid unloading ACPI video bus twiceZhao Yakui1-1/+1
2009-06-23drm/i915: initialize fence registers to zero when loading GEMGrégoire Henry1-0/+13
2009-06-22drm/i915: Fix HDMI regression introduced in new chipset supportZhenyu Wang1-2/+1
2009-06-22drm/i915: fix LFP data fetchJesse Barnes1-1/+11
2009-06-22drm/i915: set TV detection mode when tv is already connectedling.ma@intel.com1-28/+25
2009-06-22drm/i915: Catch up to obj_priv->page_list rename in disabled debug code.Krzysztof Halasa1-2/+2
2009-06-22drm/i915: Fix size_t handling in off-by-default debug printfsKrzysztof Halasa2-4/+4
2009-06-22drm/i915: Don't change the blank/sync width when calculating scaled modesZhao Yakui1-18/+73
2009-06-22drm/i915: Add support for changing LVDS panel fitting using an output property.Zhao Yakui2-21/+280
2009-06-22drm/i915: correct suspend/resume orderingJesse Barnes1-2/+2
2009-06-21Merge commit 'keithp/drm-intel-next' into drm-intel-nextEric Anholt23-201/+1933
2009-06-21drm/i915: Add missing dependency on Intel AGP support.Eric Anholt1-0/+1
2009-06-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
2009-06-19drm/radeon: fix unused variables warningDave Airlie1-2/+0
2009-06-19agp: switch AGP to use page array instead of unsigned long arrayDave Airlie4-9/+8
2009-06-19drm/radeon: command stream checker for r3xx-r5xx hardwareJerome Glisse7-65/+611
2009-06-19drm/radeon: Fully initialize LVDS info also when we can't get it from the ROM.Michel Dänzer1-0/+9
2009-06-19radeon: Fix CP byte order on big endian architectures with KMS.Michel Dänzer2-0/+4
2009-06-19drm/ttm: Add some powerpc cache flush code.Michel Dänzer1-1/+10
2009-06-19radeon: Enable modesetting on non-x86.Michel Dänzer1-1/+1
2009-06-19drm/radeon: Respect AGP cant_use_aperture flag.Michel Dänzer1-4/+4
2009-06-19drm: EDID endianness fixes.Michel Dänzer2-49/+53
2009-06-19drm/radeon: this VRAM vs aperture test is wrong, just remove it.Dave Airlie1-6/+0
2009-06-19drm/ttm: fix an error path to exit function correctlyThomas Hellstrom1-1/+1
2009-06-19drm: Apply "Memory fragmentation from lost alignment blocks"Thomas Hellstrom1-41/+7
2009-06-19ttm: Return -ERESTART when a signal interrupts bo eviction.Thomas Hellstrom1-3/+6
2009-06-18drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O.Keith Packard1-32/+70
2009-06-18drm/i915: Clarify error returns from display port aux channel I/OKeith Packard1-7/+13
2009-06-18drm/i915: Add CLKCFG register definitionKeith Packard1-0/+13
2009-06-18drm/i915: Split array of DAC limits into separate structures.Keith Packard1-57/+51
2009-06-18drm/i915: Use hotplug callback to retrain DP linkKeith Packard1-2/+13
2009-06-18drm/i915: Add Display Port supportKeith Packard8-6/+1668
2009-06-18drm/i915: add per-output hotplug callback for KMSKeith Packard2-1/+12
2009-06-18drm/i915: Clean up SDVO i2c handlingKeith Packard1-33/+21
2009-06-18drm/i915: Change I2C api to pass around i2c_adaptersKeith Packard12-113/+118
2009-06-18drm/i915: check for CONFIG_PNP before using pnp functionKeith Packard1-0/+2
2009-06-18drm/i915: Apple DMI info has inconsistent SYS_VENDOR informationKeith Packard1-2/+2
2009-06-18drm/i915: Require digital monitor on HDMI ports for detectKeith Packard1-14/+16
2009-06-18drm: Remove memory debugging infrastructure.Eric Anholt39-523/+324
2009-06-18drm/i915: Clear fence register on tiling stride change.Chris Wilson3-17/+88
2009-06-18drm/i915: Install fence register for tiled scanout on i915Chris Wilson3-10/+21