hi, man,
I am a new user for Ubuntu, I can't install the driver for the hp G45.
the type is hp dx2810.
I had get the install package, and already reading the README file, but
i don't to install the driver.
so, i need you help me to finished it.
and I am a Chinese user, the English is very bad.
On Sat, 28 Apr 2012 19:11:34 -0700
Ben Widawsky wrote:
> On Fri, 27 Apr 2012 16:24:24 +0100
> Chris Wilson wrote:
>
> > On Thu, 26 Apr 2012 16:03:08 -0700, Ben Widawsky
> > wrote:
> > > This helps implement glClientWaitSync.
> > >
> > > Finally we can use the new timed seqno waiting function
On Sat, 28 Apr 2012 08:56:39 +0100
Chris Wilson wrote:
> In order to avoid missed down-interrupts when coming out of RC6, it is
> advised that we always reset the down-threshold upon a PM event. This
> is due to that the PM unit goes through a little dance when coming
> out of RC6, it first bring
On Sat, 28 Apr 2012 09:00:03 +0100
Chris Wilson wrote:
> Signed-off-by: Chris Wilson
Reviewed-by: Ben Widawsky
___
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx
On Fri, 27 Apr 2012 16:24:24 +0100
Chris Wilson wrote:
> On Thu, 26 Apr 2012 16:03:08 -0700, Ben Widawsky
> wrote:
> > This helps implement glClientWaitSync.
> >
> > Finally we can use the new timed seqno waiting function to allow
> > userspace to wait on a request with a timeout. This implemen
On Fri, 27 Apr 2012 09:44:55 +0100
Chris Wilson wrote:
> On Thu, 26 Apr 2012 16:03:08 -0700, Ben Widawsky
> wrote:
> > + mutex_unlock(&dev->struct_mutex);
> > + ret = __wait_seqno(ring, seqno, true, &timeout);
> > + drm_gem_object_unreference_unlocked(&obj->base);
>
> Once we have the seq
On Fri, 27 Apr 2012 09:46:31 +0100
Chris Wilson wrote:
> On Thu, 26 Apr 2012 16:03:07 -0700, Ben Widawsky
> wrote:
> > +/*
> > + * Compare seqno against outstanding lazy request. Emit a request
> > if they are
> > + * equal. Seqno is updated with the new value if a request was
> > emitted.
> > +
On Wed, 25 Apr 2012 21:26:50 +0200, Daniel Vetter wrote:
> On Wed, Apr 25, 2012 at 06:14:37PM +0100, Chris Wilson wrote:
> > On Fri, 20 Apr 2012 21:03:35 +0200, Daniel Vetter
> > wrote:
> > > If we try to do that and the scanlines just wouldn't advance, we
> > > busy-hang the machine holding the
On Fri, 27 Apr 2012 15:14:10 +0100
Chris Wilson wrote:
> On Thu, 26 Apr 2012 16:03:06 -0700, Ben Widawsky
> wrote:
> > static int __wait_seqno(struct intel_ring_buffer *ring, u32 seqno,
> > - bool interruptible)
> > + bool interruptible, long *usecs)
> > {
>
Signed-off-by: Chris Wilson
---
drivers/gpu/drm/i915/i915_debugfs.c |2 --
drivers/gpu/drm/i915/i915_irq.c |5 +
drivers/gpu/drm/i915/intel_ringbuffer.h |1 -
3 files changed, 1 insertion(+), 7 deletions(-)
diff --git a/drivers/gpu/drm/i915/i915_debugfs.c
b/drivers/g
In order to avoid missed down-interrupts when coming out of RC6, it is
advised that we always reset the down-threshold upon a PM event. This is
due to that the PM unit goes through a little dance when coming out of
RC6, it first brings the GPU up at the lowest frequency then a short
time later it r
11 matches
Mail list logo