summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2009-06-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds28-261/+2326
2009-06-24Merge branches 'acerhdf', 'acpi-pci-bind', 'bjorn-pci-root', 'bugzilla-12904'...Len 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-19drm/i915: enable GEM on PAE.Dave Airlie1-5/+0
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 Anholt5-65/+51
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
2009-06-17drm/i915: detach/attach get/put pages symmetryChris Wilson1-0/+4
2009-06-17drm/i915: A few debugfs formatting fixesBen Gamari1-2/+2
2009-06-17drm/i915: Warn when inteldrmfb fails to restore its framebuffer configBen Gamari1-1/+5
2009-06-16fbdev: add support for handoff from firmware to hw framebuffersDave Airlie1-0/+8
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-217/+2260
2009-06-12drm/i915: duplicate desired mode for use by fbcon.Dave Airlie2-4/+14
2009-06-12drm: Replace DRM_DEBUG with DRM_DEBUG_DRIVER in i915 driveryakui_zhao1-20/+29
2009-06-11drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in intel_sdvoyakui_zhao1-32/+35
2009-06-11drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvdsyakui_zhao1-2/+5
2009-06-11intelfb: fix spelling of "CLOCK"Pavel Roskin1-1/+1
2009-06-09drm/i915: Hook connector to encoder during load detection (fixes tv/vga detect)Keith Packard1-0/+2
2009-06-09drm/i915: NOMEM->NOSPCChris Wilson1-5/+5
2009-06-09drm/i915: use I915_GEM_GPU_DOMAINSChris Wilson1-13/+9
2009-06-09drm/i915: no need to hold mutex for object lookupChris Wilson1-2/+1
2009-06-09drm/i915: Call drm_vblank_post_modeset() on error paths.Chris Wilson1-4/+2
2009-06-09drm/i915: OR in the COMMAND read domain for the batch buffer.Chris Wilson1-2/+6
2009-06-09drm/i915: Sanity check execbuffer arguments before touching state.Chris Wilson1-11/+27
2009-06-09drm/i915: Skip lvds with Aopen i945GTt-VFAMichael Cousin1-0/+7
2009-06-09drm/i915: handle interrupt on new chipsetZhenyu Wang4-8/+190
2009-06-09drm/i915: enable MCHBAR if neededJesse Barnes2-0/+147
2009-06-05drm/i915: avoid non-atomic sysrq executionJesse Barnes1-1/+7