Re: [Intel-gfx] [RFC 44/44] drm/i915: Fake batch support for page flips

2014-07-07 Thread Daniel Vetter
On Thu, Jun 26, 2014 at 06:24:35PM +0100, john.c.harri...@intel.com wrote: > From: John Harrison > > Any commands written to the ring without the scheduler's knowledge can get > lost > during a pre-emption event. This checkin updates the page flip code to send > the > ring commands via the sche

[Intel-gfx] [RFC 44/44] drm/i915: Fake batch support for page flips

2014-06-26 Thread John . C . Harrison
From: John Harrison Any commands written to the ring without the scheduler's knowledge can get lost during a pre-emption event. This checkin updates the page flip code to send the ring commands via the scheduler's 'fake batch' interface. Thus the page flip is kept safe from being clobbered. ---