Re: [Intel-gfx] [PATCH 9/9] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize

2016-07-20 Thread Joonas Lahtinen
On ke, 2016-07-20 at 10:00 +0100, Chris Wilson wrote: > Rather than recomputing whether semaphores are enabled, we can do that > computation once during early initialisation as the i915.semaphores > module parameter is now read-only. Has been since 2014 at least. > > Signed-off-by: Chris Wilson

[Intel-gfx] [PATCH 9/9] drm/i915: Convert i915_semaphores_is_enabled over to early sanitize

2016-07-20 Thread Chris Wilson
Rather than recomputing whether semaphores are enabled, we can do that computation once during early initialisation as the i915.semaphores module parameter is now read-only. Signed-off-by: Chris Wilson --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/i915_drv.c |