Age | Commit message (Expand) | Author | Files | Lines |
2012-05-29 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 1 | -10/+14 |
2012-05-24 | drm/i915: reject doubleclocked cea modes on dp | Daniel Vetter | 1 | -0/+6 |
2012-05-24 | drm/i915: enable vdd when switching off the eDP panel | Daniel Vetter | 1 | -10/+8 |
2012-05-22 | drm/i915/dp: Probe branch/sink OUIs | Adam Jackson | 1 | -0/+19 |
2012-05-03 | drm/i915: manage PCH PLLs separately from pipes | Jesse Barnes | 1 | -0/+1 |
2012-05-03 | drm/i915: print computed bpp in dp link configuration | Daniel Vetter | 1 | -6/+12 |
2012-04-17 | Merge tag 'v3.4-rc3' into drm-intel-next-queued | Daniel Vetter | 1 | -14/+35 |
2012-04-17 | drm/i915/dp: Flush any outstanding work to turn the VDD off | Chris Wilson | 1 | -0/+1 |
2012-04-12 | drm/i915: check PPS regs for sanity when using eDP | Jesse Barnes | 1 | -0/+7 |
2012-04-10 | drm/i915: properly compute dp dithering for user-created modes | Daniel Vetter | 1 | -14/+35 |
2012-02-27 | drm/i915: use the new hdmi_force_audio enum more | Daniel Vetter | 1 | -5/+5 |
2012-02-10 | Merge remote-tracking branch 'airlied/drm-fixes' into drm-intel-next-queued | Daniel Vetter | 1 | -15/+5 |
2012-02-07 | drm/i915: Force explicit bpp selection for intel_dp_link_required | Keith Packard | 1 | -15/+5 |
2012-01-17 | drm/i915/dp: Check for AUXCH error before checking for success | Adam Jackson | 1 | -0/+4 |
2012-01-17 | drm/i915/dp: Use auxch precharge value of 5 everywhere | Adam Jackson | 1 | -6/+1 |
2012-01-17 | drm/i915/dp: Tweak auxch clock divider for PCH | Adam Jackson | 1 | -1/+1 |
2011-12-20 | drm/i915: DisplayPort hot remove notification to audio driver | Wu Fengguang | 1 | -0/+1 |
2011-12-16 | drm/i915/dp: Dither down to 6bpc if it makes the mode fit | Adam Jackson | 1 | -6/+18 |
2011-11-24 | drm/i915: Hook up Ivybridge eDP | Keith Packard | 1 | -34/+115 |
2011-11-23 | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~keithp/linux ... | Dave Airlie | 1 | -174/+237 |
2011-11-17 | drm/i915: Use DPCD value for max DP lanes. | Keith Packard | 1 | -14/+9 |
2011-11-17 | drm/i915: Initiate DP link training only on the lanes we'll be using | Keith Packard | 1 | -2/+3 |
2011-11-17 | drm/i915: Remove trailing white space | Keith Packard | 1 | -2/+2 |
2011-11-17 | drm/i915: Try harder during dp pattern 1 link training | Keith Packard | 1 | -7/+18 |
2011-11-17 | drm/i915: Make DP prepare/commit consistent with DP dpms | Keith Packard | 1 | -9/+13 |
2011-11-17 | drm/i915: Let panel power sequencing hardware do its job | Keith Packard | 1 | -65/+72 |
2011-11-17 | drm/i915: Treat PCH eDP like DP in most places | Keith Packard | 1 | -33/+70 |
2011-11-17 | drm/i915: Remove link_status field from intel_dp structure | Keith Packard | 1 | -29/+36 |
2011-11-17 | drm/i915: Move common PCH_PP_CONTROL setup to ironlake_get_pp_control | Keith Packard | 1 | -18/+19 |
2011-11-01 | drm/i915: Use mode_config.mutex in ironlake_panel_vdd_work | Keith Packard | 1 | -2/+2 |
2011-11-01 | gpu: Add export.h as required to drivers/gpu files. | Paul Gortmaker | 1 | -0/+1 |
2011-10-21 | drm/i915/dp: Fix eDP on PCH DP on CPT/PPT | Adam Jackson | 1 | -6/+6 |
2011-10-21 | drm/i915/dp: Introduce is_cpu_edp() | Adam Jackson | 1 | -2/+13 |
2011-10-21 | drm/i915: add DP test request handling | Jesse Barnes | 1 | -0/+37 |
2011-10-21 | drm/i915: read full receiver capability field during DP hot plug | Jesse Barnes | 1 | -2/+2 |
2011-10-21 | drm/i915/dp: Remove eDP special cases from bandwidth checks | Adam Jackson | 1 | -18/+2 |
2011-10-21 | drm/i915/dp: Fix the math in intel_dp_link_required | Adam Jackson | 1 | -5/+21 |
2011-10-21 | drm/i915: export a CPT mode set verification function | Jesse Barnes | 1 | -0/+5 |
2011-10-21 | drm/i915: support 3 pipes on IVB+ | Jesse Barnes | 1 | -1/+1 |
2011-10-21 | Merge branch 'edp-training-fixes' into drm-intel-next | Keith Packard | 1 | -115/+358 |
2011-10-12 | drm/i915: No need to wait for eDP power off delay if panel is on | Keith Packard | 1 | -0/+9 |
2011-10-12 | drm/i915: Restrict ILK-specific eDP power hack to ILK | Keith Packard | 1 | -22/+34 |
2011-10-06 | drm/i915: Disable eDP VDD in a delayed work proc instead of synchronously | Keith Packard | 1 | -25/+101 |
2011-10-06 | drm/i915: Create helper functions to determine eDP power state | Keith Packard | 1 | -13/+26 |
2011-10-06 | drm/i915: edp_panel_on does not need to return a bool | Keith Packard | 1 | -4/+2 |
2011-10-06 | drm/i915: Move eDP panel fixed mode from dev_priv to intel_dp | Keith Packard | 1 | -19/+16 |
2011-10-06 | drm/i915: Correct eDP panel power sequencing delay computations | Keith Packard | 1 | -35/+100 |
2011-10-06 | drm/i915: Ensure eDP powered up during DP_SET_POWER operation in dp_prepare | Keith Packard | 1 | -0/+2 |
2011-10-06 | drm/i915: Enable eDP panel power during I2C initialization sequence | Keith Packard | 1 | -1/+9 |
2011-10-06 | drm/i915: Wrap DP EDID fetch functions to enable eDP panel power | Keith Packard | 1 | -3/+28 |