commit | e3be4079ea91c8b7bcb97cf44889ec5663c55fb4 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Jun 27 21:13:04 2018 +0100 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Jun 28 20:56:35 2018 +0100 |
tree | 2d3a704eda86bec44d06f9f7ee0179e4dc5740d4 | |
parent | 78796877c37cb2c3898c4bcd2a12238d83858287 [diff] |
drm/i915: Only signal from interrupt when requested Avoid calling dma_fence_signal() from inside the interrupt if we haven't enabled signaling on the request. 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/20180627201304.15817-4-chris@chris-wilson.co.uk