pd: update DP pin configuration declaration

When we are a UFP with a plug, for the supported DisplayPort pinout,
we need to state which DFP pin configuration we support.
Update the field used for declaring pin configuration in our display
dongles.

HoHo is a protocol converter : update the pin assignment to C.

Signed-off-by: Vincent Palatin <vpalatin@chromium.org>

BRANCH=samus
BUG=chrome-os-partner:30645
TEST=none

Change-Id: Ie5484f228bd39666c6b01055bd11f68eb9acad88
Reviewed-on: https://chromium-review.googlesource.com/225231
Reviewed-by: Alec Berg <alecaberg@chromium.org>
Reviewed-by: Todd Broch <tbroch@chromium.org>
Commit-Queue: Vincent Palatin <vpalatin@chromium.org>
Tested-by: Vincent Palatin <vpalatin@chromium.org>
This commit is contained in:
Vincent Palatin
2014-10-23 14:36:10 -07:00
committed by chrome-internal-fetch
parent 9adf64478f
commit 6dc5e697aa
2 changed files with 4 additions and 4 deletions

View File

@@ -125,8 +125,8 @@ static int svdm_response_svids(int port, uint32_t *payload)
}
const uint32_t vdo_dp_mode[1] = {
VDO_MODE_DP(MODE_DP_PIN_E, /* sink pin cfg */
0, /* no src pin cfg */
VDO_MODE_DP(0, /* UFP pin cfg supported : none */
MODE_DP_PIN_E, /* DFP pin cfg supported */
1, /* no usb2.0 signalling in AMode */
CABLE_PLUG, /* its a plug */
MODE_DP_V13, /* DPv1.3 Support, no Gen2 */

View File

@@ -125,8 +125,8 @@ static int svdm_response_svids(int port, uint32_t *payload)
}
const uint32_t vdo_dp_mode[1] = {
VDO_MODE_DP(MODE_DP_PIN_E, /* sink pin cfg */
0, /* no src pin cfg */
VDO_MODE_DP(0, /* UFP pin cfg supported : none */
MODE_DP_PIN_C, /* DFP pin cfg supported */
1, /* no usb2.0 signalling in AMode */
CABLE_PLUG, /* its a plug */
MODE_DP_V13, /* DPv1.3 Support, no Gen2 */