Re: [Intel-gfx] [PATCH v2] drm/i915: Introduce HAS_64BIT_RELOC

2016-11-02 Thread Joonas Lahtinen
On ke, 2016-11-02 at 13:25 +, Chris Wilson wrote: > On Wed, Nov 02, 2016 at 02:55:36PM +0200, Joonas Lahtinen wrote: > > > > Move has_64bit_reloc into dev_priv->info. > > ... so that it is shown in the feature list for debugging Ok, I'll add more detail. > > @@ -288,7 +288,8 @@ static const

Re: [Intel-gfx] [PATCH v2] drm/i915: Introduce HAS_64BIT_RELOC

2016-11-02 Thread Chris Wilson
On Wed, Nov 02, 2016 at 02:55:36PM +0200, Joonas Lahtinen wrote: > Move has_64bit_reloc into dev_priv->info. ... so that it is shown in the feature list for debugging > > v2: > - Keep the struct member to keep GCC fragile but happy (Chris) > > Cc: Chris Wilson > Signed-off-by: Joonas Lahtinen

[Intel-gfx] [PATCH v2] drm/i915: Introduce HAS_64BIT_RELOC

2016-11-02 Thread Joonas Lahtinen
Move has_64bit_reloc into dev_priv->info. v2: - Keep the struct member to keep GCC fragile but happy (Chris) Cc: Chris Wilson Signed-off-by: Joonas Lahtinen --- drivers/gpu/drm/i915/i915_drv.h | 3 +++ drivers/gpu/drm/i915/i915_gem_execbuffer.c | 3 ++- drivers/gpu/drm/i915/i915