drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 7 Apr 2014 14:33:45 +0000 (10:33 -0400)
committerChristian König <christian.koenig@amd.com>
Tue, 8 Apr 2014 14:12:39 +0000 (16:12 +0200)
commit732d50b431dca2f3f78fc21ba9b7ed9d06bb01ce
tree4fc847db444acbb3a0cde39f69f04538fee1c70f
parentccdb516e1873d9c69377bfec1e3392f3ed660102
drm/dp/i2c: Update comments about common i2c over dp assumptions (v3)

If you are using the common dp over i2c functionality, it is
asumed that the aux transfer function does not modify the any
of the msg structure other than the reply field.  Doing so
breaks the logic in the common code.

v2: update struct drm_dp_aux comments about assumptions
v3 (chk): rebased on upstream changes

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
Cc: Jani Nikula <jani.nikula@intel.com>
Cc: Thierry Reding <treding@nvidia.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Christian König <christian.koenig@amd.com>
drivers/gpu/drm/drm_dp_helper.c
include/drm/drm_dp_helper.h
This page took 0.025326 seconds and 5 git commands to generate.