[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-07 Thread Jani Nikula
On Fri, 04 Apr 2014, Alex Deucher wrote: > Needed for proper i2c over aux handling for certain > monitors and configurations (e.g., dp bridges or > adapters). > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/radeon/atombios_dp.c | 15 +++ > 1 file changed, 11 insertions(+), 4

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions (v2)

2014-04-07 Thread Alex Deucher
Needed for proper i2c over aux handling for certain monitors and configurations (e.g., dp bridges or adapters). v2: add comments clarifying tx_size setting. Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_dp.c | 23 ++- 1 file changed, 18 insertions(+), 5 del

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-07 Thread Alex Deucher
On Mon, Apr 7, 2014 at 9:24 AM, Alex Deucher wrote: > On Mon, Apr 7, 2014 at 3:57 AM, Jani Nikula > wrote: >> On Fri, 04 Apr 2014, Alex Deucher wrote: >>> Needed for proper i2c over aux handling for certain >>> monitors and configurations (e.g., dp bridges or >>> adapters). >>> >>> Signed-off-b

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-07 Thread Alex Deucher
On Mon, Apr 7, 2014 at 3:57 AM, Jani Nikula wrote: > On Fri, 04 Apr 2014, Alex Deucher wrote: >> Needed for proper i2c over aux handling for certain >> monitors and configurations (e.g., dp bridges or >> adapters). >> >> Signed-off-by: Alex Deucher >> --- >> drivers/gpu/drm/radeon/atombios_dp.

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-06 Thread Alex Deucher
On Sat, Apr 5, 2014 at 5:25 AM, Christian K?nig wrote: > Am 04.04.2014 21:58, schrieb Alex Deucher: > >> Needed for proper i2c over aux handling for certain >> monitors and configurations (e.g., dp bridges or >> adapters). >> >> Signed-off-by: Alex Deucher > > > My planning was that yesterdays p

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-05 Thread Daniel Vetter
On Sat, Apr 05, 2014 at 11:25:01AM +0200, Christian K?nig wrote: > Am 04.04.2014 21:58, schrieb Alex Deucher: > >Needed for proper i2c over aux handling for certain > >monitors and configurations (e.g., dp bridges or > >adapters). > > > >Signed-off-by: Alex Deucher > > My planning was that yester

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-05 Thread Christian König
Am 04.04.2014 21:58, schrieb Alex Deucher: > Needed for proper i2c over aux handling for certain > monitors and configurations (e.g., dp bridges or > adapters). > > Signed-off-by: Alex Deucher My planning was that yesterdays pull request is the last one with new features. I can't judge how invas

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-04 Thread Alex Deucher
Needed for proper i2c over aux handling for certain monitors and configurations (e.g., dp bridges or adapters). Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_dp.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombio

[PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

2014-04-04 Thread Alex Deucher
Needed for proper i2c over aux handling for certain monitors and configurations (e.g., dp bridges or adapters). Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/atombios_dp.c | 15 +++ 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/radeon/atombio