| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/radeon: export max link rate calculation | Dave Airlie | 2015-03-19 | 1 | -2/+2 |
* | drm/radeon: program auxch directly (v2) | Dave Airlie | 2015-03-19 | 1 | -2/+11 |
* | drm/radeon: fix atom aux payload size check for writes (v2) | Alex Deucher | 2015-02-25 | 1 | -0/+7 |
* | drm/radeon/dp: Set EDP_CONFIGURATION_SET for bridge chips if necessary | Alex Deucher | 2015-02-13 | 1 | -3/+1 |
* | drm/radeon: properly filter DP1.2 4k modes on non-DP1.2 hw | Alex Deucher | 2015-01-05 | 1 | -0/+4 |
* | drm/radeon: add locking around atombios scratch space usage | Dave Airlie | 2014-11-11 | 1 | -1/+3 |
* | Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in... | Dave Airlie | 2014-09-16 | 1 | -2/+2 |
|\ |
|
| * | drm/radeon: Renaming DP training vswing pre emph defines | Sonika Jindal | 2014-09-03 | 1 | -2/+2 |
* | | drm/radeon: reduce memory footprint for debugging | Andy Shevchenko | 2014-09-09 | 1 | -5/+2 |
|/ |
|
* | drm/radeon/dp: return -EIO for flags not zero case | Alex Deucher | 2014-07-10 | 1 | -1/+1 |
* | drm/radeon: Use only one line for whole DPCD debug output | Stefan BrĂ¼ns | 2014-07-01 | 1 | -5/+7 |
* | Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next | Dave Airlie | 2014-06-05 | 1 | -19/+25 |
|\ |
|
| * | drm/radeon/dp: check for errors in dpcd reads | Alex Deucher | 2014-05-01 | 1 | -19/+25 |
* | | drm/dp: add a hw mutex around the transfer functions. (v2) | Dave Airlie | 2014-06-05 | 1 | -2/+3 |
* | | drm/radeon/dp: fix lane/clock setup for dp 1.2 capable devices | Alex Deucher | 2014-06-02 | 1 | -2/+15 |
* | | drm/radeon: add a i2c bus mutex | Alex Deucher | 2014-06-02 | 1 | -4/+14 |
|/ |
|
* | drm/radeon/aux: fix hpd assignment for aux bus | Alex Deucher | 2014-04-22 | 1 | -0/+1 |
* | drm/radeon/dp: switch to the common i2c over aux code | Alex Deucher | 2014-04-08 | 1 | -100/+17 |
* | drm/radeon/dp: handle zero sized i2c over aux transactions (v2) | Alex Deucher | 2014-04-08 | 1 | -5/+18 |
* | drm/radeon: use drm_dp_dpcd_read_link_status() | Alex Deucher | 2014-03-25 | 1 | -25/+5 |
* | drm/radeon: use the new drm helpers for dp aux | Alex Deucher | 2014-03-25 | 1 | -104/+88 |
* | drm/radeon: clarify special handling in i2c over aux | Alex Deucher | 2014-03-25 | 1 | -20/+16 |
* | drm/radeon/dp: move sink power control to a separate function | Alex Deucher | 2014-03-25 | 1 | -5/+21 |
* | drm/radeon/dp: use i2c_get_adapdata rather than casting | Alex Deucher | 2014-03-25 | 1 | -1/+1 |
* | drm/radeon/dp: sleep after powering up the display | Alex Deucher | 2014-01-20 | 1 | -1/+3 |
* | drm/radeon/dp: use usleep_range rather than udelay | Alex Deucher | 2014-01-20 | 1 | -4/+4 |
* | drm/radeon/dp: bump i2c-over-aux retries to 7 | Alex Deucher | 2014-01-20 | 1 | -3/+3 |
* | drm/dp: Use AUX constants from specification | Thierry Reding | 2013-12-18 | 1 | -17/+19 |
* | drm/radeon/dp: use drm_dp_enhanced_frame_cap() | Jani Nikula | 2013-10-09 | 1 | -2/+1 |
* | Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-09-02 | 1 | -3/+3 |
|\ |
|
| * | drm/radeon: fix endian bugs in hw i2c atom routines | Alex Deucher | 2013-08-30 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next | Dave Airlie | 2013-08-19 | 1 | -4/+39 |
|\ \
| |/ |
|
| * | drm/radeon: fix endian issues with DP handling (v3) | Alex Deucher | 2013-07-22 | 1 | -4/+39 |
* | | drm: don't push static constants on stack for %*ph | Andy Shevchenko | 2013-08-07 | 1 | -1/+1 |
|/ |
|
* | drm: extract drm_dp_max_lane_count helper | Daniel Vetter | 2012-10-22 | 1 | -6/+1 |
* | drm: extract dp link bw helpers | Daniel Vetter | 2012-10-22 | 1 | -29/+3 |
* | drm: extract dp link train delay functions from radeon | Daniel Vetter | 2012-10-22 | 1 | -17/+10 |
* | drm: extract helpers to compute new training values from sink request | Daniel Vetter | 2012-10-22 | 1 | -32/+2 |
* | drm: dp helper: extract drm_dp_clock_recovery_ok | Daniel Vetter | 2012-10-22 | 1 | -24/+1 |
* | drm: dp helper: extract drm_dp_channel_eq_ok | Daniel Vetter | 2012-10-22 | 1 | -22/+2 |
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2012-10-03 | 1 | -3/+1 |
|\ |
|
| * | Merge tag 'v3.6-rc7' into drm-intel-next-queued | Daniel Vetter | 2012-09-24 | 1 | -17/+12 |
| |\ |
|
| * | | drm: use %*ph to dump small buffers | Andy Shevchenko | 2012-09-13 | 1 | -3/+1 |
* | | | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/ | David Howells | 2012-10-02 | 1 | -3/+3 |
| |/
|/| |
|
* | | drm/radeon: rework panel mode setup | Alex Deucher | 2012-08-29 | 1 | -17/+12 |
|/ |
|
* | drm/radeon: fix non revealent error message | Jerome Glisse | 2012-07-25 | 1 | -3/+7 |
* | drm: Make the .mode_fixup() operations mode argument a const pointer | Laurent Pinchart | 2012-07-19 | 1 | -1/+1 |
* | drm/radeon/dp: Probe branch/sink OUIs | Adam Jackson | 2012-05-22 | 1 | -0/+20 |
* | drm/radeon/kms: improve bpc handling (v2) | Alex Deucher | 2012-04-24 | 1 | -5/+2 |
* | drm/radeon/kms/atom: force bpc to 8 for now | Alex Deucher | 2012-03-26 | 1 | -0/+3 |