Skip to content

Commit 6e5c5d1

Browse files
committed
drm/i915/dpio: Remove pointless VLV_PCS01_DW8 read
We don't use the result of the VLV_PCS01_DW8 read at all, so don't read. Signed-off-by: Ville Syrjälä <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] Reviewed-by: Jani Nikula <[email protected]>
1 parent 1014793 commit 6e5c5d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,6 @@ void vlv_phy_pre_encoder_enable(struct intel_encoder *encoder,
11341134
vlv_dpio_get(dev_priv);
11351135

11361136
/* Enable clock channels for this port */
1137-
val = vlv_dpio_read(dev_priv, phy, VLV_PCS01_DW8(port));
11381137
val = 0;
11391138
if (pipe)
11401139
val |= (1<<21);

0 commit comments

Comments
 (0)