Re: [Intel-gfx] [PATCH 3/3] drm/i915: Add module parameter to remove RCS engine

2019-08-13 Thread Chris Wilson
Quoting Chris Wilson (2019-08-13 19:03:38) > Quoting Stuart Summers (2019-08-13 18:41:21) > > In some debug scenarios, it might be interesting to load > > a platform without support for the render command streamer. > > Add a module parameter to allow this platform configuration. > > > > Signed-off

Re: [Intel-gfx] [PATCH 3/3] drm/i915: Add module parameter to remove RCS engine

2019-08-13 Thread Chris Wilson
Quoting Stuart Summers (2019-08-13 18:41:21) > In some debug scenarios, it might be interesting to load > a platform without support for the render command streamer. > Add a module parameter to allow this platform configuration. > > Signed-off-by: Stuart Summers Interesting, aside from that we s

[Intel-gfx] [PATCH 3/3] drm/i915: Add module parameter to remove RCS engine

2019-08-13 Thread Stuart Summers
In some debug scenarios, it might be interesting to load a platform without support for the render command streamer. Add a module parameter to allow this platform configuration. Signed-off-by: Stuart Summers --- drivers/gpu/drm/i915/i915_params.c | 3 +++ drivers/gpu/drm/i915/i915_params.h