Re: [PATCH 3/3] drm/amd/display: DC I2C review

2017-09-28 Thread Daniel Vetter
On Wed, Sep 27, 2017 at 9:46 PM, Harry Wentland wrote: > While reviewing I2C in DC identified a few places. Added a couple to the > TODO list. > > 1) Connector info read > > See get_ext_display_connection_info > > On some boards the connector information has to be read

[PATCH 3/3] drm/amd/display: DC I2C review

2017-09-27 Thread Harry Wentland
While reviewing I2C in DC identified a few places. Added a couple to the TODO list. 1) Connector info read See get_ext_display_connection_info On some boards the connector information has to be read through a special I2C channel. This line is only used for this purpose and only on driver init.