Re: [Intel-gfx] [PATCH 3/7] drm/i915: set num_fence_regs to 0 if there is no aperture

2019-10-29 Thread Daniele Ceraolo Spurio
On 10/29/19 2:44 PM, Chris Wilson wrote: Quoting Daniele Ceraolo Spurio (2019-10-29 21:23:16) On 10/29/19 2:58 AM, Matthew Auld wrote: From: Daniele Ceraolo Spurio We can't fence anything without aperture. Signed-off-by: Daniele Ceraolo Spurio Signed-off-by: Stuart Summers Signed-off-b

Re: [Intel-gfx] [PATCH 3/7] drm/i915: set num_fence_regs to 0 if there is no aperture

2019-10-29 Thread Chris Wilson
Quoting Daniele Ceraolo Spurio (2019-10-29 21:23:16) > > > On 10/29/19 2:58 AM, Matthew Auld wrote: > > From: Daniele Ceraolo Spurio > > > > We can't fence anything without aperture. > > > > Signed-off-by: Daniele Ceraolo Spurio > > Signed-off-by: Stuart Summers > > Signed-off-by: Matthew Au

Re: [Intel-gfx] [PATCH 3/7] drm/i915: set num_fence_regs to 0 if there is no aperture

2019-10-29 Thread Daniele Ceraolo Spurio
On 10/29/19 2:58 AM, Matthew Auld wrote: From: Daniele Ceraolo Spurio We can't fence anything without aperture. Signed-off-by: Daniele Ceraolo Spurio Signed-off-by: Stuart Summers Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_gem_fence_reg.c | 6 -- 1 file changed, 4 in

Re: [Intel-gfx] [PATCH 3/7] drm/i915: set num_fence_regs to 0 if there is no aperture

2019-10-29 Thread Chris Wilson
Quoting Matthew Auld (2019-10-29 09:58:52) > From: Daniele Ceraolo Spurio > > We can't fence anything without aperture. > > Signed-off-by: Daniele Ceraolo Spurio > Signed-off-by: Stuart Summers > Signed-off-by: Matthew Auld Neat. Reviewed-by: Chris Wilson -Chris

[Intel-gfx] [PATCH 3/7] drm/i915: set num_fence_regs to 0 if there is no aperture

2019-10-29 Thread Matthew Auld
From: Daniele Ceraolo Spurio We can't fence anything without aperture. Signed-off-by: Daniele Ceraolo Spurio Signed-off-by: Stuart Summers Signed-off-by: Matthew Auld --- drivers/gpu/drm/i915/i915_gem_fence_reg.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drive