radeon_atrm_get_bios() seems to be quite slow

2012-01-02 Thread Petr Štetiar
diff Size: 3960 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120102/98274242/attachment-0001.patch>

radeon: writeback-issues since kernel 2.6.34 on ATI FireMV 2200 PCI

2012-01-02 Thread Helge Deller
I'm facing the problem with the radeon drm driver, that I now manually need to set the kernel module parameter radeon.no_wb to 1 at bootup, else X just hangs in average up to 8 seconds per minute without any real activity (X or the video driver just seems to wait for something..). Fedora 13

GPU hung with Linux-3.2-rc6

2012-01-02 Thread Daniel Vetter
On Mon, Jan 2, 2012 at 08:09, Udo Steinberg wrote: > On Thu, 22 Dec 2011 09:22:33 +0100 Daniel Vetter (DV) wrote: > > DV> Can you please apply the patch available at > DV> > DV> > http://cgit.freedesktop.org/~danvet/drm/patch/?id=0b3ecfa8c9b00f50d514fbcc12e34882b0fa695a > DV> > DV> This one will

[Bug 43964] Rendering is distorded in Penumbra Overture game

2012-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=43964 Laurent carlier changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44365 --- Comment #3 from Mark 2012-01-02 10:06:21 PST --- Whilst much improved, there are frequent rendering glitches still. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Mark changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=44365 --- Comment #1 from Alex Deucher 2012-01-02 07:10:23 PST --- Does r600g from mesa git master work any better? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You

[PATCH 1/3] drm/omap: drm API update: addfb2

2012-01-02 Thread Rob Clark
On Tue, Dec 20, 2011 at 5:30 PM, Ville Syrj?l? wrote: > On Tue, Dec 20, 2011 at 04:58:51PM -0600, Rob Clark wrote: >> +static const struct format formats[] = { >> + ? ? /* 16bpp [A]RGB: */ >> + ? ? { OMAP_DSS_COLOR_RGB16, ? ? ? DRM_FORMAT_RGB565, ? {{2, 1}}, false }, >> /* RGB16-565 */ >> + ? ?

GPU hung with Linux-3.2-rc6

2012-01-02 Thread Udo Steinberg
h applied. Cheers, - Udo -- next part -- A non-text attachment was scrubbed... Name: dmesg Type: application/octet-stream Size: 107441 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120102/5d4c3fc8/attachme

Re: [PATCH 2/3] dma-buf: Documentation for buffer sharing framework

2012-01-02 Thread Sakari Ailus
Hi Sumit and Arnd, On Mon, Dec 26, 2011 at 02:53:16PM +0530, Sumit Semwal wrote: Add documentation for dma buffer sharing framework, explaining the various operations, members and API of the dma buffer sharing framework. Signed-off-by: Sumit Semwal sumit.sem...@linaro.org Signed-off-by:

Re: [Linaro-mm-sig] [RFC v2 1/2] dma-buf: Introduce dma buffer sharing mechanism

2012-01-02 Thread Sakari Ailus
Hi Arnd, On Tue, Dec 20, 2011 at 03:36:49PM +, Arnd Bergmann wrote: On Tuesday 20 December 2011, Sakari Ailus wrote: (I'm jumping into the discussion in the middle, and might miss something that has already been talked about. I still hope what I'm about to say is relevant. :-)) It

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44365 --- Comment #1 from Alex Deucher ag...@yahoo.com 2012-01-02 07:10:23 PST --- Does r600g from mesa git master work any better? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail

Re: [PATCH 1/3] drm/omap: drm API update: addfb2

2012-01-02 Thread Rob Clark
On Tue, Dec 20, 2011 at 5:30 PM, Ville Syrjälä ville.syrj...@linux.intel.com wrote: On Tue, Dec 20, 2011 at 04:58:51PM -0600, Rob Clark wrote: +static const struct format formats[] = { +     /* 16bpp [A]RGB: */ +     { OMAP_DSS_COLOR_RGB16,       DRM_FORMAT_RGB565,   {{2, 1}}, false }, /*

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44365 Mark freedesk...@darkskiez.co.uk changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 44365] Textures aligned/move wrongly in planeshift game

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44365 --- Comment #3 from Mark freedesk...@darkskiez.co.uk 2012-01-02 10:06:21 PST --- Whilst much improved, there are frequent rendering glitches still. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are

[Bug 43964] Rendering is distorded in Penumbra Overture game

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43964 Laurent carlier lordhea...@gmail.com changed: What|Removed |Added Status|NEW |RESOLVED

Re: GPU hung with Linux-3.2-rc6

2012-01-02 Thread Daniel Vetter
On Mon, Jan 2, 2012 at 08:09, Udo Steinberg u...@hypervisor.org wrote: On Thu, 22 Dec 2011 09:22:33 +0100 Daniel Vetter (DV) wrote: DV Can you please apply the patch available at DV DV http://cgit.freedesktop.org/~danvet/drm/patch/?id=0b3ecfa8c9b00f50d514fbcc12e34882b0fa695a DV DV This

[Bug 44405] New: Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44405 Bug #: 44405 Summary: Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations Classification: Unclassified Product: Mesa Version: git Platform:

[Bug 44405] Spring RTS crashes using r600g (5670, Redwood), kernel rejects relocations

2012-01-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=44405 --- Comment #1 from Marcin Baczyński marb...@gmail.com 2012-01-02 16:24:22 PST --- Created attachment 55061 -- https://bugs.freedesktop.org/attachment.cgi?id=55061 glxinfo -- Configure bugmail:

radeon: writeback-issues since kernel 2.6.34 on ATI FireMV 2200 PCI

2012-01-02 Thread Helge Deller
I'm facing the problem with the radeon drm driver, that I now manually need to set the kernel module parameter radeon.no_wb to 1 at bootup, else X just hangs in average up to 8 seconds per minute without any real activity (X or the video driver just seems to wait for something..). Fedora 13

radeon_atrm_get_bios() seems to be quite slow

2012-01-02 Thread Petr Štetiar
Hi, for some time (I don't remember since when) I'm experiencing quite strange long boot times on my laptop. I've tracked it down to the GPU init code, namely to function radeon_atrm_get_bios(). This function takes about 25-30 seconds to complete on my laptop on every reboot. I believe that it's