drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idle
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 9 Dec 2020 16:40:08 +0000 (16:40 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 9 Dec 2020 19:43:32 +0000 (19:43 +0000)
commit51c87fa64f9867139542b02a1f38c051cb6f8bac
tree6bad978793637e0efc36168ffde6067851590105
parent84361529ee853d25b1d06b7070a590d972cdcc03
drm/i915/gt: Remove uninterruptible parameter from intel_gt_wait_for_idle

Now that the only user of the uninterruptible wait was eliminated,
remove the support.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Mika Kuoppala <mika.kuoppala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20201209164008.5487-3-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/gt/intel_gt_requests.c