please add datasheet URL to dri.freedesktop.org/wiki/SMedia

2011-12-22 Thread Paul Wise
Hi all, Sean from OpenMoko recently released the SMedia Glamo datasheets[1]. Could someone with permission add them to the wiki page[2]? My account (PaulWise) does not appear to be able to edit the page. 1. http://people.openmoko.org/sean/datasheets/glamo3362/ 2. http://dri.freedesktop

[PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread James Simmons
> > > Hi Dave, > > > > > > I've failed to correctly fix the via hang in the reclaim buffers rework > > > till now, so I'm only submitting the drm_sman removal of my drm cruft > > > removal series. > > > > Last attempt at your branch still had problem. Start I didn't have time > > track down the

[PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 09:48:35PM +, James Simmons wrote: > > > Hi Dave, > > > > I've failed to correctly fix the via hang in the reclaim buffers rework > > till now, so I'm only submitting the drm_sman removal of my drm cruft > > removal series. > > Last attempt at your branch still had pr

[PATCH] drm/i915: kill i915_mem.c

2011-12-22 Thread Daniel Vetter
Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace code. So just rip it out. Cc: Dave Airlie Cc: Keith Whitwell Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/drm_ioctl.c

TTM and AGP conflicts

2011-12-22 Thread James Simmons
Hi! I updated the openchrome tree and while testing on the AGP system discovered some interesting problems with the new TTM changes. The problems center around the ttm_tt_[un]populate which I modeled after the radeon and nouveau driver. First problem I noticed was on a AGP sys

[PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread James Simmons
> Hi Dave, > > I've failed to correctly fix the via hang in the reclaim buffers rework > till now, so I'm only submitting the drm_sman removal of my drm cruft > removal series. Last attempt at your branch still had problem. Start I didn't have time track down the exact issue. I'm cloning the be

Re: [Linaro-mm-sig] [RFC v3 0/2] Introduce DMA buffer sharing mechanism

2011-12-22 Thread Semwal, Sumit
On Wed, Dec 21, 2011 at 3:56 AM, Rob Clark wrote: > On Tue, Dec 20, 2011 at 2:20 PM, Dave Airlie wrote: >>> >>> I think this is a really good v1 version of dma_buf. It contains all the >>> required bits (with well-specified semantics in the doc patch) to >>> implement some basic use-cases a

[Bug 41170] [RV250Lf] Unexpected texture format in radeon_update_wrapper()

2011-12-22 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41170 --- Comment #8 from Johannes Obermayr 2011-12-22 12:35:52 PST --- Created attachment 54712 --> https://bugs.freedesktop.org/attachment.cgi?id=54712 'grep radeon_update_wrapper' from debug build OpenGL version string: 1.3 Mesa 7.12-devel (9f85

[PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread Daniel Vetter
Hi Dave, I've failed to correctly fix the via hang in the reclaim buffers rework till now, so I'm only submitting the drm_sman removal of my drm cruft removal series. While beating on this stuff with my i815 I've discovered a preexisting use-after free issue in lastclose (which is new compared to

Re: TTM and AGP conflicts

2011-12-22 Thread James Simmons
> > Hi! > > > >        I updated the openchrome tree and while testing on the AGP system > > discovered some interesting problems with the new TTM changes. The > > problems center around the ttm_tt_[un]populate which I modeled after the > > radeon and nouveau driver. > >        First problem I not

TTM and AGP conflicts

2011-12-22 Thread Alex Deucher
On Thu, Dec 22, 2011 at 4:56 PM, James Simmons wrote: > > Hi! > > ? ? ? ?I updated the openchrome tree and while testing on the AGP system > discovered some interesting problems with the new TTM changes. The > problems center around the ttm_tt_[un]populate which I modeled after the > radeon and n

[Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)

2011-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43993 --- Comment #4 from lschin...@gmail.com 2011-12-22 16:21:35 PST --- (In reply to comment #1) > > I install ppa:oibaf/graphics-drivers on Ubuntu Oneiric x64 > > Does the problem also occur without the PPA? > > Ubuntu Oneiric x64 do not come wit

[Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)

2011-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43993 --- Comment #3 from lschin...@gmail.com 2011-12-22 16:19:24 PST --- Created attachment 54734 --> https://bugs.freedesktop.org/attachment.cgi?id=54734 backtrace -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email ---

[Bug 43993] 3d game in vmware workstation cause X hang up (ati Gallium r600)

2011-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43993 lschin...@gmail.com changed: What|Removed |Added Attachment #54616|0 |1 is obsolete|

Re: [PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread James Simmons
> > > Hi Dave, > > > > > > I've failed to correctly fix the via hang in the reclaim buffers rework > > > till now, so I'm only submitting the drm_sman removal of my drm cruft > > > removal series. > > > > Last attempt at your branch still had problem. Start I didn't have time > > track down the

Re: [PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 09:48:35PM +, James Simmons wrote: > > > Hi Dave, > > > > I've failed to correctly fix the via hang in the reclaim buffers rework > > till now, so I'm only submitting the drm_sman removal of my drm cruft > > removal series. > > Last attempt at your branch still had pr

Re: TTM and AGP conflicts

2011-12-22 Thread Alex Deucher
On Thu, Dec 22, 2011 at 4:56 PM, James Simmons wrote: > > Hi! > >        I updated the openchrome tree and while testing on the AGP system > discovered some interesting problems with the new TTM changes. The > problems center around the ttm_tt_[un]populate which I modeled after the > radeon and no

TTM and AGP conflicts

2011-12-22 Thread James Simmons
Hi! I updated the openchrome tree and while testing on the AGP system discovered some interesting problems with the new TTM changes. The problems center around the ttm_tt_[un]populate which I modeled after the radeon and nouveau driver. First problem I noticed was on a AGP sys

Re: [PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread James Simmons
> Hi Dave, > > I've failed to correctly fix the via hang in the reclaim buffers rework > till now, so I'm only submitting the drm_sman removal of my drm cruft > removal series. Last attempt at your branch still had problem. Start I didn't have time track down the exact issue. I'm cloning the be

[PATCH] drm/i915: kill i915_mem.c

2011-12-22 Thread Daniel Vetter
Some decent history digging indicates that this was to be used for the GLX_MESA_allocate_memory extension but never actually implemented for any released i915 userspace code. So just rip it out. Cc: Dave Airlie Cc: Keith Whitwell Signed-Off-by: Daniel Vetter --- drivers/gpu/drm/drm_ioctl.c

[Bug 41170] [RV250Lf] Unexpected texture format in radeon_update_wrapper()

2011-12-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41170 --- Comment #8 from Johannes Obermayr 2011-12-22 12:35:52 PST --- Created attachment 54712 --> https://bugs.freedesktop.org/attachment.cgi?id=54712 'grep radeon_update_wrapper' from debug build OpenGL version string: 1.3 Mesa 7.12-devel (9f85

[PULL] remove drm_sman and some i815 fixes

2011-12-22 Thread Daniel Vetter
Hi Dave, I've failed to correctly fix the via hang in the reclaim buffers rework till now, so I'm only submitting the drm_sman removal of my drm cruft removal series. While beating on this stuff with my i815 I've discovered a preexisting use-after free issue in lastclose (which is new compared to

GPU hung with Linux-3.2-rc6

2011-12-22 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 01:45:20AM +0100, Udo Steinberg wrote: > On Wed, 21 Dec 2011 14:55:07 -0800 Keith Packard (KP) wrote: > > KP> On Wed, 21 Dec 2011 22:26:26 +0100, Udo Steinberg > wrote: > KP> > KP> > That makes the problem go away. If you need more help tracking down the > KP> > problem,

GPU hung with Linux-3.2-rc6

2011-12-22 Thread Keith Packard
/archives/dri-devel/attachments/20111222/93e09e6e/attachment.pgp>

Re: GPU hung with Linux-3.2-rc6

2011-12-22 Thread Keith Packard
On Thu, 22 Dec 2011 01:45:20 +0100, Udo Steinberg wrote: > I quick google search suggests that at least some of them are too old to > support SNA. Sounds good. If you can capture the error as Daniel suggests, that would be great. In any case, I'll post a revert of the semaphore enable patch as i

GPU hung with Linux-3.2-rc6

2011-12-22 Thread Udo Steinberg
ast some of them are too old to support SNA. Cheers, - Udo -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20111222/8297fe03/attachment-0001.pgp>

Re: GPU hung with Linux-3.2-rc6

2011-12-22 Thread Daniel Vetter
On Thu, Dec 22, 2011 at 01:45:20AM +0100, Udo Steinberg wrote: > On Wed, 21 Dec 2011 14:55:07 -0800 Keith Packard (KP) wrote: > > KP> On Wed, 21 Dec 2011 22:26:26 +0100, Udo Steinberg > wrote: > KP> > KP> > That makes the problem go away. If you need more help tracking down the > KP> > problem,