summaryrefslogtreecommitdiffstats
path: root/drivers/video/offb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-01drm/i915: fix gpio register detection logic for BIOS without VBTShaohua Li3-6/+2
2009-12-01drm/i915: Avoid NULL dereference with component_only tv_modesChris Wilson1-7/+4
2009-11-30drm/i915: fixup interrupted overlay switch off callsDaniel Vetter1-3/+6
2009-11-30drm/i915: overlay: extract some duplicated codeDaniel Vetter1-23/+19
2009-11-30drm/i915: remove Pineview EOS protection supportShaohua Li3-51/+0
2009-11-30drm/i915: use msleep for intel_wait_for_vblankShaohua Li1-1/+1
2009-11-25drm/i915: handle failure path correctly for lvdsShaohua Li1-0/+1
2009-11-25drm/i915: Fix LVDS stability issue on IronlakeZhenyu Wang1-19/+41
2009-11-25drm/i915: Restore the DPLL calculation logic for 9xx platformZhao Yakui1-10/+11
2009-11-25drm/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 Anholt2-3/+16
2009-11-05drm/i915: fix get_core_clock_speed for G33 class desktop chipsDaniel Vetter1-1/+1
2009-11-05drm/i915: Add display hotplug event on IronlakeZhenyu Wang3-4/+34
2009-11-05drm/i915: Add ACPI OpRegion support for IronlakeZhao Yakui4-8/+96
2009-11-05drm/i915: enable self-refresh on 965Jesse Barnes1-4/+28
2009-11-05drm/i915: Support 30 bit depth modesKristian Høgsberg2-1/+5
2009-11-05drm/i915: debugfs interface to manually reset the GPUChris Wilson1-1/+115
2009-11-05drm/i915: Use a single thread workqueueChris Wilson1-1/+1
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMS in DVO output code.Zhao Yakui5-55/+61
2009-11-05drm/i915: Enable the SDVO debug code, which is now under DEBUG_KMS.Eric Anholt1-10/+0
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_KMSZhao Yakui8-89/+99
2009-11-05drm/i915: Replace DRM_DEBUG with DRM_DEBUG_DRIVERZhao Yakui6-36/+38
2009-11-05drm/i915: overlay: kill one more unnecessary uninterruptible sleepDaniel Vetter1-10/+7
2009-11-05drm/i915: kill i915_lp_ring_syncDaniel Vetter2-19/+0
2009-11-05drm/i915: implement interruptible sleeps in the overlay codeDaniel Vetter3-34/+159
2009-11-05drm/i915: implement fastpath for overlay flip waitingDaniel Vetter4-11/+41
2009-11-05drm/i915: fully switch off overlay when not in useDaniel Vetter1-2/+1
2009-11-05drm/i915: implement drmmode overlay support v4Daniel Vetter8-3/+1432
2009-11-05drm/i915: kill superflous IS_I855 macroDaniel Vetter2-3/+2
2009-11-05drm/i915: add i915_lp_ring_sync helperDaniel Vetter3-11/+41
2009-11-05drm: make drm_mode_object_find typesafeDaniel Vetter2-2/+4
2009-11-05drm/i915: add render standby supportJesse Barnes4-3/+54
2009-11-05drm/i915: HDMI hardware workaround for IronlakeZhenyu Wang1-4/+22
2009-11-05drm/i915: Fix and cleanup DPLL calculation for IronlakeZhenyu Wang1-9/+6
2009-11-05drm/i915: Avoid potential sleep whilst holding spinlockChris Wilson1-2/+2
2009-11-05sgi-gru: decrapfiy options_write() functionLinus Torvalds1-6/+7
2009-11-04sysfs: Don't leak secdata when a sysfs_dirent is freed.Eric W. Biederman1-0/+4
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-04x86, fs: Fix x86 procfs stack information for threads on 64-bitStefani Seibold3-1/+8
2009-11-04ftrace: Fix unmatched locking in ftrace_regex_write()Li Zefan1-3/+3
2009-11-04ring-buffer: Synchronize resizing buffer with reader lockLai Jiangshan1-0/+2
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-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-04m32r: Should index be positive?Roel Kluin1-1/+1