Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in retire_work

2014-10-24 Thread Daniel Vetter
..@linux.intel.com > > Subject: Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue > > items in retire_work > > > > On Mon, Oct 20, 2014 at 02:05:55PM +0100, Thomas Daniel wrote: > > > No longer create a work item to clean each execlist queue item. > &

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-24 Thread He, Shuang
> -Original Message- > From: He, Shuang > Sent: Monday, October 20, 2014 9:47 PM > To: He, Shuang; intel-gfx@lists.freedesktop.org; Daniel, Thomas > Subject: RE: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items > in > > Tested-By: PRC QA PRTS (Patc

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-21 Thread He, Shuang
> -Original Message- > From: Daniel, Thomas > Sent: Tuesday, October 21, 2014 8:46 PM > To: Daniel Vetter; He, Shuang > Cc: intel-gfx@lists.freedesktop.org > Subject: RE: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items > in > > > > >

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-21 Thread Daniel, Thomas
> -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel > Vetter > Sent: Tuesday, October 21, 2014 1:14 PM > To: He, Shuang > Cc: intel-gfx@lists.freedesktop.org; Daniel, Thomas > Subject: Re: [Intel-gfx] [PATCH] drm/i915/b

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-21 Thread Daniel Vetter
On Tue, Oct 21, 2014 at 01:32:44AM -0700, shuang...@intel.com wrote: > Tested-By: PRC QA PRTS (Patch Regression Test System Contact: > shuang...@intel.com) > -Summary- > Platform: baseline_drm_intel_nightly_pass_rate->patch_ap

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-21 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=19/19->3/19 PNV: pass/total=2/2->1/2 ILK: pas

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-20 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=273/273->272/273 PNV: pass/total=269/271->271

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in

2014-10-20 Thread shuang . he
Tested-By: PRC QA PRTS (Patch Regression Test System Contact: shuang...@intel.com) -Summary- Platform: baseline_drm_intel_nightly_pass_rate->patch_applied_pass_rate BYT: pass/total=1/1->1/1 PNV: pass/total=1/1->1/1 ILK: pass/t

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in retire_work

2014-10-20 Thread Daniel, Thomas
> -Original Message- > From: Chris Wilson [mailto:ch...@chris-wilson.co.uk] > Sent: Monday, October 20, 2014 2:11 PM > To: Daniel, Thomas > Cc: intel-gfx@lists.freedesktop.org; shuang...@linux.intel.com > Subject: Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlis

Re: [Intel-gfx] [PATCH] drm/i915/bdw: Clean up execlist queue items in retire_work

2014-10-20 Thread Chris Wilson
On Mon, Oct 20, 2014 at 02:05:55PM +0100, Thomas Daniel wrote: > No longer create a work item to clean each execlist queue item. > Instead, move retired execlist requests to a queue and clean up the > items during retire_requests. > > v2: Fix legacy ring path broken during overzealous cleanup At