Age | Commit message (Expand) | Author | Files | Lines |
2009-11-30 | drm/i915: use msleep for intel_wait_for_vblank | Shaohua Li | 1 | -1/+1 |
2009-11-26 | drm/i915: handle failure path correctly for lvds | Shaohua Li | 1 | -0/+1 |
2009-11-26 | drm/i915: Fix LVDS stability issue on Ironlake | Zhenyu Wang | 1 | -19/+41 |
2009-11-26 | drm/i915: Restore the DPLL calculation logic for 9xx platform | Zhao Yakui | 1 | -10/+11 |
2009-11-26 | drm/i915: Check whether the LVDS downclock is found in VBT | Zhao Yakui | 1 | -0/+42 |
2009-11-25 | drm/i915: Enable LVDS downclock feature through EDID. | Zhao Yakui | 3 | -3/+72 |
2009-11-25 | drm/i915: Replace a calloc followed by copying data over it with malloc. | Eric Anholt | 2 | -3/+16 |
2009-11-06 | Merge remote branch 'airlied/drm-next' into drm-intel-next | Eric Anholt | 41 | -619/+1118 |
2009-11-06 | drm/i915: fix get_core_clock_speed for G33 class desktop chips | Daniel Vetter | 1 | -1/+1 |
2009-11-06 | drm/i915: Add display hotplug event on Ironlake | Zhenyu Wang | 3 | -4/+34 |
2009-11-06 | drm/i915: Add ACPI OpRegion support for Ironlake | Zhao Yakui | 4 | -8/+96 |
2009-11-06 | drm/i915: enable self-refresh on 965 | Jesse Barnes | 1 | -4/+28 |
2009-11-06 | drm/i915: Support 30 bit depth modes | Kristian Høgsberg | 2 | -1/+5 |
2009-11-06 | drm/i915: debugfs interface to manually reset the GPU | Chris Wilson | 1 | -1/+115 |
2009-11-06 | drm/i915: Use a single thread workqueue | Chris Wilson | 1 | -1/+1 |
2009-11-06 | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in DVO output code. | Zhao Yakui | 5 | -55/+61 |
2009-11-06 | drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS. | Eric Anholt | 1 | -10/+0 |
2009-11-06 | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS | Zhao Yakui | 8 | -89/+99 |
2009-11-06 | drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVER | Zhao Yakui | 6 | -36/+38 |
2009-11-06 | drm/i915: overlay: kill one more unnecessary uninterruptible sleep | Daniel Vetter | 1 | -10/+7 |
2009-11-06 | drm/i915: kill i915_lp_ring_sync | Daniel Vetter | 2 | -19/+0 |
2009-11-06 | drm/i915: implement interruptible sleeps in the overlay code | Daniel Vetter | 3 | -34/+159 |
2009-11-06 | drm/i915: implement fastpath for overlay flip waiting | Daniel Vetter | 4 | -11/+41 |
2009-11-06 | drm/i915: fully switch off overlay when not in use | Daniel Vetter | 1 | -2/+1 |
2009-11-06 | drm/i915: implement drmmode overlay support v4 | Daniel Vetter | 8 | -3/+1432 |
2009-11-06 | drm/i915: kill superflous IS_I855 macro | Daniel Vetter | 2 | -3/+2 |
2009-11-06 | drm/i915: add i915_lp_ring_sync helper | Daniel Vetter | 3 | -11/+41 |
2009-11-06 | drm: make drm_mode_object_find typesafe | Daniel Vetter | 2 | -2/+4 |
2009-11-06 | drm/i915: add render standby support | Jesse Barnes | 4 | -3/+54 |
2009-11-06 | drm/i915: HDMI hardware workaround for Ironlake | Zhenyu Wang | 1 | -4/+22 |
2009-11-06 | drm/i915: Fix and cleanup DPLL calculation for Ironlake | Zhenyu Wang | 1 | -9/+6 |
2009-11-06 | drm/i915: Avoid potential sleep whilst holding spinlock | Chris Wilson | 1 | -2/+2 |
2009-11-05 | Merge branch 'bugfix' of git://git.kernel.org/pub/scm/linux/kernel/git/jeremy... | Linus Torvalds | 2 | -2/+34 |
2009-11-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -0/+4 |
2009-11-05 | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -54/+84 |
2009-11-05 | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2 | -3/+5 |
2009-11-05 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 9 | -5/+47 |
2009-11-05 | Merge branch 'for-linus' of git://www.linux-m32r.org/git/takata/linux-2.6_dev | Linus Torvalds | 6 | -124/+48 |
2009-11-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -4/+2 |
2009-11-05 | sgi-gru: decrapfiy options_write() function | Linus Torvalds | 1 | -6/+7 |
2009-11-05 | Merge branch 'drm-next' of ../drm-2.6 into drm-next | Dave Airlie | 7 | -52/+50 |
2009-11-05 | sysfs: Don't leak secdata when a sysfs_dirent is freed. | Eric W. Biederman | 1 | -0/+4 |
2009-11-04 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 8 | -95/+486 |
2009-11-04 | amd64_edac: fix CECCs reporting | Borislav Petkov | 1 | -1/+1 |
2009-11-04 | amd64_edac: fix a wrong goto clause in amd64_edac.c | Li Hong | 1 | -3/+1 |
2009-11-04 | x86, fs: Fix x86 procfs stack information for threads on 64-bit | Stefani Seibold | 3 | -1/+8 |
2009-11-04 | ftrace: Fix unmatched locking in ftrace_regex_write() | Li Zefan | 1 | -3/+3 |
2009-11-04 | ring-buffer: Synchronize resizing buffer with reader lock | Lai Jiangshan | 1 | -0/+2 |
2009-11-04 | drm/radeon/kms/r700: fix some typos in chip init | Alex Deucher | 1 | -13/+13 |
2009-11-04 | drm/radeon/kms: remove some misleading debugging output | Alex Deucher | 1 | -3/+0 |