[Bug 19477] [G33 OGLC]oglconform case evalc.c fail

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19477 liuhaien changed: What|Removed |Added AssignedTo|dri-|gordon@intel.com |de...

[Bug 19474] [OGLC]oglconform case texsubimage.c fail on 64-bit systems

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19474 Gordon Jin changed: What|Removed |Added AssignedTo|dri-|haihao.xi...@intel.com |d

[Bug 19477] [G33 OGLC]oglconform case evalc.c fail

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19477 --- Comment #2 from liuhaien 2009-01-08 23:49:00 PST --- this case works fine against the same code on our another G33 machine with 32bit OS. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receivi

[Bug 19477] New: [G33 OGLC]oglconform case evalc.c fail

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19477 Summary: [G33 OGLC]oglconform case evalc.c fail Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW Severity: normal Priority: med

[Bug 19477] [G33 OGLC]oglconform case evalc.c fail

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19477 --- Comment #1 from liuhaien 2009-01-08 23:47:08 PST --- Created an attachment (id=21828) --> (http://bugs.freedesktop.org/attachment.cgi?id=21828) xorg conf file -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

Re: [PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-08 Thread Keith Packard
On Thu, 2009-01-08 at 17:30 -0800, Jesse Barnes wrote: > "assuming you meant the other pipe" but less wordy. "Trying other pipe" is > probably better. We shouldn't spam the syslog with messages here; if it happens, it's going to happen often. Perhaps just complaining once? -- keith.pack...@in

[Bug 19474] [OGLC]oglconform case texsubimage.c fail on x86_64 machines

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19474 --- Comment #1 from liuhaien 2009-01-08 18:37:38 PST --- Created an attachment (id=21819) --> (http://bugs.freedesktop.org/attachment.cgi?id=21819) xorg conf file -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 19474] New: [OGLC]oglconform case texsubimage. c fail on x86_64 machines

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19474 Summary: [OGLC]oglconform case texsubimage.c fail on x86_64 machines Product: Mesa Version: unspecified Platform: Other OS/Version: Linux (All) Status: NEW

Re: [PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-08 Thread Jesse Barnes
On Thursday, January 8, 2009 5:25 pm Ian Romanick wrote: > On Thu, Jan 08, 2009 at 10:45:16AM -0800, Jesse Barnes wrote: > > Dunno if this is a good idea or not, but it would have helped with some > > of the recent bugs. > > > > -- > > Jesse Barnes, Intel Open Source Technology Center > > > > diff

Re: [PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-08 Thread Ian Romanick
On Thu, Jan 08, 2009 at 10:45:16AM -0800, Jesse Barnes wrote: > Dunno if this is a good idea or not, but it would have helped with some of the > recent bugs. > > -- > Jesse Barnes, Intel Open Source Technology Center > > diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c > index

Re: How to get the physical frame buffer address?

2009-01-08 Thread Jesse Barnes
On Thursday, January 8, 2009 4:24 am Paul Winder wrote: > I'm still trying to figure out how to get the framebuffer address using > the drm gem code. > > I think I need to: > drmAddMap(, address of framebuffer) - gets handle > drmMap(... handle) > drmModeAddFB(... handle...) >

Re: [RFC] add timeout to drmWaitVBlank to avoid hangs

2009-01-08 Thread Jesse Barnes
On Thursday, January 8, 2009 2:13 am Daniel Stone wrote: > On Wed, Jan 07, 2009 at 11:34:42AM -0800, Eric Anholt wrote: > > On Wed, 2009-01-07 at 11:11 -0800, Jesse Barnes wrote: > > > On Wednesday, January 7, 2009 10:54 am Keith Packard wrote: > > > > > +libdrm_la_LIBADD = -lrt > > > > > > > > I f

[PATCH] try other pipe in wait_vblank if drm_vblank_get fails

2009-01-08 Thread Jesse Barnes
Dunno if this is a good idea or not, but it would have helped with some of the recent bugs. -- Jesse Barnes, Intel Open Source Technology Center diff --git a/drivers/gpu/drm/drm_irq.c b/drivers/gpu/drm/drm_irq.c index 1e787f8..8ae2a6a 100644 --- a/drivers/gpu/drm/drm_irq.c +++ b/drivers/gpu/drm/

[PATCH] don't enable vblanks on disabled pipes

2009-01-08 Thread Jesse Barnes
In some cases we might try to wait on vblank events from pipes that aren't actually enabled. We shouldn't allow this, so return -EINVAL if the pipe isn't on. -- Jesse Barnes, Intel Open Source Technology Center diff --git a/drivers/gpu/drm/i915/i915_irq.c b/drivers/gpu/drm/i915/i915_irq.c ind

How to get the physical frame buffer address?

2009-01-08 Thread Paul Winder
I'm still trying to figure out how to get the framebuffer address using the drm gem code. I think I need to: drmAddMap(, address of framebuffer) - gets handle drmMap(... handle) drmModeAddFB(... handle...) Then I can get the frame buffer id to use in my drmModeSetCrtc

[Bug 18609] Recent GEM kernels eventually start dropping interrupts on intel

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18609 Volker Braun changed: What|Removed |Added CC||vbr...@physics.upenn.edu --- Comment #

[Bug 17929] R300 does not know how to handle FRAG_BIT_FOGC

2009-01-08 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=17929 Corbin Simpson changed: What|Removed |Added AssignedTo|dri-|mostawesomed...@gmail.com

Re: [RFC] add timeout to drmWaitVBlank to avoid hangs

2009-01-08 Thread Daniel Stone
On Wed, Jan 07, 2009 at 11:34:42AM -0800, Eric Anholt wrote: > On Wed, 2009-01-07 at 11:11 -0800, Jesse Barnes wrote: > > On Wednesday, January 7, 2009 10:54 am Keith Packard wrote: > > > > +libdrm_la_LIBADD = -lrt > > > > > > I fear you'll need autoconf-fu for this? > > > > > > Otherwise, it looks