Re: [Intel-gfx] [PATCH 1/7] drm/i915: Move GGTT fence registers under gt/

2020-03-16 Thread Mika Kuoppala
Chris Wilson writes: > Since the fence registers control HW detiling throught the GGTT > aperture, make them a part of the intel_ggtt under gt/ > > Signed-off-by: Chris Wilson Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm/i915/Makefile | 2 +- > drivers/gpu/drm/i915/gt/

[Intel-gfx] [PATCH 1/7] drm/i915: Move GGTT fence registers under gt/

2020-03-14 Thread Chris Wilson
Since the fence registers control HW detiling throught the GGTT aperture, make them a part of the intel_ggtt under gt/ Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/Makefile | 2 +- drivers/gpu/drm/i915/gt/intel_ggtt.c | 2 +- .../intel_ggtt_fencing.c}