summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2009-08-30drm/i915: Improve CRTDDC mapping by using VBT infoDavid Müller (ELSOFT AG)3-4/+55
2009-08-30drm/i915: Fix CPU-spinning hangs related to fence usage by using an LRU.Eric Anholt2-38/+54
2009-08-25drm/i915: Set crtc/clone mask in different output devicesMa Ling9-51/+73
2009-08-25drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling1-9/+9
2009-08-25drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin1-1/+1
2009-08-25drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont1-1/+1
2009-08-25drm/i915: Set the multiplier for SDVO on G33 platformSean Young1-1/+1
2009-08-09drm/i915: silence vblank warningsFrans Pop1-2/+2
2009-08-05drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin1-1/+1
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt4-6/+19
2009-07-30drm/i915: Add support for dual-channel LVDS on 8xx.ling.ma@intel.com1-1/+1
2009-07-30drm/i915: Return disconnected for SDVO DVI when there's no digital EDID.ling.ma@intel.com1-6/+21
2009-07-30drm/i915: Choose real sdvo output according to result from detectionling.ma@intel.com1-78/+153
2009-07-30drm/i915: Set preferred mode for integrated TV according to TV formatling.ma@intel.com1-0/+22
2009-07-30drm/i915: fix 845G FIFO size & burst lengthJesse Barnes1-2/+7
2009-07-30drm/i915: fix VGA detect on IGDNGZhenyu Wang1-4/+8
2009-07-30drm/i915: Add eDP support on IGDNG mobile chipZhenyu Wang8-168/+468
2009-07-30drm/i915: enable DisplayPort support on IGDNGZhenyu Wang3-21/+157
2009-07-30drm/i915: Fix channel ending action for DP aux transactionZhenyu Wang1-4/+4
2009-07-30drm/i915: fix issue in display pipe setup on IGDNGZhenyu Wang2-12/+46
2009-07-30drm/i915: disable VGA plane reliablyZhenyu Wang1-3/+25
2009-07-30drm/I915: Fix offset to DVO timings in LVDS dataZhao Yakui1-9/+10
2009-07-23drm/i915: hdmi detection according by reading edidling.ma@intel.com1-60/+4
2009-07-17drm/i915: correct self-refresh calculation in "everything off" caseJesse Barnes1-3/+3
2009-07-17drm/i915: handle FIFO oversubsription correctlyJesse Barnes1-3/+4
2009-07-15drm/i915: FIFO watermark calculation fixesJesse Barnes2-75/+113
2009-07-14drm/i915: ignore lvds on AOpen Mini PC MP-915Tormod Volden1-0/+8
2009-07-14drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class hardwareKeith Packard1-0/+3
2009-07-14drm/i915: refactor error detection & collectionJesse Barnes3-74/+161
2009-07-14drm/i915: Set lvds dual channel according to register from vbiosFlorian Mickler1-1/+1
2009-07-11drm/i915: Fix for LVDS VBT change on IGDNGZhenyu Wang1-1/+9
2009-07-11drm/i915: Zap the GTT mapping when transitioning from untiled to tiled.Eric Anholt3-1/+8
2009-07-11drm/i915: Refactor calls to unmap_mapping_rangeChris Wilson1-9/+27
2009-07-10drm/i915: Avoid saving/restore the modesetting registers twice in KMS modeZhao Yakui1-100/+121
2009-07-10drm/i915: Restore the KMS modeset for every activated CRTCZhao Yakui1-0/+5
2009-07-10drm/i915: Fix harmless warning from patch merged after i2c rework.Eric Anholt1-1/+1
2009-07-10drm/i915: Disable GEM when a broken video BIOS takes up the whole aperture.Eric Anholt1-9/+20
2009-07-10drm/i915: Check the LID device to decide whether the LVDS should be initializedZhao Yakui1-0/+70
2009-07-07drm/i915: Move lock to more reasonable locationBen Gamari1-2/+3
2009-07-07drm/i915: Add gtt_offset to gem object list debugfs outputBen Gamari1-1/+4
2009-07-07drm/i915: Remove gtt_bound from drm_i915_gem_objectBen Gamari1-3/+0
2009-07-07drm/i915: Disable VGA output when doing DRM_MODE_DPMS_OFF.ling.ma@intel.com1-1/+1
2009-07-07drm/i915: crt fetch EDID by DVI-I converter on G4x platformling.ma@intel.com1-1/+27
2009-07-07drm/i915: Don't update display FIFO watermark on IGDNGZhenyu Wang1-1/+1
2009-07-03drm/i915: Adjust DisplayPort clocks to use 96MHz referenceKeith Packard1-12/+9
2009-07-02drm/i915: Make driver less chattyKeith Packard6-23/+27
2009-07-02drm/i915: fix up a raw 64bit divideAndy Whitcroft1-1/+1
2009-07-01drm/i915: enable sdvo lvds scaling function.ling.ma@intel.com2-12/+103
2009-07-01drm/i915: Set SSC frequency for 8xx chips correctlyling.ma@intel.com1-4/+6
2009-07-01drm/i915: add FIFO watermark supportShaohua Li5-6/+513