aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lvds.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-24drm/i915: Set crtc/clone mask in different output devicesMa Ling1-0/+2
2009-07-29drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang1-0/+4
2009-07-13drm/i915: ignore lvds on AOpen Mini PC MP-915Tormod Volden1-0/+8
2009-07-09drm/i915: Check the LID device to decide whether the LVDS should be initializedZhao Yakui1-0/+70
2009-07-01drm/i915: Make driver less chattyKeith Packard1-2/+2
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 Yakui1-21/+264
2009-06-18drm/i915: Apple DMI info has inconsistent SYS_VENDOR informationKeith Packard1-2/+2
2009-06-12Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6Linus Torvalds1-26/+125
2009-06-11drm/i915: replace DRM_DEBUG with DRM_DEBUG_KMS in intel_lvdsyakui_zhao1-2/+5
2009-06-09drm/i915: Skip lvds with Aopen i945GTt-VFAMichael Cousin1-0/+7
2009-06-05drm/i915: add ignore lvds quirk info for AOpen Mini PCJarod Wilson1-2/+8
2009-06-05drm/i915: Add LVDS support for IGDNGZhenyu Wang1-22/+105
2009-06-04drm/i915: intel_lvds.c fix section mismatchJaswinder Singh Rajput1-1/+1
2009-06-04drm: Hook up DPMS property handling in drm_crtc.c. Add drm_helper_connector_dpms.Keith Packard1-5/+1
2009-05-22drm/i915: Fetch SDVO LVDS mode lines from VBT, then reserve themMa Ling1-2/+2
2009-05-14drm/i915: ignore LVDS on intel graphics systems that lie about having itJarod Wilson1-8/+46
2009-03-27drm/i915: Fix LVDS dither settingLi Peng1-1/+1
2009-02-20drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.Steve Aarnio1-2/+0
2009-02-08drm/i915: skip LVDS initialization on Apple Mac MiniPaul Collins1-34/+13
2009-02-03i915: fix unneeded locking in i915 LVDS get modes code.Dave Airlie1-2/+0
2009-01-29drivers/gpu/drm/i915/intel_lvds.c: fix locking snafuAndrew Morton1-1/+1
2009-01-22drm/i915: hook up LVDS DPMS propertyJesse Barnes1-0/+13
2009-01-16drm/i915: make LVDS fixed mode a preferred modeJesse Barnes1-0/+7
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+525