Re: [PATCH 01/14] drm/i915/dpio: Remove pointless VLV_PCS01_DW8 read

2024-04-22 Thread Jani Nikula
On Mon, 22 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > We don't use the result of the VLV_PCS01_DW8 read at all, > so don't read. Mmmh, maybe the intention was to be a rmw? Since this appears to have worked, okay. This part becomes a bit pointless: else val

[PATCH 01/14] drm/i915/dpio: Remove pointless VLV_PCS01_DW8 read

2024-04-22 Thread Ville Syrjala
From: Ville Syrjälä We don't use the result of the VLV_PCS01_DW8 read at all, so don't read. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_dpio_phy.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/display/intel_dpio_phy.c b/drivers/gpu/drm/i915/d