Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/reg: fix QGV points register access offsets

2023-03-23 Thread Govindapillai, Vinod
On Wed, 2023-03-22 at 16:36 +0200, Ville Syrjälä wrote: > On Wed, Mar 22, 2023 at 04:20:50PM +0200, Vinod Govindapillai wrote: > > Wrong offsets are calculated to read QGV point registers. Fix it > > to read from the correct registers. > > > > v2: Avoid magic number and better handling the second

Re: [Intel-gfx] [PATCH v2 1/2] drm/i915/reg: fix QGV points register access offsets

2023-03-22 Thread Ville Syrjälä
On Wed, Mar 22, 2023 at 04:20:50PM +0200, Vinod Govindapillai wrote: > Wrong offsets are calculated to read QGV point registers. Fix it > to read from the correct registers. > > v2: Avoid magic number and better handling the second bitgroup > > Bspec: 64602 > > Signed-off-by: Vinod Govindapillai

[Intel-gfx] [PATCH v2 1/2] drm/i915/reg: fix QGV points register access offsets

2023-03-22 Thread Vinod Govindapillai
Wrong offsets are calculated to read QGV point registers. Fix it to read from the correct registers. v2: Avoid magic number and better handling the second bitgroup Bspec: 64602 Signed-off-by: Vinod Govindapillai Reviewed-by: Stanislav Lisovskiy --- drivers/gpu/drm/i915/i915_reg.h | 5 +++-- 1