[Bug 57919] Visual glitches in unity with Radeon HD 7600M

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57919 --- Comment #18 from Thilo Cestonaro --- Hey, latest raring with (ubuntu package versions) kernel- 3.8.0-23-generic mesa - 9.1.1-0ubuntu3 xserver-xorg-video-radeon - 7.1.0-0ubuntu2 xserver-xorg

[Bug 64867] Hangs on Cayman (HD6950) when watching flash/using vdpau

2013-06-03 Thread bugzilla-dae...@freedesktop.org
indicate this goes on for approximately two minutes before the hang. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130

[PATCH v2 5/5] drm: GEM CMA: Add DRM PRIME support

2013-06-03 Thread Laurent Pinchart
Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_gem_cma_helper.c | 321 ++- include/drm/drm_gem_cma_helper.h | 9 + 2 files changed, 327 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_he

[PATCH v2 4/5] drm: GEM CMA: Split object mapping into GEM mapping and CMA mapping

2013-06-03 Thread Laurent Pinchart
The CMA-specific mapping code will be used to implement dma-buf mmap support. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_gem_cma_helper.c | 22 +++--- 1 file changed, 15 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/d

[PATCH v2 2/5] drm/omap: Use drm_gem_mmap_obj() to implement dma-buf mmap

2013-06-03 Thread Laurent Pinchart
The dma-buf mmap code was copied from the GEM mmap implementation. Replace it with the new drm_gem_mmap_obj() function. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/omapdrm/omap_gem_dmabuf.c | 32 +++ 1 file changed, 3 insertions(+), 29 deletions(-) diff --git

[PATCH v2 3/5] drm: GEM CMA: Split object creation into object alloc and DMA memory alloc

2013-06-03 Thread Laurent Pinchart
This allows creating a GEM CMA object without an associated DMA memory buffer, and will be used to implement DRM PRIME support. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/drm_gem_cma_helper.c | 83 +--- 1 file changed, 48 insertions(+), 35 deletions(-) d

[PATCH v2 0/5] GEM CMA DMA-BUF support

2013-06-03 Thread Laurent Pinchart
Hello, Here's the second version of the GEM CMA DMA-BUF support patches. The code is based on the Exynos DRM DMA-BUF implementation. The exporter role has been successfully tested with the Renesas R-Car DU driver. Dave, is there a chance this could make it to v3.11 ? Changes compared to v1: -

[PATCH v2 1/5] drm/gem: Split drm_gem_mmap() into object search and object mapping

2013-06-03 Thread Laurent Pinchart
The drm_gem_mmap() function first finds the GEM object to be mapped based on the fake mmap offset and then maps the object. Split the object mapping code into a standalone drm_gem_mmap_obj() function that can be used to implement dma-buf mmap() operations. Signed-off-by: Laurent Pinchart --- dri

[PATCH 1/5] drm/tilcdc: support pixel widths greater than 1024

2013-06-03 Thread Darren Etheridge
TI LCD controller version 2 has an extended eleventh bit that enables horizontal resolutions greater than 1024 pixels to be specified (upto 2048). This patch adds support for setting this bit on LCDC V2. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 15 +++

[PATCH 5/5] drm/tilcdc: whitespace fixes and tidyup

2013-06-03 Thread Darren Etheridge
keeping checkpatch happy. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c index 283e0a6..6118651 100644 -

[PATCH 4/5] drm/tilcdc: adding more guards to present selection of invalid modes

2013-06-03 Thread Darren Etheridge
The tilcdc has a number of limitations for the allowed sizes of the various adjustable timing parameter. Some modes are outside of these timings. This commit will prune modes that report timings that will overflow the allowed sizes in the tilcdc. Signed-off-by: Darren Etheridge --- drivers/gpu

[PATCH 3/5] drm/tilcdc: fixing off by one errors found on analyzer

2013-06-03 Thread Darren Etheridge
When hooking up to an HDMI analyzer noticed some timings were off by one. Referring to the hardware technical reference manual for the lcd controller some of the timing registers use 0 to represent 1. This patch addresses that issue. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/t

[PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements

2013-06-03 Thread Darren Etheridge
The series of patches that follow are intended to address issues that have been found in the tilcdc drm driver. The patchset enables support for screen resolutions with horizontal resolutions greater than 1024 pixels. The patchset also addresses a limitation where certain monitor timings would ove

[PATCH 2/5] drm/tilcdc: adding some more devicetree config

2013-06-03 Thread Darren Etheridge
Adding support for max-pixelclock and max-width device tree entries. As some devices that use the tilcdc hardware module have restrictions on the allowed/tested values. Also update DT bindings document to reflect new parameters. Signed-off-by: Darren Etheridge --- .../devicetree/bindings/drm/ti

[Bug 65327] New: running gnubik produces a segfault

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65327 Priority: medium Bug ID: 65327 Assignee: dri-devel@lists.freedesktop.org Summary: running gnubik produces a segfault Severity: normal Classification: Unclassified OS: Linux (

[i915] Backlight brighter since 3.9.0

2013-06-03 Thread Daniel Vetter
On Mon, Jun 3, 2013 at 9:42 PM, Aaron Plattner wrote: > On 06/03/2013 12:36 PM, Daniel Vetter wrote: >> >> On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: >>> >>> On 05/20/2013 02:55 PM, Daniel Vetter wrote: On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wro

[i915] Backlight brighter since 3.9.0

2013-06-03 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: > On 05/20/2013 02:55 PM, Daniel Vetter wrote: > >On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: > >>Hallo, > >> > >>I hope this is the right place to ask, because I actually don't know > >>whether it is a bug or a

[Bug 65316] New: [r600g] Game window turns completely black occasionally in WoW.

2013-06-03 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/4cacbac6/attachment-0001.html>

[PATCH] drm: fix a use-after-free when GPU acceleration disabled

2013-06-03 Thread Dave Airlie
On Mon, Jun 3, 2013 at 6:29 PM, Huacai Chen wrote: > Hi, Dave > > Why this patch hasn't been applied in your tree? I think you are the right > maintainer. > Because I missed it, i've stuck in my fixes queue now. thanks for pinging. Dave.

[Bug 65254] opengl flicker in xbmc / glxgears

2013-06-03 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/56e86570/attachment.html>

Re: [PATCH v2 1/3] drm: Add drm_plane_force_disable()

2013-06-03 Thread Laurent Pinchart
Hi Ville, Thanks for the patch. On Monday 03 June 2013 16:10:40 ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > drm_plane_force_disable() will forcibly disable the plane even if user > had previously requested the plane to be enabled. > > This can be used to force planes to be o

Re: [PATCH] video: display_timing: make parameter const

2013-06-03 Thread Laurent Pinchart
Hi, On Monday 27 May 2013 14:33:05 Lucas Stach wrote: > From: Steffen Trumtrar > > As the device_node pointer is not changed in of_get_display_timing and > parse_timing_property it can be a const pointer. > > Signed-off-by: Steffen Trumtrar Acked-by: Laurent Pinchart > --- > drivers/video/

[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576

2013-06-03 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20130603/498a620f/attachment.html>

[Bug 65310] New: [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576

2013-06-03 Thread bugzilla-dae...@freedesktop.org
80' make: *** [nvc0_vbo.lo] Error 1 I've configured with: $ ./configure --prefix=/usr --with-state-trackers=dri --disable-egl --with-gallium-drivers=nouveau --disable-gallium-llvm Finally, I just upgraded gcc to 4.8.1 (from 4.7.2), so this could be a compiler regression. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/0ba5b70a/attachment.html>

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/07371ec7/attachment.html>

[PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements

2013-06-03 Thread Rob Clark
On Mon, Jun 3, 2013 at 4:59 PM, Darren Etheridge wrote: > The series of patches that follow are intended to address issues that > have been found in the tilcdc drm driver. The patchset enables support > for screen resolutions with horizontal resolutions greater than 1024 > pixels. The patchset al

[Bug 64867] Hangs on Cayman (HD6950) when watching flash/using vdpau

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64867 --- Comment #3 from Alex Deucher --- (In reply to comment #2) > I too get system hangs when watching a flash video in firefox. linux-3.8.13, > libdrm, mesa etc. git. Screen simply becomes black (no signal) and machine > is dead, leaving a hard re

[Bug 65274] TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!! (non-EFI laptop)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/fc9ea7ff/attachment-0001.html>

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/1fbfdbc6/attachment.html>

[i915] Backlight brighter since 3.9.0

2013-06-03 Thread Alex Deucher
On Mon, Jun 3, 2013 at 4:03 PM, Daniel Vetter wrote: > On Mon, Jun 3, 2013 at 9:42 PM, Aaron Plattner > wrote: >> On 06/03/2013 12:36 PM, Daniel Vetter wrote: >>> >>> On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: On 05/20/2013 02:55 PM, Daniel Vetter wrote: >

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
tween random screensavers, I could trigger a crash quickly. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/e7280ef1/attachment.html>

[Bug 60929] [r600-llvm] mono games with opengl are blocking on start

2013-06-03 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130603/5ef2eaa2/attachment.html>

[PATCH 2/3] drm/vmwgfx: Don't access file_priv in cursor_set when handle==0

2013-06-03 Thread Jakob Bornecrantz
ists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/785ba177/attachment.html>

[Bug 64867] Hangs on Cayman (HD6950) when watching flash/using vdpau

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64867 --- Comment #2 from Harald Judt --- I too get system hangs when watching a flash video in firefox. linux-3.8.13, libdrm, mesa etc. git. Screen simply becomes black (no signal) and machine is dead, leaving a hard reset as the only option. The dmes

[PATCH] drm: fix a use-after-free when GPU acceleration disabled

2013-06-03 Thread Huacai Chen
gt; > Acked-by: Paul Menzel > > > Thanks, > > Paul > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/2a6a7126/attachment.html>

[PATCH v2 2/2] drm: Remove some unused stuff from drm_plane

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? There's a bunch of unused members inside drm_plane, bloating the size of the structure needlessly. Eliminate them. v2: Remove all of it from kernel-doc too Reviewed-by: Laurent Pinchart Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c | 2 +- include/drm/drm_c

[PATCH 1/2] drm/i915: Drop bogus fbdev sprite disable code

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? plane->enabled is never set, so this code didn't do anything. Also drm_fb_helper_restore_fbdev_mode() will now disable all cursors and sprites for us, so we don't have to bother anymore. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/i915/intel_fb.c | 7 --- 1 file c

[PATCH 3/3] drm/fb-helper: Disable cursors and planes when restoring fbdev mode

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? Cursors and plane can obscure whatever fbdev wants to show the user. Disable them all in drm_fb_helper_restore_fbdev_mode. After the cursors and planes have been disabled, user space needs to explicitly re-enable them to make them visible again. Signed-off-by: Ville Syrj?l?

[PATCH 2/3] drm/vmwgfx: Don't access file_priv in cursor_set when handle==0

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? We want to disable the cursor by calling ->cursor_set() with handle=0 from places where we don't have a file_priv, so don't try to access it unless necessary. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 3 ++- 1 file changed, 2 insertions(+), 1 de

[PATCH v2 1/3] drm: Add drm_plane_force_disable()

2013-06-03 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? drm_plane_force_disable() will forcibly disable the plane even if user had previously requested the plane to be enabled. This can be used to force planes to be off when restoring the fbdev mode. The code was simply pulled from drm_framebuffer_remove(), which now calls the ne

[PATCH 0/3] drm: fbdev mode restoration improvements v3

2013-06-03 Thread ville.syrj...@linux.intel.com
Third time's the charm maybe. Changes from v2: - Move the plane->fb NULL check into drm_plane_force_disable() - Cursors/planes are now disabled by drm_fb_helper directly, so no need for the new hook - Had to fix up vmwgfx not to look at file_priv in cursor_set when handle is 0

[PATCH 5/5] drm/tilcdc: whitespace fixes and tidyup

2013-06-03 Thread Darren Etheridge
keeping checkpatch happy. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 16 ++-- 1 files changed, 10 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/tilcdc/tilcdc_crtc.c b/drivers/gpu/drm/tilcdc/tilcdc_crtc.c index 283e0a6..6118651 100644 -

[PATCH 4/5] drm/tilcdc: adding more guards to present selection of invalid modes

2013-06-03 Thread Darren Etheridge
The tilcdc has a number of limitations for the allowed sizes of the various adjustable timing parameter. Some modes are outside of these timings. This commit will prune modes that report timings that will overflow the allowed sizes in the tilcdc. Signed-off-by: Darren Etheridge --- drivers/gpu

[PATCH 3/5] drm/tilcdc: fixing off by one errors found on analyzer

2013-06-03 Thread Darren Etheridge
When hooking up to an HDMI analyzer noticed some timings were off by one. Referring to the hardware technical reference manual for the lcd controller some of the timing registers use 0 to represent 1. This patch addresses that issue. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/t

[PATCH 2/5] drm/tilcdc: adding some more devicetree config

2013-06-03 Thread Darren Etheridge
Adding support for max-pixelclock and max-width device tree entries. As some devices that use the tilcdc hardware module have restrictions on the allowed/tested values. Also update DT bindings document to reflect new parameters. Signed-off-by: Darren Etheridge --- .../devicetree/bindings/drm/ti

[PATCH 1/5] drm/tilcdc: support pixel widths greater than 1024

2013-06-03 Thread Darren Etheridge
TI LCD controller version 2 has an extended eleventh bit that enables horizontal resolutions greater than 1024 pixels to be specified (upto 2048). This patch adds support for setting this bit on LCDC V2. Signed-off-by: Darren Etheridge --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 15 +++

[PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements

2013-06-03 Thread Darren Etheridge
The series of patches that follow are intended to address issues that have been found in the tilcdc drm driver. The patchset enables support for screen resolutions with horizontal resolutions greater than 1024 pixels. The patchset also addresses a limitation where certain monitor timings would ove

[REGRESSION] system does not resume from ram due to commit "drm/nv50/fifo: prevent races between clients updating playlists"

2013-06-03 Thread Ben Skeggs
au/commit/?id=d37687a562f0b55cc848cfcdbf8d473a6c692c2d > > > Cheers, > >Sven > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/9c90d67f/attachment.html>

[Intel-gfx] [PATCH v2 3/7] drm/i915: Fix fbdev sprite disable code

2013-06-03 Thread Ville Syrjälä
On Mon, Jun 03, 2013 at 02:00:00PM +0200, Daniel Vetter wrote: > On Fri, May 31, 2013 at 08:07:03PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > plane->enabled is never set, so this code didn't do anything. > > > > Fix the code for sprites by calling the new

Re: [PATCH 0/5] drm/tilcdc: bug fixes, mode selection improvements

2013-06-03 Thread Rob Clark
On Mon, Jun 3, 2013 at 4:59 PM, Darren Etheridge wrote: > The series of patches that follow are intended to address issues that > have been found in the tilcdc drm driver. The patchset enables support > for screen resolutions with horizontal resolutions greater than 1024 > pixels. The patchset al

[Bug 65254] opengl flicker in xbmc / glxgears

2013-06-03 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/d58e035e/attachment.html>

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
crubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/f7735fdc/attachment-0001.html>

[Bug 65316] New: [r600g] Game window turns completely black occasionally in WoW.

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65316 Priority: medium Bug ID: 65316 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g] Game window turns completely black occasionally in WoW. Severity: normal Classif

[Bug 65270] CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-06-03 Thread bugzilla-dae...@freedesktop.org
mplaining they are missing. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/92364d4d/attachment.html>

[Bug 65270] CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-06-03 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/380bc0ae/attachment.html>

[Bug 59101] Gnome shell crashes after sleep mode

2013-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 --- Comment #5 from Cyril N. 2013-06-03 14:13:28 --- $> glxinfo | egrep -A2 "rendering|OpenGL" > direct rendering: Yes > server glx vendor string: SGI > server glx version string: 1.4 > -- > OpenGL vendor string: X.Org > OpenGL renderer strin

Re: [i915] Backlight brighter since 3.9.0

2013-06-03 Thread Alex Deucher
On Mon, Jun 3, 2013 at 4:03 PM, Daniel Vetter wrote: > On Mon, Jun 3, 2013 at 9:42 PM, Aaron Plattner wrote: >> On 06/03/2013 12:36 PM, Daniel Vetter wrote: >>> >>> On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: On 05/20/2013 02:55 PM, Daniel Vetter wrote: > > O

[Bug 50135] Unigine Heaven black stripes and weird shaders

2013-06-03 Thread bugzilla-dae...@freedesktop.org
shadow volumes you can see which shadows are affected. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/dd1e9625/attac

[Bug 59101] Gnome shell crashes after sleep mode

2013-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 --- Comment #4 from Cyril N. 2013-06-03 14:07:43 --- Created an attachment (id=103291) --> (https://bugzilla.kernel.org/attachment.cgi?id=103291) Xorg.0.log log file -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email

[Bug 50135] Unigine Heaven black stripes and weird shaders

2013-06-03 Thread bugzilla-dae...@freedesktop.org
shadows should be. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/0c1cac5d/attachment.html>

[Bug 59101] Gnome shell crashes after sleep mode

2013-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 --- Comment #3 from Alex Deucher 2013-06-03 14:01:39 --- (In reply to comment #2) > > > [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12! > > seems to be the problem. -12 mean -ENOMEM. It seems the kernel is out of memory and

[Intel-gfx] [PATCH 5/7] drm/i915: Use container_of() in the fbdev code

2013-06-03 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 11:08:30AM +0100, Chris Wilson wrote: > On Fri, May 31, 2013 at 08:07:05PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > Use container_of() instead of a cast to get struct intel_fbdev > > from struct drm_fb_helper. > > > > Also populate

[Intel-gfx] [PATCH 6/7] drm/i915: s/drm_i915_private_t/struct drm_i915_private/

2013-06-03 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 11:09:00AM +0100, Chris Wilson wrote: > On Fri, May 31, 2013 at 08:07:06PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrj?l? > > > > People don't like typedefs these days. Eliminate their use from intel_fb.c. > > > > Signed-off-by: Ville Syrj?l? >

[Intel-gfx] [PATCH v2 3/7] drm/i915: Fix fbdev sprite disable code

2013-06-03 Thread Daniel Vetter
On Fri, May 31, 2013 at 08:07:03PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > plane->enabled is never set, so this code didn't do anything. > > Fix the code for sprites by calling the new drm_plane_force_disable() > function. That means the plane will remain off un

[Bug 50135] Unigine Heaven black stripes and weird shaders

2013-06-03 Thread bugzilla-dae...@freedesktop.org
You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/6cd7b7f1/attachment.html>

[Bug 50135] Unigine Heaven black stripes and weird shaders

2013-06-03 Thread bugzilla-dae...@freedesktop.org
il because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/37361e7a/attachment.html>

[Bug 65270] CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-06-03 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130603/1cfa8f53/attachment.html>

[Bug 65274] TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!! (non-EFI laptop)

2013-06-03 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/66aa5968/attachment.html>

[Bug 65270] CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-06-03 Thread bugzilla-dae...@freedesktop.org
t was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/b013886b/attachment-0001.html>

[Bug 54867] bug in r300 compiler

2013-06-03 Thread bugzilla-dae...@freedesktop.org
. https://bugs.freedesktop.org/show_bug.cgi?id=54867 -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/2c777b23/attachment.html>

[Bug 65068] vgaswitcheroo doesn't deal with powered off dGPU on resume

2013-06-03 Thread bugzilla-dae...@freedesktop.org
<http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/aee46092/attachment.html>

[Bug 65068] vgaswitcheroo doesn't deal with powered off dGPU on resume

2013-06-03 Thread bugzilla-dae...@freedesktop.org
that they do the right thing on suspend and resume and hw access from userspace utilities like lspci. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/03a5ffe6/attachment.html>

Re: [i915] Backlight brighter since 3.9.0

2013-06-03 Thread Daniel Vetter
On Mon, Jun 3, 2013 at 9:42 PM, Aaron Plattner wrote: > On 06/03/2013 12:36 PM, Daniel Vetter wrote: >> >> On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: >>> >>> On 05/20/2013 02:55 PM, Daniel Vetter wrote: On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wro

Re: [i915] Backlight brighter since 3.9.0

2013-06-03 Thread Aaron Plattner
On 06/03/2013 12:36 PM, Daniel Vetter wrote: On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: On 05/20/2013 02:55 PM, Daniel Vetter wrote: On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: Hallo, I hope this is the right place to ask, because I actually don't

[i915] Backlight brighter since 3.9.0

2013-06-03 Thread Aaron Plattner
On 06/03/2013 12:36 PM, Daniel Vetter wrote: > On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: >> On 05/20/2013 02:55 PM, Daniel Vetter wrote: >>> On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: Hallo, I hope this is the right place to ask, because

Re: [i915] Backlight brighter since 3.9.0

2013-06-03 Thread Daniel Vetter
On Mon, Jun 03, 2013 at 09:13:18AM -0700, Aaron Plattner wrote: > On 05/20/2013 02:55 PM, Daniel Vetter wrote: > >On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: > >>Hallo, > >> > >>I hope this is the right place to ask, because I actually don't know > >>whether it is a bug or a

[Bug 65254] opengl flicker in xbmc / glxgears

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65254 --- Comment #7 from Vladi --- Created attachment 80242 --> https://bugs.freedesktop.org/attachment.cgi?id=80242&action=edit glxinfo -- You are receiving this mail because: You are the assignee for the bug.

[Bug 59101] Gnome shell crashes after sleep mode

2013-06-03 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=59101 --- Comment #2 from Cyril N. 2013-06-03 11:27:12 --- dmesg : [149626.918841] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12! [149642.212632] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts [149644.616117] SELinu

[Bug 65310] [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65310 --- Comment #1 from David Ronis --- I just rebuilt with less aggressive optimization flags. Instead of -march=native -msse2 -mfpmath=sse -O3 -ffast-math -funroll-loops -fomit-frame-pointer -floop-interchange -floop-strip-mine -floop-block I

[Bug 65310] New: [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid displacement expression `-8589934576

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65310 Priority: medium Bug ID: 65310 Assignee: dri-devel@lists.freedesktop.org Summary: [regression] failure in building nvc0_vbo.lo: /tmp/cclDjdRp.s:1270: Error: missing or invalid

[Intel-gfx] [PATCH 6/7] drm/i915: s/drm_i915_private_t/struct drm_i915_private/

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:06PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > People don't like typedefs these days. Eliminate their use from intel_fb.c. > > Signed-off-by: Ville Syrj?l? Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Techno

[PATCH 5/7] drm/i915: Use container_of() in the fbdev code

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:05PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Use container_of() instead of a cast to get struct intel_fbdev > from struct drm_fb_helper. > > Also populate the fb_info->par correctly with the drm_fb_helper pointer > instead of the in

[PATCH v2 4/7] drm/i915: Use a custom restore_fbdev_mode hook

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:04PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Disable sprite planes and cursors when restoring the fbdev mode. > > Should makes oopses more readable if they're not covered by sprites and > cursors. > > v2: Rebased due to changes ear

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #7 from Luzipher --- Update: The crash just triggered with a fullscreen youtube video, after a few seconds of playing. -- You are receiving this mail because: You are the assignee for the bug. ___

[PATCH v2 3/7] drm/i915: Fix fbdev sprite disable code

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:03PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > plane->enabled is never set, so this code didn't do anything. > > Fix the code for sprites by calling the new drm_plane_force_disable() > function. That means the plane will remain off un

[Intel-gfx] [PATCH v2 1/7] drm: Add fb_helper->restore_fbdev_mode hook

2013-06-03 Thread Chris Wilson
On Fri, May 31, 2013 at 08:07:01PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Drivers may need to turn off overlay planes, cursors, etc. when > restoring the fbdev mode. So allow drivers to provide their own > version of drm_fb_helper_restore_fbdev_mode() that can t

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-dae...@freedesktop.org
nts.com/detail/pearl-boy/?f=webgl see attached screenshot -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/2013060

[Bug 64257] RS880 issues with r600-llvm-compiler

2013-06-03 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130603/051fa482/attachment.html>

[Bug 65274] TURKS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!! (non-EFI laptop)

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65274 --- Comment #3 from russianneuroman...@ya.ru --- I sure, I download and overwrite it before trying rc4. md5 of currently used SUMO_rlc.bin: 687e72d53413710b0a3e9330333b2dbe. -- You are receiving this mail because: You are the assignee for the bu

[PATCH 1/1] radeon: Fix system hang issue when using KMS with older cards

2013-06-03 Thread Alex Deucher
On Sun, Jun 2, 2013 at 10:47 AM, Adis Hamzi? wrote: > The current radeon driver initialization routines, when using KMS, are written > so that the IRQ installation routine is called before initializing the WB > buffer > and the CP rings. With some ASICs, though, the IRQ routine tries to access th

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #6 from Luzipher --- More info: I tried again with juggler3d and it crashed first time upon exit. flurry also triggered the crash on exit. So I now suspect that antmaze isn't problematic - it is not starting a screensaver that causes

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #5 from Luzipher --- (In reply to comment #4) > Beware that AFAIK the screensaver hacks aren't spawned from the > xscreensaver-demo process but from the xscreensaver daemon process. Did you > confirm that the latter saw the environmen

[Bug 60929] [r600-llvm] mono games with opengl are blocking on start

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60929 --- Comment #3 from Tom Stellard --- Is this still an issue? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org http:/

Re: [i915] Backlight brighter since 3.9.0

2013-06-03 Thread Aaron Plattner
On 05/20/2013 02:55 PM, Daniel Vetter wrote: On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: Hallo, I hope this is the right place to ask, because I actually don't know whether it is a bug or a feature that I'm experiencing since linux 3.9: When I boot my system the backligh

[i915] Backlight brighter since 3.9.0

2013-06-03 Thread Aaron Plattner
On 05/20/2013 02:55 PM, Daniel Vetter wrote: > On Sat, May 18, 2013 at 12:39:14AM +0200, Jan Hinnerk Stosch wrote: >> Hallo, >> >> I hope this is the right place to ask, because I actually don't know >> whether it is a bug or a feature that I'm experiencing since linux 3.9: >> When I boot my system

Re: [PATCH 2/3] drm/vmwgfx: Don't access file_priv in cursor_set when handle==0

2013-06-03 Thread Jakob Bornecrantz
Thanks, looks good and is Reviewed-by: Jakob Bornecrantz Cheers, Jakob. On Mon, Jun 3, 2013 at 3:10 PM, wrote: > From: Ville Syrjälä > > We want to disable the cursor by calling ->cursor_set() with handle=0 > from places where we don't have a file_priv, so don't try to access it > unless nec

[Bug 65254] opengl flicker in xbmc / glxgears

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65254 --- Comment #6 from Michel Dänzer --- Can you also attach the output of glxinfo and xbmc (in particular anything related to its use of OpenGL)? -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 65192] [r600g] Screensavers lock up machine (screen goes blank, keyboard unresponsive, sound loops; sysrq/ssh possible)

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65192 --- Comment #4 from Michel Dänzer --- (In reply to comment #3) > R600_HYPERZ=0 /usr/bin/xscreensaver-demo > > and switching between screensavers crashed as often as without R600_HYPERZ=0. Beware that AFAIK the screensaver hacks aren't spawned f

[Bug 65270] CAICOS [drm:r600_uvd_init] *ERROR* UVD not responding, trying to reset the VCPU!!!

2013-06-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65270 --- Comment #4 from Gerben Welter --- (In reply to comment #1) > Make sure you've installed the updated rlc and uvd microcode and that it is > available to the driver during boot (in your initrd, etc.). You can grab > the latest ucode here: > ht

Re: [PATCH 1/1] radeon: Fix system hang issue when using KMS with older cards

2013-06-03 Thread Alex Deucher
On Sun, Jun 2, 2013 at 10:47 AM, Adis Hamzić wrote: > The current radeon driver initialization routines, when using KMS, are written > so that the IRQ installation routine is called before initializing the WB > buffer > and the CP rings. With some ASICs, though, the IRQ routine tries to access th

  1   2   >