Skip to content

Commit 388629a

Browse files
bhadanednyaneshwarmattrope
authored andcommitted
drm/i915/mtl: Update PLL c20 phy value for DP uhbr20
Update mtl c20 phy DP table for uhbr20 values according to the revised specifications. Bspec: 74165 Signed-off-by: Dnyaneshwar Bhadane <[email protected]> Reviewed-by: Sai Teja Pottumuttu <[email protected]> Signed-off-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 87aaea1 commit 388629a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

drivers/gpu/drm/i915/display/intel_cx0_phy.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -923,10 +923,10 @@ static const struct intel_c20pll_state mtl_c20_dp_uhbr20 = {
923923
},
924924
.mplla = { 0x3104, /* mplla cfg0 */
925925
0xd105, /* mplla cfg1 */
926-
0xc025, /* mplla cfg2 */
927-
0xc025, /* mplla cfg3 */
928-
0xa6ab, /* mplla cfg4 */
929-
0x8c00, /* mplla cfg5 */
926+
0x9217, /* mplla cfg2 */
927+
0x9217, /* mplla cfg3 */
928+
0x8c00, /* mplla cfg4 */
929+
0x759a, /* mplla cfg5 */
930930
0x4000, /* mplla cfg6 */
931931
0x0003, /* mplla cfg7 */
932932
0x3555, /* mplla cfg8 */

0 commit comments

Comments
 (0)