Hi Dave,
this is the third pull request for 3.15 radeon changes. Highlights this time: - More DP work from Alex, especially making use of the new DP aux helpers - Marek's 1D and linear tiling fixes for CIK
The following changes since commit 63ac07cdee6e1f2bf748ac3f28662e3c01a72496:
drm/bridge/ptn3460: fix modular build (2014-03-24 09:21:15 +1000)
are available in the git repository at:
git://people.freedesktop.org/~deathsimple/linux drm-next-3.15
for you to fetch changes up to 020ff5467603483a97042625d12696c9b39922cf:
drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIK (2014-03-25 13:13:24 +0100)
---------------------------------------------------------------- Alex Deucher (7): drm/radeon/dp: use i2c_get_adapdata rather than casting drm/radeon/dp: move sink power control to a separate function drm/radeon/atom: rework encoder enable/disable sequence drm/radeon: clarify special handling in i2c over aux drm/dp: make aux retries less chatty drm/radeon: use the new drm helpers for dp aux drm/radeon: use drm_dp_dpcd_read_link_status()
Marek Olšák (1): drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIK
drivers/gpu/drm/drm_dp_helper.c | 4 +- drivers/gpu/drm/radeon/atombios_dp.c | 268 +++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------- drivers/gpu/drm/radeon/atombios_encoders.c | 82 ++++++++++++----------------- drivers/gpu/drm/radeon/cik.c | 27 ++++++++-- drivers/gpu/drm/radeon/radeon_connectors.c | 17 ++++-- drivers/gpu/drm/radeon/radeon_drv.c | 3 +- drivers/gpu/drm/radeon/radeon_mode.h | 4 ++ 7 files changed, 202 insertions(+), 203 deletions(-)
dri-devel@lists.freedesktop.org