Re: [Intel-gfx] [PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode

2015-03-05 Thread Tomas Elf
On 19/02/2015 17:17, john.c.harri...@intel.com wrote: From: John Harrison In execlist mode, the context object pointer is written in to the request structure (and reference counted) at the point of request creation. In legacy mode, this only happens inside i915_add_request(). This patch update

[Intel-gfx] [PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode

2015-03-05 Thread John . C . Harrison
From: John Harrison In execlist mode, the context object pointer is written in to the request structure (and reference counted) at the point of request creation. In legacy mode, this only happens inside i915_add_request(). This patch updates the legacy code path to match the execlist version. Th

[Intel-gfx] [PATCH 21/53] drm/i915: Set context in request from creation even in legacy mode

2015-02-19 Thread John . C . Harrison
From: John Harrison In execlist mode, the context object pointer is written in to the request structure (and reference counted) at the point of request creation. In legacy mode, this only happens inside i915_add_request(). This patch updates the legacy code path to match the execlist version. Th