aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_dp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-09-03drm/i915/edp: get the panel delay before powering upDave Airlie1-4/+7
2012-08-14drm/i915: reorder edp disabling to fix ivb MacBook AirDaniel Vetter1-7/+7
2012-07-20drm/i915: try to train DP even harderPaulo Zanoni1-1/+1
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-1/+2
2012-07-05drm/i915: introduce for_each_encoder_on_crtcDaniel Vetter1-16/+6
2012-07-05drm/i915: prefer wide & slow to fast & narrow in DP configsJesse Barnes1-2/+2
2012-06-25Merge tag 'v3.5-rc4' into drm-intel-next-queuedDaniel Vetter1-7/+53
2012-06-16drm/i915: cache the EDID for eDP panelsJesse Barnes1-6/+43
2012-06-16Revert "drm/i915/dp: Use auxch precharge value of 5 everywhere"Daniel Vetter1-1/+6
2012-06-16drm/i915: eDP aux needs vddDaniel Vetter1-0/+4
2012-06-04drm/i915: don't chnage the original mode in dp_mode_fixupDaniel Vetter1-6/+6
2012-06-04drm/i915: adjusted_mode->clock in the dp mode_fixupDaniel Vetter1-8/+3
2012-06-04drm/i915: compute the target_clock for edp directlyDaniel Vetter1-0/+12
2012-06-01drm/i915: clarify IBX dp workaroundDaniel Vetter1-1/+1
2012-06-01Merge remote-tracking branch 'airlied/drm-prime-vmap' into drm-intel-next-queuedDaniel Vetter1-10/+33
2012-05-29Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-intel into drm-fixesDave Airlie1-10/+14
2012-05-24drm/i915: reject doubleclocked cea modes on dpDaniel Vetter1-0/+6
2012-05-24drm/i915: enable vdd when switching off the eDP panelDaniel Vetter1-10/+8
2012-05-22drm/i915/dp: Probe branch/sink OUIsAdam Jackson1-0/+19
2012-05-21drm/i915/dp: For consistency use the DP hotplug synonymsChris Wilson1-3/+3
2012-05-21drm/i915: Inspect the right status bits for DP/HDMI hotplug on gen4Chris Wilson1-7/+5
2012-05-03drm/i915: manage PCH PLLs separately from pipesJesse Barnes1-0/+1
2012-05-03drm/i915: print computed bpp in dp link configurationDaniel Vetter1-6/+12
2012-04-17Merge tag 'v3.4-rc3' into drm-intel-next-queuedDaniel Vetter1-14/+35
2012-04-17drm/i915/dp: Flush any outstanding work to turn the VDD offChris Wilson1-0/+1
2012-04-12drm/i915: check PPS regs for sanity when using eDPJesse Barnes1-0/+7
2012-04-10drm/i915: properly compute dp dithering for user-created modesDaniel Vetter1-14/+35
2012-02-27drm/i915: use the new hdmi_force_audio enum moreDaniel Vetter1-5/+5
2012-02-10Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queuedDaniel Vetter1-15/+5
2012-02-06drm/i915: Force explicit bpp selection for intel_dp_link_requiredKeith Packard1-15/+5
2012-01-17drm/i915/dp: Check for AUXCH error before checking for successAdam Jackson1-0/+4
2012-01-17drm/i915/dp: Use auxch precharge value of 5 everywhereAdam Jackson1-6/+1
2012-01-17drm/i915/dp: Tweak auxch clock divider for PCHAdam Jackson1-1/+1
2011-12-19drm/i915: DisplayPort hot remove notification to audio driverWu Fengguang1-0/+1
2011-12-16drm/i915/dp: Dither down to 6bpc if it makes the mode fitAdam Jackson1-6/+18
2011-11-23drm/i915: Hook up Ivybridge eDPKeith Packard1-34/+115
2011-11-22Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux into drm-fixesDave Airlie1-174/+237
2011-11-16drm/i915: Use DPCD value for max DP lanes.Keith Packard1-14/+9
2011-11-16drm/i915: Initiate DP link training only on the lanes we'll be usingKeith Packard1-2/+3
2011-11-16drm/i915: Remove trailing white spaceKeith Packard1-2/+2
2011-11-16drm/i915: Try harder during dp pattern 1 link trainingKeith Packard1-7/+18
2011-11-16drm/i915: Make DP prepare/commit consistent with DP dpmsKeith Packard1-9/+13
2011-11-16drm/i915: Let panel power sequencing hardware do its jobKeith Packard1-65/+72
2011-11-16drm/i915: Treat PCH eDP like DP in most placesKeith Packard1-33/+70
2011-11-16drm/i915: Remove link_status field from intel_dp structureKeith Packard1-29/+36
2011-11-16drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_controlKeith Packard1-18/+19
2011-11-01drm/i915: Use mode_config.mutex in ironlake_panel_vdd_workKeith Packard1-2/+2
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-10-20drm/i915/dp: Fix eDP on PCH DP on CPT/PPTAdam Jackson1-6/+6
2011-10-20drm/i915/dp: Introduce is_cpu_edp()Adam Jackson1-2/+13