Re: [Intel-gfx] [PATCH] drm/i915: Do not redefine the has_csr parameter.

2018-08-17 Thread Rodrigo Vivi
On Fri, Aug 17, 2018 at 09:04:24PM +0300, Imre Deak wrote: > On Fri, Aug 17, 2018 at 10:33:30AM -0700, Anusha Srivatsa wrote: > > Let us reuse the already defined has_csr check and not > > redefine it. > > The main difference is that in effect this will flip .has_csr to 1 > (via GEN9_FEATURES whic

Re: [Intel-gfx] [PATCH] drm/i915: Do not redefine the has_csr parameter.

2018-08-17 Thread Imre Deak
On Fri, Aug 17, 2018 at 10:33:30AM -0700, Anusha Srivatsa wrote: > Let us reuse the already defined has_csr check and not > redefine it. The main difference is that in effect this will flip .has_csr to 1 (via GEN9_FEATURES which GEN11_FEATURES pulls in). Fixes: https://bugs.freedesktop.org/show_b

[Intel-gfx] [PATCH] drm/i915: Do not redefine the has_csr parameter.

2018-08-17 Thread Anusha Srivatsa
Let us reuse the already defined has_csr check and not redefine it. Suggested-by: Imre Deak Cc: Imre Deak Cc: Rodrigo Vivi Signed-off-by: Anusha Srivatsa --- drivers/gpu/drm/i915/i915_pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_pci.c b/drivers/gpu/drm/i9