summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-11-30drm/i915: use msleep for intel_wait_for_vblankShaohua Li1-1/+1
2009-11-26drm/i915: handle failure path correctly for lvdsShaohua Li1-0/+1
2009-11-26drm/i915: Fix LVDS stability issue on IronlakeZhenyu Wang1-19/+41
2009-11-26drm/i915: Restore the DPLL calculation logic for 9xx platformZhao Yakui1-10/+11
2009-11-26drm/i915: Check whether the LVDS downclock is found in VBTZhao Yakui1-0/+42
2009-11-25drm/i915: Enable LVDS downclock feature through EDID.Zhao Yakui3-3/+72
2009-11-25drm/i915: Replace a calloc followed by copying data over it with malloc.Eric Anholt1-2/+2
2009-11-06Merge remote branch 'airlied/drm-next' into drm-intel-nextEric Anholt39-617/+1061
2009-11-06drm/i915: fix get_core_clock_speed for G33 class desktop chipsDaniel Vetter1-1/+1
2009-11-06drm/i915: Add display hotplug event on IronlakeZhenyu Wang3-4/+34
2009-11-06drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui4-8/+96
2009-11-06drm/i915: enable self-refresh on 965Jesse Barnes1-4/+28
2009-11-06drm/i915: Support 30 bit depth modesKristian Høgsberg2-1/+5
2009-11-06drm/i915: debugfs interface to manually reset the GPUChris Wilson1-1/+115
2009-11-06drm/i915: Use a single thread workqueueChris Wilson1-1/+1
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in DVO output code.Zhao Yakui5-55/+61
2009-11-06drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.Eric Anholt1-10/+0
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui8-89/+99
2009-11-06drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui6-36/+38
2009-11-06drm/i915: overlay: kill one more unnecessary uninterruptible sleepDaniel Vetter1-10/+7
2009-11-06drm/i915: kill i915_lp_ring_syncDaniel Vetter2-19/+0
2009-11-06drm/i915: implement interruptible sleeps in the overlay codeDaniel Vetter3-34/+159
2009-11-06drm/i915: implement fastpath for overlay flip waitingDaniel Vetter4-11/+41
2009-11-06drm/i915: fully switch off overlay when not in useDaniel Vetter1-2/+1
2009-11-06drm/i915: implement drmmode overlay support v4Daniel Vetter7-3/+1361
2009-11-06drm/i915: kill superflous IS_I855 macroDaniel Vetter2-3/+2
2009-11-06drm/i915: add i915_lp_ring_sync helperDaniel Vetter2-10/+40
2009-11-06drm: make drm_mode_object_find typesafeDaniel Vetter1-1/+2
2009-11-06drm/i915: add render standby supportJesse Barnes4-3/+54
2009-11-06drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang1-4/+22
2009-11-06drm/i915: Fix and cleanup DPLL calculation for IronlakeZhenyu Wang1-9/+6
2009-11-06drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson1-2/+2
2009-11-05Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy...Linus Torvalds1-1/+24
2009-11-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-4/+2
2009-11-05sgi-gru: decrapfiy options_write() functionLinus Torvalds1-6/+7
2009-11-05Merge branch 'drm-next' of ../drm-2.6 into drm-nextDave Airlie7-52/+50
2009-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds8-95/+486
2009-11-04amd64_edac: fix CECCs reportingBorislav Petkov1-1/+1
2009-11-04amd64_edac: fix a wrong goto clause in amd64_edac.cLi Hong1-3/+1
2009-11-04drm/radeon/kms/r700: fix some typos in chip initAlex Deucher1-13/+13
2009-11-04drm/radeon/kms: remove some misleading debugging outputAlex Deucher1-3/+0
2009-11-04Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+41
2009-11-04drm/radeon/kms: stop putting VRAM at 0 in MC space on r600s.Dave Airlie1-25/+19
2009-11-04drm/radeon/kms: disable D1VGA and D2VGA if enabledDave Airlie1-0/+2
2009-11-04drm/radeon/kms: Don't RMW CP_RB_CNTLAlex Deucher2-11/+9
2009-11-04drm/radeon/kms: fix coherency issues on AGP cards.Dave Airlie2-0/+7
2009-11-03sata_via: Remove redundant device ID for VIA VT8261JosephChan@via.com.tw1-1/+0
2009-11-03drivers/ata/libata: Move dereference after NULL testJulia Lawall1-3/+6
2009-11-03ahci: Enable SB600 64bit DMA on MSI K9A2 Platinum v2Mark Nelson1-5/+35
2009-11-03xen/hvc: make sure console output is always emitted, with explicit pollingJeremy Fitzhardinge1-1/+24