Re: [Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2013-05-29 Thread Damien Lespiau
On Tue, May 28, 2013 at 07:22:18PM -0700, Ben Widawsky wrote: > This replaces the existing MBOX update code with a more generalized > calculation for emitting mbox updates. We also create a sentinel for > doing the updates so we can more abstractly deal with the rings. > > When doing MBOX updates

[Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2013-05-28 Thread Ben Widawsky
This replaces the existing MBOX update code with a more generalized calculation for emitting mbox updates. We also create a sentinel for doing the updates so we can more abstractly deal with the rings. When doing MBOX updates the code must be aware of the /other/ rings. Until now the platforms whi

Re: [Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2013-05-07 Thread Ben Widawsky
On Tue, May 07, 2013 at 04:34:46PM +0100, Damien Lespiau wrote: > On Sat, Apr 27, 2013 at 05:59:13PM -0700, Ben Widawsky wrote: > > This replaces the existing MBOX update code with a more generalized > > calculation for emitting mbox updates. We also create a sentinel for > > doing the updates so w

Re: [Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2013-05-07 Thread Damien Lespiau
On Sat, Apr 27, 2013 at 05:59:13PM -0700, Ben Widawsky wrote: > This replaces the existing MBOX update code with a more generalized > calculation for emitting mbox updates. We also create a sentinel for > doing the updates so we can more abstractly deal with the rings. > > When doing MBOX updates

[Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2013-04-27 Thread Ben Widawsky
This replaces the existing MBOX update code with a more generalized calculation for emitting mbox updates. We also create a sentinel for doing the updates so we can more abstractly deal with the rings. When doing MBOX updates the code must be aware of the /other/ rings. Until now the platforms whi

Re: [Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2012-11-07 Thread Jani Nikula
On Tue, 06 Nov 2012, Ben Widawsky wrote: > This replaces the existing MBOX update code with a more generalized > calculation for emitting mbox updates. We also create a sentinel for > doing the updates so we can more abstractly deal with the rings. > > When doing MBOX updates the code must be awar

[Intel-gfx] [PATCH 02/18] drm/i915: Semaphore MBOX update generalization

2012-11-06 Thread Ben Widawsky
This replaces the existing MBOX update code with a more generalized calculation for emitting mbox updates. We also create a sentinel for doing the updates so we can more abstractly deal with the rings. When doing MBOX updates the code must be aware of the /other/ rings. Until now the platforms whi