drm/i915: Don't emit mbox updates without semaphores
authorBen Widawsky <benjamin.widawsky@intel.com>
Tue, 17 Dec 2013 04:50:38 +0000 (20:50 -0800)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 17 Dec 2013 08:56:29 +0000 (09:56 +0100)
Aside from the fact that it leaves confusing dumps on error capture, it
is entirely unnecessary, and potentially harmful in cases like BDW,
where the instruction has changed.

In reality (seemingly), this will have no behavioral impact.

Signed-off-by: Ben Widawsky <ben@bwidawsk.net>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found