Searched hist:"61 d3dc708077de316bdcafd66016c2285da07275" (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gpu_error.c | diff 61d3dc708077de316bdcafd66016c2285da07275 Fri Mar 03 13:08:24 CST 2017 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Split breadcrumbs spinlock into two
As we now take the breadcrumbs spinlock within the interrupt handler, we wish to minimise its hold time. During the interrupt we do not care about the state of the full rbtree, only that of the first element, so we can guard that with a separate lock.
v2: Rename first_wait to irq_wait to make it clearer that it is guarded by irq_lock.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170303190824.1330-1-chris@chris-wilson.co.uk
|
H A D | i915_debugfs.c | diff 61d3dc708077de316bdcafd66016c2285da07275 Fri Mar 03 13:08:24 CST 2017 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Split breadcrumbs spinlock into two
As we now take the breadcrumbs spinlock within the interrupt handler, we wish to minimise its hold time. During the interrupt we do not care about the state of the full rbtree, only that of the first element, so we can guard that with a separate lock.
v2: Rename first_wait to irq_wait to make it clearer that it is guarded by irq_lock.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170303190824.1330-1-chris@chris-wilson.co.uk
|
H A D | i915_irq.c | diff 61d3dc708077de316bdcafd66016c2285da07275 Fri Mar 03 13:08:24 CST 2017 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Split breadcrumbs spinlock into two
As we now take the breadcrumbs spinlock within the interrupt handler, we wish to minimise its hold time. During the interrupt we do not care about the state of the full rbtree, only that of the first element, so we can guard that with a separate lock.
v2: Rename first_wait to irq_wait to make it clearer that it is guarded by irq_lock.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170303190824.1330-1-chris@chris-wilson.co.uk
|
H A D | i915_drv.h | diff 61d3dc708077de316bdcafd66016c2285da07275 Fri Mar 03 13:08:24 CST 2017 Chris Wilson <chris@chris-wilson.co.uk> drm/i915: Split breadcrumbs spinlock into two
As we now take the breadcrumbs spinlock within the interrupt handler, we wish to minimise its hold time. During the interrupt we do not care about the state of the full rbtree, only that of the first element, so we can guard that with a separate lock.
v2: Rename first_wait to irq_wait to make it clearer that it is guarded by irq_lock.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: Mika Kuoppala <mika.kuoppala@intel.com> Link: http://patchwork.freedesktop.org/patch/msgid/20170303190824.1330-1-chris@chris-wilson.co.uk
|