On Fri, Sep 02, 2011 at 09:56:31AM +0100, Chris Wilson wrote:
> On Thu, 1 Sep 2011 19:51:11 -0700, Ben Widawsky wrote:
> > On Thu, 01 Sep 2011 11:03:07 -0700
> > Eric Anholt wrote:
> >
> > > On Wed, 31 Aug 2011 12:47:22 -0700, Ben Widawsky
> > > wrote:
> > > > Assertion + unsigned helps catch p
On Thu, 1 Sep 2011 19:51:11 -0700, Ben Widawsky wrote:
> On Thu, 01 Sep 2011 11:03:07 -0700
> Eric Anholt wrote:
>
> > On Wed, 31 Aug 2011 12:47:22 -0700, Ben Widawsky
> > wrote:
> > > Assertion + unsigned helps catch potential issues.
> > >
> > > From the docs it is hard to tell if the global
On Thu, 01 Sep 2011 11:03:07 -0700
Eric Anholt wrote:
> On Wed, 31 Aug 2011 12:47:22 -0700, Ben Widawsky
> wrote:
> > Assertion + unsigned helps catch potential issues.
> >
> > From the docs it is hard to tell if the global GTT flag is actually
> > needed, but it shouldn't hurt.
>
> We're upda
On Wed, 31 Aug 2011 12:47:22 -0700, Ben Widawsky wrote:
> Assertion + unsigned helps catch potential issues.
>
> From the docs it is hard to tell if the global GTT flag is actually
> needed, but it shouldn't hurt.
We're updating a register, not the GTT, so I don't see why the flag
would be relev
Assertion + unsigned helps catch potential issues.
>From the docs it is hard to tell if the global GTT flag is actually
needed, but it shouldn't hurt.
Signed-off-by: Ben Widawsky
---
drivers/gpu/drm/i915/intel_ringbuffer.c |5 -
1 files changed, 4 insertions(+), 1 deletions(-)
diff --g