[Intel-gfx] [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction

2020-02-21 Thread Chris Wilson
No good reason why we must always use a static ringsize, so let userspace select one during construction. Link: https://github.com/intel/compute-runtime/pull/261 Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Steve Carbonari Reviewed-by: Janusz Krzysztofik ---

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction

2019-11-25 Thread Chris Wilson
Quoting Chris Wilson (2019-11-15 16:05:45) > No good reason why we must always use a static ringsize, so let > userspace select one during construction. Do we have any news on whether userspace has materialised for this yet? It's literally just --- a/runtime/os_interface/linux/drm_neo.cpp +++

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction

2019-11-18 Thread Chris Wilson
Quoting Janusz Krzysztofik (2019-11-18 11:14:12) > Hi Chris, > > Only some minor comments from me, mostly out of my curiosity. > > On Friday, November 15, 2019 5:05:45 PM CET Chris Wilson wrote: > > No good reason why we must always use a static ringsize, so let > > userspace select one during

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction

2019-11-18 Thread Janusz Krzysztofik
Hi Chris, Only some minor comments from me, mostly out of my curiosity. On Friday, November 15, 2019 5:05:45 PM CET Chris Wilson wrote: > No good reason why we must always use a static ringsize, so let > userspace select one during construction. > > Signed-off-by: Chris Wilson > Cc: Joonas

[Intel-gfx] [PATCH 2/3] drm/i915: Allow userspace to specify ringsize on construction

2019-11-15 Thread Chris Wilson
No good reason why we must always use a static ringsize, so let userspace select one during construction. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 139 +++- drivers/gpu/drm/i915/gt/intel_lrc.c | 1 +