Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-03 Thread Daniel Vetter
On Wed, Dec 03, 2014 at 09:31:37AM +, Chris Wilson wrote: > On Wed, Dec 03, 2014 at 10:17:32AM +0100, Daniel Vetter wrote: > > On Tue, Dec 02, 2014 at 01:57:32PM -0800, Michael H. Nguyen wrote: > > > > > > > > > On 12/02/2014 03:13 AM, Chris Wilson wrote: > > > > On Mon, Dec 01, 2014 at 02:39

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-03 Thread Chris Wilson
On Wed, Dec 03, 2014 at 10:17:32AM +0100, Daniel Vetter wrote: > On Tue, Dec 02, 2014 at 01:57:32PM -0800, Michael H. Nguyen wrote: > > > > > > On 12/02/2014 03:13 AM, Chris Wilson wrote: > > > On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > > >> Re: madvise on creation > > >

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-03 Thread Daniel Vetter
On Tue, Dec 02, 2014 at 01:57:32PM -0800, Michael H. Nguyen wrote: > > > On 12/02/2014 03:13 AM, Chris Wilson wrote: > > On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > >> Re: madvise on creation > >> > >> Were you referring to this? > >> > >> from > >> http://lists.freedesk

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-03 Thread Daniel Vetter
On Tue, Dec 02, 2014 at 11:10:24AM -0800, Michael H. Nguyen wrote: > > > On 12/02/2014 01:45 AM, Daniel Vetter wrote: > >On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > >> > >> > >>On 11/26/2014 11:44 PM, Chris Wilson wrote: > >>>On Wed, Nov 26, 2014 at 01:53:34PM -0800, mich

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-02 Thread Michael H. Nguyen
On 12/02/2014 03:13 AM, Chris Wilson wrote: > On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: >> Re: madvise on creation >> >> Were you referring to this? >> >> from http://lists.freedesktop.org/archives/intel-gfx/2014-November/055060.htm >> >> obj = i915_gem_obj_alloc();

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-02 Thread Michael H. Nguyen
On 12/02/2014 01:45 AM, Daniel Vetter wrote: On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: On 11/26/2014 11:44 PM, Chris Wilson wrote: On Wed, Nov 26, 2014 at 01:53:34PM -0800, michael.h.ngu...@intel.com wrote: From: "Michael H. Nguyen" This is v5 of the series sent

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-02 Thread Daniel Vetter
On Tue, Dec 02, 2014 at 11:13:48AM +, Chris Wilson wrote: > On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > > Re: madvise on creation > > > > Were you referring to this? > > > > from > > http://lists.freedesktop.org/archives/intel-gfx/2014-November/055060.htm > > > >

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-02 Thread Chris Wilson
On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > Re: madvise on creation > > Were you referring to this? > > from http://lists.freedesktop.org/archives/intel-gfx/2014-November/055060.htm > > obj = i915_gem_obj_alloc(); > i915_gem_object_get_pages(obj); > obj

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-02 Thread Daniel Vetter
On Mon, Dec 01, 2014 at 02:39:51PM -0800, Michael H. Nguyen wrote: > > > On 11/26/2014 11:44 PM, Chris Wilson wrote: > >On Wed, Nov 26, 2014 at 01:53:34PM -0800, michael.h.ngu...@intel.com wrote: > >>From: "Michael H. Nguyen" > >> > >>This is v5 of the series sent here: > >>http://lists.freedesk

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-12-01 Thread Michael H. Nguyen
On 11/26/2014 11:44 PM, Chris Wilson wrote: On Wed, Nov 26, 2014 at 01:53:34PM -0800, michael.h.ngu...@intel.com wrote: From: "Michael H. Nguyen" This is v5 of the series sent here: http://lists.freedesktop.org/archives/intel-gfx/2014-November/055141.html This version incorporates the follo

Re: [Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-11-26 Thread Chris Wilson
On Wed, Nov 26, 2014 at 01:53:34PM -0800, michael.h.ngu...@intel.com wrote: > From: "Michael H. Nguyen" > > This is v5 of the series sent here: > http://lists.freedesktop.org/archives/intel-gfx/2014-November/055141.html > > This version incorporates the following feedback from v4. > > - 0/7 Mo

[Intel-gfx] [PATCH v5 0/7] Command parser batch buffer copy

2014-11-26 Thread michael . h . nguyen
From: "Michael H. Nguyen" This is v5 of the series sent here: http://lists.freedesktop.org/archives/intel-gfx/2014-November/055141.html This version incorporates the following feedback from v4. - 0/7 Move 'pending_read_domains |= I915_GEM_DOMAIN_COMMAND' after the parser (danvet) - 1/7 Move