drm/i915: Tidy i915_gem_suspend()
authorChris Wilson <chris@chris-wilson.co.uk>
Mon, 9 Jul 2018 13:02:04 +0000 (14:02 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 10 Jul 2018 11:22:44 +0000 (12:22 +0100)
commitbf06112f869dd6a6c85a8d9fbbe879fb363011d6
treeaaa030e0b4869d256b5f09ad8915d96ddc01e822
parentb7bb6138c2d5fc0a79a465478c7bbf74902289f7
drm/i915: Tidy i915_gem_suspend()

In the next patch, we will make a fairly minor change to flush
outstanding resets before suspend. In order to keep churn to a minimum
in that functional patch, we fix up the comments and coding style now.

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/20180709130208.11730-7-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c