commit | 39df91905df3ba2d3a8e1270a30845970c9e2001 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 20 13:31:57 2016 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jul 20 13:40:43 2016 +0100 |
tree | 9d4f95d16e452615359bc95afb4f266cc0350323 | |
parent | f2f0ed718bc9d7587490ab0369a1091542d6c1f3 [diff] |
drm/i915: Convert i915_semaphores_is_enabled over to early sanitize 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. s/i915_semaphores_is_enabled/i915.semaphores/ v2: Add the state to the debug dmesg as well Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Link: http://patchwork.freedesktop.org/patch/msgid/1469005202-9659-10-git-send-email-chris@chris-wilson.co.uk Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/1469017917-15134-9-git-send-email-chris@chris-wilson.co.uk