[Bug 50135] Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50135 --- Comment #1 from Micael Dias 2012-05-19 21:17:36 UTC --- Created attachment 61869 --> https://bugs.freedesktop.org/attachment.cgi?id=61869 day time rendered image 2 -- Configure bugmail:

[Bug 50135] New: Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50135 Bug #: 50135 Summary: Unigine Heaven black stripes and weird shaders Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[PATCH 2/2] drm/radeon: add lockup faulty command recording

2012-05-19 Thread Daniel Vetter
On Thu, May 17, 2012 at 03:41:30PM +0100, Dave Airlie wrote: > On Wed, May 16, 2012 at 10:22 PM, wrote: > > From: Jerome Glisse > > > > This try to identify the faulty user command stream that caused > > lockup. If it finds one it create big blob that contains all > > information needed to

[PATCH] drm_edid: support CEA video modes

2012-05-19 Thread Andy Furniss
Daniel Vetter wrote: > On Fri, May 18, 2012 at 12:37:51PM +0100, Andy Furniss wrote: >> Joakim Plate wrote: >>> Joakim Plate writes: >>> Christian Schmidt writes: > > TFT/plasma televisions and projectors have become commonplace,

[PATCH 1/2] drm/edid: adjust double-clocked cea modes

2012-05-19 Thread Daniel Vetter
On Tue, May 15, 2012 at 11:33:43AM -0400, Adam Jackson wrote: > On 5/14/12 3:43 PM, Paulo Zanoni wrote: > > >Also, I think flag DRM_MODE_FLAG_DBLCLK does not sound correct for > >them, so we would need to create flags: > >- DRM_MODE_FLAG_PR_1_to_10 > >- DRM_MODE_FLAG_PR_1_or_2 > >-

[Bug 50125] New: Radeon KMS mis-detects present connectors

2012-05-19 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=50125 Bug #: 50125 Summary: Radeon KMS mis-detects present connectors Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All)

linux-next: Tree for May 18 (drm drivers and vgacon)

2012-05-19 Thread Dave Airlie
On Sat, May 19, 2012 at 2:02 AM, Randy Dunlap wrote: > On 05/18/2012 01:49 AM, Stephen Rothwell wrote: > >> Hi all, >> >> Changes since 201205017: > > > When CONFIG_VGA_CONSOLE is not enabled: > > drivers/gpu/drm/cirrus/cirrus_drv.c:87:2: error: implicit declaration of > function

[PATCH] drm/kms: driver for virtual cirrus under qemu

2012-05-19 Thread Jonathan Nieder
Hi Dave, Dave Airlie wrote: > --- /dev/null > +++ b/drivers/gpu/drm/cirrus/Kconfig > @@ -0,0 +1,7 @@ > +config DRM_CIRRUS > + tristate "Cirrus driver" > + depends on DRM && PCI > + select FB_CFB_FILLRECT > + select FB_CFB_COPYAREA > + select FB_CFB_IMAGEBLIT > + select

dce crtc mem req and atombios

2012-05-19 Thread Alex Deucher
On Fri, May 18, 2012 at 11:06 AM, Sylvain BERTRAND wrote: > Hi, > > On radeon hardware (I have an evergreen based board): > > Must stopping/resuming the DCE to access the memory controller be done > with the EnableCRTCMemReq atombios table? (from DCE3 in dpm code). > > Because, in evergreen.c,

[PATCH] dma-buf: add vmap interface (v3)

2012-05-19 Thread Rob Clark
On Fri, May 18, 2012 at 12:44 PM, Dave Airlie wrote: > From: Dave Airlie > > The main requirement I have for this interface is for scanning out > using the USB gpu devices. Since these devices have to read the > framebuffer on updates and linearly compress it, using kmaps > is a major overhead

Re: [PATCH] dma-buf: add vmap interface (v3)

2012-05-19 Thread Rob Clark
On Fri, May 18, 2012 at 12:44 PM, Dave Airlie airl...@gmail.com wrote: From: Dave Airlie airl...@redhat.com The main requirement I have for this interface is for scanning out using the USB gpu devices. Since these devices have to read the framebuffer on updates and linearly compress it, using

Re: linux-next: Tree for May 18 (drm drivers and vgacon)

