Re: [Intel-gfx] [PATCH 08/10] drm/i915: Merge sbi read/write into a single accessor

2019-04-23 Thread Ville Syrjälä
On Fri, Apr 19, 2019 at 06:14:00PM +0100, Chris Wilson wrote: > Since intel_sideband_read and intel_sideband_write differ by only a > couple of lines (depending on whether we feed the value in or out), > merge the two into a single common accessor. > > v2: Restore vlv_flisdsi_read() lost during re

[Intel-gfx] [PATCH 08/10] drm/i915: Merge sbi read/write into a single accessor

2019-04-19 Thread Chris Wilson
Since intel_sideband_read and intel_sideband_write differ by only a couple of lines (depending on whether we feed the value in or out), merge the two into a single common accessor. v2: Restore vlv_flisdsi_read() lost during rebasing. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_si

[Intel-gfx] [PATCH 08/10] drm/i915: Merge sbi read/write into a single accessor

2018-03-07 Thread Chris Wilson
Since intel_sideband_read and intel_sideband_write differ by only a couple of lines (depending on whether we feed the value in or out), merge the two into a single common accessor. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/intel_sideband.c | 93 +-- 1 f