]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drm/i915/dp: Print only sink or branch specific OUI based on dev type
authorImre Deak <imre.deak@intel.com>
Mon, 24 Oct 2016 16:33:26 +0000 (19:33 +0300)
committerImre Deak <imre.deak@intel.com>
Wed, 26 Oct 2016 09:40:59 +0000 (12:40 +0300)
commit5e8966774253778b861d5c0cbdaf66535233c873
treeb73a22c949cdbf20645498698a03533e17997e18
parent6f172a43a6d679e4a6563376f749868a9bf29752
drm/i915/dp: Print only sink or branch specific OUI based on dev type

There are two separate sets of DPCD registers for the DP OUI - as well as
for the device ID and HW/SW revision - based on whether the given DP
device is a branch or a sink. Currently we print both branch and sink
OUIs, for consistency print only the one that corresponds to the
probed device.

v2:
- Split out this change into a separate patch. (Jani)

Cc: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1477326811-30431-4-git-send-email-imre.deak@intel.com
drivers/gpu/drm/i915/intel_dp.c