drm/amd/display: set HBR3 and TPS4 capable flags
authorHersen Wu <hersenxs.wu@amd.com>
Fri, 23 Dec 2016 20:13:13 +0000 (15:13 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 26 Sep 2017 21:07:51 +0000 (17:07 -0400)
Signed-off-by: Hersen Wu <hersenxs.wu@amd.com>
Reviewed-by: Zeyu Fan <Zeyu.Fan@amd.com>
Acked-by: Harry Wentland <Harry.Wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dce/dce_link_encoder.c

index 6481fb2..ea4778b 100644 (file)
@@ -1068,9 +1068,19 @@ bool dce110_link_encoder_construct(
                        &bp_cap_info))
                enc110->base.features.flags.bits.IS_HBR2_CAPABLE =
                                bp_cap_info.DP_HBR2_CAP;
+               enc110->base.features.flags.bits.IS_HBR3_CAPABLE =
+                               bp_cap_info.DP_HBR3_EN;
+
        }
+
+       /* TODO: check PPLIB maxPhyClockInKHz <= 540000, if yes,
+        * IS_HBR3_CAPABLE = 0.
+        */
+
        /* test pattern 3 support */
        enc110->base.features.flags.bits.IS_TPS3_CAPABLE = true;
+       /* test pattern 4 support */
+       enc110->base.features.flags.bits.IS_TPS4_CAPABLE = true;
 
        enc110->base.features.flags.bits.IS_Y_ONLY_CAPABLE = false;
        /*