Re: [Intel-gfx] [PATCH 8/8] drm/i915: Remove i915.semaphores modparam

2017-11-16 Thread Joonas Lahtinen
On Tue, 2017-11-14 at 21:30 +, Chris Wilson wrote: > Having disabled the broken semaphores on Sandybridge, there is no need > for a modparam any more, so remove it in favour of a simple > HAS_LEGACY_SEMAPHORES() guard. > > Signed-off-by: Chris Wilson > Cc: Joonas Lahtinen > Reviewed-by: Maar

[Intel-gfx] [PATCH 8/8] drm/i915: Remove i915.semaphores modparam

2017-11-14 Thread Chris Wilson
Having disabled the broken semaphores on Sandybridge, there is no need for a modparam any more, so remove it in favour of a simple HAS_LEGACY_SEMAPHORES() guard. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Reviewed-by: Maarten Lankhorst --- drivers/gpu/drm/i915/i915_drv.c | 7 +---