On 02/07/2014 19:29, Jesse Barnes wrote:
On Thu, 26 Jun 2014 18:24:07 +0100
john.c.harri...@intel.com wrote:
From: John Harrison
The scheduler needs to explicitly allocate a seqno to track each submitted batch
buffer. This must happen a long time before any commands are actually written to
th
On Thu, 26 Jun 2014 18:24:07 +0100
john.c.harri...@intel.com wrote:
> From: John Harrison
>
> The scheduler needs to explicitly allocate a seqno to track each submitted
> batch
> buffer. This must happen a long time before any commands are actually written
> to
> the ring.
> ---
> drivers/gpu
From: John Harrison
The scheduler needs to explicitly allocate a seqno to track each submitted batch
buffer. This must happen a long time before any commands are actually written to
the ring.
---
drivers/gpu/drm/i915/i915_gem_execbuffer.c |5 +
drivers/gpu/drm/i915/intel_ringbuffer.c