Re: [Intel-gfx] [PATCH 1/3] drm/i915: extract steered reg access to common function

2021-06-15 Thread Rodrigo Vivi
On Mon, Jun 14, 2021 at 08:34:31PM -0700, Matt Roper wrote: > From: Daniele Ceraolo Spurio > > New steering cases will be added in the follow-up patches, so prepare a > common helper to avoid code duplication. > > Cc: Tvrtko Ursulin > Signed-off-by: Daniele Ceraolo Spurio > Signed-off-by: Matt

[Intel-gfx] [PATCH 1/3] drm/i915: extract steered reg access to common function

2021-06-14 Thread Matt Roper
From: Daniele Ceraolo Spurio New steering cases will be added in the follow-up patches, so prepare a common helper to avoid code duplication. Cc: Tvrtko Ursulin Signed-off-by: Daniele Ceraolo Spurio Signed-off-by: Matt Roper --- drivers/gpu/drm/i915/gt/intel_engine_cs.c | 41 +---