2012-05-19 Thread Dave Airlie
On Sat, May 19, 2012 at 2:02 AM, Randy Dunlap rdun...@xenotime.net wrote: On 05/18/2012 01:49 AM, Stephen Rothwell wrote: Hi all, Changes since 201205017: When CONFIG_VGA_CONSOLE is not enabled: drivers/gpu/drm/cirrus/cirrus_drv.c:87:2: error: implicit declaration of function

Re: [PATCH 1/2] drm/edid: adjust double-clocked cea modes

2012-05-19 Thread Daniel Vetter
On Tue, May 15, 2012 at 11:33:43AM -0400, Adam Jackson wrote: On 5/14/12 3:43 PM, Paulo Zanoni wrote: Also, I think flag DRM_MODE_FLAG_DBLCLK does not sound correct for them, so we would need to create flags: - DRM_MODE_FLAG_PR_1_to_10 - DRM_MODE_FLAG_PR_1_or_2 -

Re: [PATCH] drm_edid: support CEA video modes

2012-05-19 Thread Daniel Vetter
On Fri, May 18, 2012 at 12:37:51PM +0100, Andy Furniss wrote: Joakim Plate wrote: Joakim Plateelupusat ecce.se writes: Christian Schmidtschmidtat digadd.de writes: TFT/plasma televisions and projectors have become commonplace, and so has the use of PCs to drive them. Add the video

[Bug 50125] New: Radeon KMS mis-detects present connectors

2012-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50125 Bug #: 50125 Summary: Radeon KMS mis-detects present connectors Classification: Unclassified Product: DRI Version: XOrg CVS Platform: x86-64 (AMD64) OS/Version: Linux (All)

Re: [PATCH 2/2] drm/radeon: add lockup faulty command recording

2012-05-19 Thread Daniel Vetter
On Thu, May 17, 2012 at 03:41:30PM +0100, Dave Airlie wrote: On Wed, May 16, 2012 at 10:22 PM, j.gli...@gmail.com wrote: From: Jerome Glisse jgli...@redhat.com This try to identify the faulty user command stream that caused lockup. If it finds one it create big blob that contains all

Re: [PATCH] drm_edid: support CEA video modes

2012-05-19 Thread Andy Furniss
Daniel Vetter wrote: On Fri, May 18, 2012 at 12:37:51PM +0100, Andy Furniss wrote: Joakim Plate wrote: Joakim Plateelupusat ecce.se writes: Christian Schmidtschmidtat digadd.de writes: TFT/plasma televisions and projectors have become commonplace, and so has the use of PCs to

Re: dce crtc mem req and atombios

2012-05-19 Thread Alex Deucher
On Fri, May 18, 2012 at 11:06 AM, Sylvain BERTRAND sylw...@legeek.net wrote: Hi, On radeon hardware (I have an evergreen based board): Must stopping/resuming the DCE to access the memory controller be done with the EnableCRTCMemReq atombios table? (from DCE3 in dpm code). Because, in

[-next] DRM_CIRRUS_QEMU breaks build

2012-05-19 Thread Jiri Slaby
Hi, when that option is selected to be Y, I'm getting linking errors like: (.text+0xefd8d): undefined reference to `ttm_tt_init' drivers/built-in.o: In function `cirrus_mm_init': and many others, like undefined sys_fillrect. You perhaps have a patch on your queue already and I need not

[Bug 50135] New: Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50135 Bug #: 50135 Summary: Unigine Heaven black stripes and weird shaders Classification: Unclassified Product: Mesa Version: git Platform: x86-64 (AMD64) OS/Version: Linux (All)

[Bug 50135] Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50135 --- Comment #1 from Micael Dias kam1k...@gmail.com 2012-05-19 21:17:36 UTC --- Created attachment 61869 -- https://bugs.freedesktop.org/attachment.cgi?id=61869 day time rendered image 2 -- Configure bugmail:

[Bug 50135] Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50135 --- Comment #2 from Micael Dias kam1k...@gmail.com 2012-05-19 21:18:04 PDT --- Created attachment 61870 -- https://bugs.freedesktop.org/attachment.cgi?id=61870 night time rendered image 1 -- Configure bugmail:

[Bug 50135] Unigine Heaven black stripes and weird shaders

2012-05-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50135 --- Comment #3 from Micael Dias kam1k...@gmail.com 2012-05-19 21:19:55 UTC --- Created attachment 61871 -- https://bugs.freedesktop.org/attachment.cgi?id=61871 night time rendered image 2 A bunch of errors also appear on the console when the