diff options
| author | Rodrigo Siqueira <[email protected]> | 2024-05-02 23:39:19 +0000 |
|---|---|---|
| committer | Alex Deucher <[email protected]> | 2024-05-13 19:46:09 +0000 |
| commit | 9ab1278123d85b43a1cde56fd19f1a698c99fdfa (patch) | |
| tree | d68ec93eb441b66866becf2a70abacc0740b85af | |
| parent | drm/amd/display: Remove unused code for some dc files (diff) | |
| download | kernel-9ab1278123d85b43a1cde56fd19f1a698c99fdfa.tar.gz kernel-9ab1278123d85b43a1cde56fd19f1a698c99fdfa.zip | |
drm/amd/display: Remove USBC check for DCN32
The CONNECTOR_ID_USBC check was removed to fix a regression, but it was
re-introduced by accident. This commit drops the USBC that causes the
regressions.
Acked-by: Alex Hung <[email protected]>
Signed-off-by: Rodrigo Siqueira <[email protected]>
Tested-by: Daniel Wheeler <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
| -rw-r--r-- | drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c index d9ff95cd2dbd..06907e8a4eda 100644 --- a/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c +++ b/drivers/gpu/drm/amd/display/dc/dcn32/dcn32_dio_link_encoder.c @@ -252,9 +252,6 @@ void dcn32_link_encoder_construct( enc10->base.features = *enc_features; - if (enc10->base.connector.id == CONNECTOR_ID_USBC) - enc10->base.features.flags.bits.DP_IS_USB_C = 1; - enc10->base.transmitter = init_data->transmitter; /* set the flag to indicate whether driver poll the I2C data pin |
