index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_dp.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-07-26
Backmerge tag 'v4.7' into drm-next
Dave Airlie
1
-1
/
+1
2016-07-18
drm/i915: Treat eDP as always connected, again
Ville Syrjälä
1
-1
/
+1
2016-07-07
drm/i915: s/INTEL_OUTPUT_DISPLAYPORT/INTEL_OUTPUT_DP/
Ville Syrjälä
1
-5
/
+5
2016-07-07
drm/i915: Kill has_dp_encoder from pipe_config
Ville Syrjälä
1
-3
/
+0
2016-07-07
drm/i915: Remove encoder type checks from MST suspend/resume
Ville Syrjälä
1
-18
/
+10
2016-07-07
drm/i915: Don't mark eDP encoders as MST capable
Ville Syrjälä
1
-1
/
+1
2016-07-05
drm/i915: Convert dev_priv->dev backpointers to dev_priv->drm
Chris Wilson
1
-15
/
+15
2016-07-04
drm/i915: Mass convert dev->dev_private to to_i915(dev)
Chris Wilson
1
-54
/
+53
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+4
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+3
2016-06-29
drm/i915: Avoid early timeout during AUX transfers
Imre Deak
1
-1
/
+1
2016-06-29
drm/i915: Refresh cached DP port register value on resume
Ville Syrjälä
1
-3
/
+5
2016-06-28
drm/i915: Avoid early timeout during AUX transfers
Imre Deak
1
-1
/
+1
2016-06-24
drm/i915: Move connector registration to driver registration
Chris Wilson
1
-2
/
+0
2016-06-24
drm/i915: Move backlight registration to connector registration
Chris Wilson
1
-0
/
+5
2016-06-24
drm/i915: Move registration actions to connector->late_register
Chris Wilson
1
-27
/
+21
2016-06-24
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-11
/
+11
2016-06-22
drm/i915: Refresh cached DP port register value on resume
Ville Syrjälä
1
-3
/
+5
2016-06-22
drm/i915: Sanity check PPS HW state
Imre Deak
1
-14
/
+44
2016-06-22
drm/i915: Factor out helper to read out PPS HW state
Imre Deak
1
-24
/
+32
2016-06-22
drm/i915: Deduplicate PPS register retrieval
Imre Deak
1
-66
/
+65
2016-06-22
drm/i915/bxt: Fix PPS lost state after suspend breaking eDP link training
Imre Deak
1
-21
/
+50
2016-06-22
drm/i915: Group all the PPS init steps to one place
Imre Deak
1
-22
/
+24
2016-06-22
drm/i915: Initialize the PPS HW before its first use
Imre Deak
1
-5
/
+1
2016-06-22
drm/i915/ibx, cpt: Don't attempt to register eDP if LVDS was detected
Imre Deak
1
-0
/
+13
2016-06-21
drm/i915: Revert DisplayPort fast link training feature
Mika Kahola
1
-3
/
+0
2016-06-20
drm/i915: Avoid use-after-free of intel_encoder in intel_dp_connector_destrpy
Chris Wilson
1
-2
/
+3
2016-06-20
drm/i915: Revert DisplayPort fast link training feature
Mika Kahola
1
-3
/
+0
2016-06-19
drm/i915: Move intel_connector->unregister to connector->early_unregister
Chris Wilson
1
-11
/
+10
2016-06-10
drm: i915: Rely on the default ->best_encoder() behavior where appropriate
Boris Brezillon
1
-1
/
+0
2016-06-10
drm/i915: Extract physical display dimensions from VBT
Ville Syrjälä
1
-1
/
+4
2016-06-10
drm/i915: Only ignore eDP ports that are connected
Chris Wilson
1
-7
/
+6
2016-06-09
Merge tag 'drm-intel-next-2016-06-06' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-9
/
+32
2016-06-02
drm/doc: Appease sphinx
Daniel Vetter
1
-8
/
+8
2016-06-02
drm/i915: Extract physical display dimensions from VBT
Ville Syrjälä
1
-1
/
+4
2016-06-01
drm/i915: Only ignore eDP ports that are connected
Chris Wilson
1
-7
/
+6
2016-05-30
drm/i915: Give encoders useful names
Ville Syrjälä
1
-1
/
+1
2016-05-23
drm/i915: Rename skl_vco_freq to cdclk_pll.vco
Ville Syrjälä
1
-2
/
+2
2016-05-23
drm/i915: Move the SKL DPLL0 VCO computation into intel_dp_compute_config()
Ville Syrjälä
1
-0
/
+21
2016-05-20
drm/i915/psr: Use ->get_aux_send_ctl functions
Daniel Vetter
1
-0
/
+1
2016-05-17
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-58
/
+23
2016-05-04
Merge tag 'topic/drm-misc-2016-04-29' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-58
/
+23
2016-04-29
drm/i915: Unduplicate pre encoder enabling phy code
Ander Conselvan de Oliveira
1
-23
/
+1
2016-04-29
drm/i915: Unduplicate VLV phy pre pll enabling code
Ander Conselvan de Oliveira
1
-24
/
+1
2016-04-29
drm/i915: Unduplicate VLV signal level code
Ander Conselvan de Oliveira
1
-17
/
+3
2016-04-29
drm/i915: Unduplicate CHV encoders' post pll disable code
Ander Conselvan de Oliveira
1
-29
/
+1
2016-04-29
drm/i915: Unduplicate CHV pre-encoder enabling phy logic
Ander Conselvan de Oliveira
1
-81
/
+2
2016-04-29
drm/i915: Unduplicate CHV phy-releated pre pll enabling code
Ander Conselvan de Oliveira
1
-82
/
+1
2016-04-29
drm/i915: Unduplicate chv_data_lane_soft_reset()
Ander Conselvan de Oliveira
1
-44
/
+0
2016-04-29
drm/i915: Unduplicate CHV signal level code
Ander Conselvan de Oliveira
1
-97
/
+6
[next]