index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
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-08-04
drm/i915: Don't try to ack sink irqs when there are none
Ville Syrjälä
1
-4
/
+6
2016-08-04
drm/i915: Remove useless rate_to_index() usage
Ville Syrjälä
1
-1
/
+1
2016-08-04
drm/i915: Allow MST sinks to work even if drm_probe_ddc() fails
Ville Syrjälä
1
-15
/
+30
2016-08-04
drm/i915: Track active streams also for DP SST
Ville Syrjälä
1
-1
/
+7
2016-08-04
drm/i915: Avoid mixing up SST and MST in DDI setup
Ville Syrjälä
1
-0
/
+1
2016-08-04
drm/i915: Read PSR caps/intermediate freqs/etc. only once on eDP
Ville Syrjälä
1
-71
/
+84
2016-08-02
drm/i915: Warn about aux msg buffer vs. size mismatch
Ville Syrjälä
1
-2
/
+2
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-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-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-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
[prev]
[next]