On Mon, Jul 06, 2015 at 10:32:11AM +0100, Chris Wilson wrote:
> On Mon, Jul 06, 2015 at 10:25:17AM +0100, Chris Wilson wrote:
> > On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote:
> > > Now when we have requests this deep on call chain, we can mark
> > > the elsp being submitted when i
On Mon, Jul 06, 2015 at 10:25:17AM +0100, Chris Wilson wrote:
> On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote:
> > Now when we have requests this deep on call chain, we can mark
> > the elsp being submitted when it actually is. Remove temp variable
> > and readjust commenting to mor
On Mon, Jul 06, 2015 at 11:09:25AM +0300, Mika Kuoppala wrote:
> Now when we have requests this deep on call chain, we can mark
> the elsp being submitted when it actually is. Remove temp variable
> and readjust commenting to more closely fit to the code.
>
> v2: Avoid tmp variable and reduce numb
Now when we have requests this deep on call chain, we can mark
the elsp being submitted when it actually is. Remove temp variable
and readjust commenting to more closely fit to the code.
v2: Avoid tmp variable and reduce number of writes (Chris)
Cc: Chris Wilson
Signed-off-by: Mika Kuoppala
---
Tested-By: Intel Graphics QA PRTS (Patch Regression Test System Contact:
shuang...@intel.com)
Task id: 6720
-Summary-
Platform Delta drm-intel-nightly Series Applied
ILK
On Fri, Jul 03, 2015 at 05:09:38PM +0300, Mika Kuoppala wrote:
> Now when we have requests this deep on call chain, we
> can mark the elsp being submitted when it actually is.
> While we are it, remove unnecessary temp assignment as
> it is already initialized as zero.
Bah, which I think is bad pr
Now when we have requests this deep on call chain, we
can mark the elsp being submitted when it actually is.
While we are it, remove unnecessary temp assignment as
it is already initialized as zero.
Signed-off-by: Mika Kuoppala
---
drivers/gpu/drm/i915/intel_lrc.c | 12 +---
1 file chang