| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-06-25 | 28 | -261/+2326 |
|\ |
|
| * | drm/i915: initialize fence registers to zero when loading GEM | Grégoire Henry | 2009-06-23 | 1 | -0/+13 |
| * | drm/i915: Fix HDMI regression introduced in new chipset support | Zhenyu Wang | 2009-06-22 | 1 | -2/+1 |
| * | drm/i915: fix LFP data fetch | Jesse Barnes | 2009-06-22 | 1 | -1/+11 |
| * | drm/i915: set TV detection mode when tv is already connected | ling.ma@intel.com | 2009-06-22 | 1 | -28/+25 |
| * | drm/i915: Catch up to obj_priv->page_list rename in disabled debug code. | Krzysztof Halasa | 2009-06-22 | 1 | -2/+2 |
| * | drm/i915: Fix size_t handling in off-by-default debug printfs | Krzysztof Halasa | 2009-06-22 | 2 | -4/+4 |
| * | drm/i915: Don't change the blank/sync width when calculating scaled modes | Zhao Yakui | 2009-06-22 | 1 | -18/+73 |
| * | drm/i915: Add support for changing LVDS panel fitting using an output property. | Zhao Yakui | 2009-06-22 | 2 | -21/+280 |
| * | drm/i915: correct suspend/resume ordering | Jesse Barnes | 2009-06-22 | 1 | -2/+2 |
| * | Merge commit 'keithp/drm-intel-next' into drm-intel-next | Eric Anholt | 2009-06-21 | 23 | -201/+1933 |
| |\ |
|
| | * | drm/i915: Generate 2MHz clock for display port aux channel I/O. Retry I/O. | Keith Packard | 2009-06-18 | 1 | -32/+70 |
| | * | drm/i915: Clarify error returns from display port aux channel I/O | Keith Packard | 2009-06-18 | 1 | -7/+13 |
| | * | drm/i915: Add CLKCFG register definition | Keith Packard | 2009-06-18 | 1 | -0/+13 |
| | * | drm/i915: Split array of DAC limits into separate structures. | Keith Packard | 2009-06-18 | 1 | -57/+51 |
| | * | drm/i915: Use hotplug callback to retrain DP link | Keith Packard | 2009-06-18 | 1 | -2/+13 |
| | * | drm/i915: Add Display Port support | Keith Packard | 2009-06-18 | 8 | -6/+1668 |
| | * | drm/i915: add per-output hotplug callback for KMS | Keith Packard | 2009-06-18 | 2 | -1/+12 |
| | * | drm/i915: Clean up SDVO i2c handling | Keith Packard | 2009-06-18 | 1 | -33/+21 |
| | * | drm/i915: Change I2C api to pass around i2c_adapters | Keith Packard | 2009-06-18 | 12 | -113/+118 |
| | * | drm/i915: check for CONFIG_PNP before using pnp function | Keith Packard | 2009-06-18 | 1 | -0/+2 |
| | * | drm/i915: Apple DMI info has inconsistent SYS_VENDOR information | Keith Packard | 2009-06-18 | 1 | -2/+2 |
| | * | drm/i915: Require digital monitor on HDMI ports for detect | Keith Packard | 2009-06-18 | 1 | -14/+16 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
*---. \ \ | Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'... | Len Brown | 2009-06-24 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| | * | | | ACPI: Add the reference count to avoid unloading ACPI video bus twice | Zhao Yakui | 2009-06-23 | 1 | -1/+1 |
| |/ / / |
|
* | | | | drm/i915: enable GEM on PAE. | Dave Airlie | 2009-06-19 | 1 | -5/+0 |
* | | | | drm: Remove memory debugging infrastructure. | Eric Anholt | 2009-06-18 | 5 | -65/+51 |
| |_|/
|/| | |
|
* | | | drm/i915: Clear fence register on tiling stride change. | Chris Wilson | 2009-06-18 | 3 | -17/+88 |
* | | | drm/i915: Install fence register for tiled scanout on i915 | Chris Wilson | 2009-06-18 | 3 | -10/+21 |
* | | | drm/i915: detach/attach get/put pages symmetry | Chris Wilson | 2009-06-17 | 1 | -0/+4 |
* | | | drm/i915: A few debugfs formatting fixes | Ben Gamari | 2009-06-17 | 1 | -2/+2 |
* | | | drm/i915: Warn when inteldrmfb fails to restore its framebuffer config | Ben Gamari | 2009-06-17 | 1 | -1/+5 |
* | | | fbdev: add support for handoff from firmware to hw framebuffers | Dave Airlie | 2009-06-16 | 1 | -0/+8 |
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-06-12 | 16 | -217/+2260 |
|\ \ \
| |/ /
|/| | |
|
| * | | drm/i915: duplicate desired mode for use by fbcon. | Dave Airlie | 2009-06-12 | 2 | -4/+14 |
| * | | drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driver | yakui_zhao | 2009-06-12 | 1 | -20/+29 |
| * | | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvo | yakui_zhao | 2009-06-11 | 1 | -32/+35 |
| * | | drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvds | yakui_zhao | 2009-06-11 | 1 | -2/+5 |
| * | | intelfb: fix spelling of "CLOCK" | Pavel Roskin | 2009-06-11 | 1 | -1/+1 |
| * | | drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect) | Keith Packard | 2009-06-09 | 1 | -0/+2 |
| * | | drm/i915: NOMEM->NOSPC | Chris Wilson | 2009-06-09 | 1 | -5/+5 |
| * | | drm/i915: use I915_GEM_GPU_DOMAINS | Chris Wilson | 2009-06-09 | 1 | -13/+9 |
| * | | drm/i915: no need to hold mutex for object lookup | Chris Wilson | 2009-06-09 | 1 | -2/+1 |
| * | | drm/i915: Call drm_vblank_post_modeset() on error paths. | Chris Wilson | 2009-06-09 | 1 | -4/+2 |
| * | | drm/i915: OR in the COMMAND read domain for the batch buffer. | Chris Wilson | 2009-06-09 | 1 | -2/+6 |
| * | | drm/i915: Sanity check execbuffer arguments before touching state. | Chris Wilson | 2009-06-09 | 1 | -11/+27 |
| * | | drm/i915: Skip lvds with Aopen i945GTt-VFA | Michael Cousin | 2009-06-09 | 1 | -0/+7 |
| * | | drm/i915: handle interrupt on new chipset | Zhenyu Wang | 2009-06-09 | 4 | -8/+190 |
| * | | drm/i915: enable MCHBAR if needed | Jesse Barnes | 2009-06-09 | 2 | -0/+147 |
| * | | drm/i915: avoid non-atomic sysrq execution | Jesse Barnes | 2009-06-05 | 1 | -1/+7 |