Dave, are you planning to pull this? It would be nice to get the DP fixes in. Alex On Wed, Apr 9, 2014 at 5:55 AM, Christian König <christian.koenig@xxxxxxx> wrote: > Hi Dave, > > this is the fives pull request for radeon changes. I thought number four > would be the last one with new stuff, but it turned out that Alex has other > things in mind. > > So this request contains Alex's update to send bare addresses to properly > reset the I2C over DP AUX bus as well as the necessary changes to i915 and > tegra to handle this gracefully. Apart from that we also have a fix for HDMI > audio pins and an improvement of documentation. > > The following changes since commit c39b06951f1dc2e384650288676c5b7dcc0ec92c: > > DRM: armada: fix corruption while loading cursors (2014-04-08 10:51:03 > +1000) > > are available in the git repository at: > > git://people.freedesktop.org/~deathsimple/linux drm-next-3.15-wip > > for you to fetch changes up to 8902e6f2b832e00e10c6f9e9532f6f63feb4972f: > > drm/radeon: Improve vramlimit module param documentation (2014-04-08 > 17:44:15 +0200) > > ---------------------------------------------------------------- > Alex Deucher (5): > drm/radeon/dp: handle zero sized i2c over aux transactions (v2) > drm/dp/i2c: send bare addresses to properly reset i2c connections (v4) > drm/dp/i2c: Update comments about common i2c over dp assumptions (v3) > drm/radeon/dp: switch to the common i2c over aux code > drm/radeon: fix audio pin counts for DCE6+ (v2) > > Jani Nikula (1): > drm/i915: support address only i2c-over-aux transactions > > Lauri Kasanen (1): > drm/radeon: Improve vramlimit module param documentation > > Thierry Reding (1): > drm/tegra: dp: Support address-only I2C-over-AUX transactions > > drivers/gpu/drm/drm_dp_helper.c | 55 > +++++++++++++++++++++++-------------- > drivers/gpu/drm/i915/intel_dp.c | 7 +++-- > drivers/gpu/drm/radeon/atombios_dp.c | 140 > ++++++++++++++++++++++++---------------------------------------------------------------------- > drivers/gpu/drm/radeon/dce6_afmt.c | 14 +++++++--- > drivers/gpu/drm/radeon/radeon.h | 5 +++- > drivers/gpu/drm/radeon/radeon_connectors.c | 44 > +++++------------------------- > drivers/gpu/drm/radeon/radeon_display.c | 11 ++++---- > drivers/gpu/drm/radeon/radeon_drv.c | 2 +- > drivers/gpu/drm/radeon/radeon_i2c.c | 60 > +++++++++------------------------------- > drivers/gpu/drm/radeon/radeon_mode.h | 12 ++------ > drivers/gpu/drm/tegra/dpaux.c | 44 > +++++++++++++++++++++--------- > drivers/gpu/drm/tegra/dpaux.h | 1 + > include/drm/drm_dp_helper.h | 4 +++ > 13 files changed, 152 insertions(+), 247 deletions(-) > _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel