Re: [Intel-gfx] [PATCH] drm/i915: Remove ring_mask from skl/kbl_gt3_info

2016-12-30 Thread Daniel Vetter
On Fri, Dec 30, 2016 at 04:25:31PM +, Chris Wilson wrote: > In subject: +Remove duplicate ring_mask. Less freaking out ensues. However, > note that the gt3+ have BSD2 which is not inherited from BDW_FEATURES. Wow, I was blind somehow, now idea how I came up with this. At least CI caught it nic

Re: [Intel-gfx] [PATCH] drm/i915: Remove ring_mask from skl/kbl_gt3_info

2016-12-30 Thread Chris Wilson
In subject: +Remove duplicate ring_mask. Less freaking out ensues. However, note that the gt3+ have BSD2 which is not inherited from BDW_FEATURES. -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.fre

[Intel-gfx] [PATCH] drm/i915: Remove ring_mask from skl/kbl_gt3_info

2016-12-30 Thread Daniel Vetter
It's the same as in BDW_FEATURES, no point being inconsistent about this. Cc: Rodrigo Vivi Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/i915_pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i915/i915_pci.c index 7435a73f6bc6..