index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
drm_dp_helper.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/dp_helper: Perform throw-away read before actual read in drm_dp_dpcd_read()
Lyude
2016-04-22
1
-0
/
+19
*
drm/dp_helper: Retry aux transactions on all errors
Lyude
2016-04-22
1
-20
/
+22
*
drm/dp_helper: Always wait before retrying native aux transactions
Lyude
2016-04-22
1
-5
/
+4
*
drm/dp: move hw_mutex up the call stack
Rob Clark
2016-04-01
1
-10
/
+17
*
drm/dp: Add a drm_aux-dev module for reading/writing dpcd registers.
Rafael Antognolli
2016-02-12
1
-1
/
+15
*
Merge tag 'v4.3-rc2' into topic/drm-misc
Daniel Vetter
2015-09-24
1
-5
/
+95
|
\
|
*
drm/dp: Add dp_aux_i2c_speed_khz module param to set the assume i2c bus speed
Ville Syrjälä
2015-09-02
1
-3
/
+10
|
*
drm/dp: Adjust i2c-over-aux retry count based on message size and i2c bus speed
Ville Syrjälä
2015-09-02
1
-2
/
+82
|
*
drm/dp: Define AUX_RETRY_INTERVAL as 500 us
Ville Syrjälä
2015-09-02
1
-3
/
+5
*
|
drm/dp: Use I2C_WRITE_STATUS_UPDATE to drain partial I2C_WRITE requests
Ville Syrjälä
2015-09-08
1
-4
/
+39
|
/
*
drm: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling
Todd Previte
2015-04-20
1
-2
/
+8
*
drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()
Todd Previte
2015-04-16
1
-1
/
+1
*
drm/dp: Print the number of bytes processed for aux nacks
Ville Syrjälä
2015-03-23
1
-2
/
+2
*
drm/dp: Use large transactions for I2C over AUX
Simon Farnsworth
2015-03-11
1
-18
/
+58
*
drm/dp: add drm_dp_link_power_down() helper
Rob Clark
2015-02-01
1
-0
/
+31
*
drm/dp: retry AUX transactions 32 times (v1.1)
Dave Airlie
2014-12-09
1
-3
/
+4
*
drm/dp: Add counters in the drm_dp_aux struct for I2C NACKs and DEFERs
Todd Previte
2014-11-05
1
-0
/
+2
*
drm/dp-helper: Move the legacy helpers to gma500
Daniel Vetter
2014-10-23
1
-192
/
+0
*
drm/dp: add a hw mutex around the transfer functions. (v2)
Dave Airlie
2014-06-05
1
-7
/
+14
*
drm/dp-helper: Deprecate old i2c-over-dp_aux heleprs
Daniel Vetter
2014-06-02
1
-0
/
+4
*
drm/dp: Fix typo in comment
Thierry Reding
2014-04-29
1
-1
/
+1
*
drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)
Alex Deucher
2014-04-08
1
-1
/
+3
*
drm/dp/i2c: send bare addresses to properly reset i2c connections (v4)
Alex Deucher
2014-04-08
1
-19
/
+32
*
drm/dp_helper: don't return EPROTO for defers (v2)
Dave Airlie
2014-04-05
1
-4
/
+4
*
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-04-03
1
-1
/
+2
|
\
|
*
drm/dp: let drivers specify the name of the I2C-over-AUX adapter
Jani Nikula
2014-03-18
1
-1
/
+2
*
|
drm/dp: make aux retries less chatty
Alex Deucher
2014-03-25
1
-2
/
+2
|
/
*
drm/dp: Allow registering AUX channels as I2C busses
Thierry Reding
2014-02-26
1
-7
/
+179
*
drm/dp: Add DisplayPort link helpers
Thierry Reding
2014-02-26
1
-0
/
+97
*
drm/dp: Add drm_dp_dpcd_read_link_status()
Thierry Reding
2014-02-26
1
-0
/
+16
*
drm/dp: Add AUX channel infrastructure
Thierry Reding
2014-02-26
1
-0
/
+110
*
drm/dp: constify DP DPCD helpers
Jani Nikula
2013-10-01
1
-8
/
+8
*
drm/doc: add new dp helpers into drm DocBook
Daniel Vetter
2012-11-28
1
-0
/
+21
*
drm: extract dp link bw helpers
Daniel Vetter
2012-10-22
1
-0
/
+28
*
drm: extract dp link train delay functions from radeon
Daniel Vetter
2012-10-22
1
-0
/
+15
*
drm: extract helpers to compute new training values from sink request
Daniel Vetter
2012-10-22
1
-0
/
+27
*
drm: dp helper: extract drm_dp_channel_eq_ok
Daniel Vetter
2012-10-22
1
-0
/
+50
*
drm: rename drm_dp_i2c_helper.c to drm_dp_helper.c
Daniel Vetter
2012-10-22
1
-0
/
+207