commit | 52ed23253b68e1cf154b03d91bed619504cf955b | [log] [tgz] |
---|---|---|
author | Ben Widawsky <benjamin.widawsky@intel.com> | Mon Dec 16 20:50:38 2013 -0800 |
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | Tue Dec 17 09:56:29 2013 +0100 |
tree | fc48ef8e78dba246466d1771218f82475c153cfa | |
parent | 0e79284d138d01a794cb860af5c4d2c0eb8f6fda [diff] |
drm/i915: Don't emit mbox updates without semaphores 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>