drm/i915: Drop the fudge warning on ring restart for ctg/elk
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 8 Aug 2019 07:41:52 +0000 (08:41 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 9 Aug 2019 14:23:20 +0000 (15:23 +0100)
commit3148310792b64c1b79e8ce399afccad369d4b17a
tree1deebc1bb052cd221690b3362bb384eb2ba38c6e
parent1a07e86cceac170bede143937efd29cbc7d358a6
drm/i915: Drop the fudge warning on ring restart for ctg/elk

Since we have already stopped the ring, cleared the ring, disabled the
ring (and verifying the ring is clear), a later debug message that the
ring is no longer clear serves no function. It appears it restarts
anyway, and we verify that the ring started correctly afterwards.

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