[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #5 from Bruno Jacquet (Xaapyks) --- Still happening with 32 bit mesa 9.1.3 and libtxc_dxtn 1.0.1. Output is the same, shaders fail to compile -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #6 from Vadim Girlin --- Unigine has some known problems, so you need to set the following environment variable to activate workarounds in mesa: force_glsl_extensions_warn=true This should be enough for Tropics and Sanctuary IIRC,

[Bug 65190] glxgears on r600g (rv770) is garbled with llvm enabled

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65190 --- Comment #2 from Andy Furniss --- Probably the same issue as seen in the more recent comments in - https://bugs.freedesktop.org/show_bug.cgi?id=64257 -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-01 Thread Andy Furniss
Daniel Vetter wrote: Interlaced modes are supported on all intel platforms (except i8xx, hw can't do it there) and we have full support for CEA modes. -Daniel OK, thanks, I guess it's an AMD driver issue rather than a more generic drm thing then.

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #7 from Bruno Jacquet (Xaapyks) --- Thanks, exporting force_glsl_extensions_warn=true does fix the rendering of tropics! Should I close the report or is it considered a temporary workaround? As a side note, exporting MESA_EXTENSION_O

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #8 from Andy Furniss --- (In reply to comment #7) > Thanks, exporting force_glsl_extensions_warn=true does fix the rendering of > tropics! > Should I close the report or is it considered a temporary workaround? > > As a side note, ex

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

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65068 --- Comment #5 from Alex Deucher --- (In reply to comment #4) > I'm not sure if this has anything to do with this bug, but the PCI config > space is all messed up when running on the integrated GPU: When you disable the GPU the hardware is physi

[Bug 65254] New: opengl flicker in xbmc / glxgears

2013-06-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=65254 Priority: medium Bug ID: 65254 Assignee: dri-devel@lists.freedesktop.org Summary: opengl flicker in xbmc / glxgears Severity: critical Classification: Unclassified OS: Linux

[PATCH 10/15] drm/tilcd: select BACKLIGHT_LCD_SUPPORT

2013-06-01 Thread Arnd Bergmann
The dependecies for BACKLIGHT_CLASS_DEVICE are defined a bit strange, but it seems one has to always select both BACKLIGHT_CLASS_DEVICE and BACKLIGHT_LCD_SUPPORT to avoid this error: drivers/gpu/drm/tilcdc/tilcdc_panel.c:396: undefined reference to `of_find_backlight_by_node' Cc: Rob Clark Cc:

[PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-06-01 Thread Arnd Bergmann
ARM cannot handle udelay for more than 2 miliseconds, so we should use mdelay instead for those. Signed-off-by: Arnd Bergmann Cc: David Airlie Cc: Ben Skeggs Cc: dri-devel at lists.freedesktop.org --- drivers/gpu/drm/nouveau/core/engine/disp/dacnv50.c | 3 ++- 1 file changed, 2 insertions(+),

[PATCH 00/15] Linux-3.10 ARM randconfig fixes

2013-06-01 Thread Arnd Bergmann
Hi subsystem maintainers, These are a few patches left over from doing randconfig tests a couple of weeks ago. Please apply them directly into your trees unless you see problems. All patches can theoretically be seen as bug fixes for 3.10, but they are not critical, so applying them for 3.11 is fi

[PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-06-01 Thread Roy Spliet
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/d6668647/attachment-0001.html>

[PATCH 03/15] drm/nouveau: use mdelay instead of large udelay constants

2013-06-01 Thread Aaro Koskinen
Hi, On Sat, Jun 01, 2013 at 12:22:40AM +0200, Arnd Bergmann wrote: > ARM cannot handle udelay for more than 2 miliseconds, so we There's l missing here. > should use mdelay instead for those. Could this be handled

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-dae...@freedesktop.org
vel/attachments/20130601/184d379a/attachment.html>

[Bug 65190] glxgears on r600g (rv770) is garbled with llvm enabled

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

[PATCH] drm/edid: Add both 60Hz and 59.94Hz CEA modes to connector's mode list

2013-06-01 Thread Andy Furniss
Daniel Vetter wrote: > Interlaced modes are supported on all intel platforms (except i8xx, hw > can't do it there) and we have full support for CEA modes. > -Daniel OK, thanks, I guess it's an AMD driver issue rather than a more generic drm thing then.

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/72767a01/attachment.html>

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-dae...@freedesktop.org
he bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/5b5c789f/attachment.html>

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

2013-06-01 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/90a42cc5/attachment.html>

[PATCH] dma-buf: Cocci spatch "ptr_ret.spatch"

2013-06-01 Thread Thomas Meyer
Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/base/dma-buf.c b/drivers/base/dma-buf.c --- a/drivers/base/dma-buf.c +++ b/drivers/base/dma-buf.c @@ -680,10 +680,7 @@ int dma_buf_debugfs_create_file(const ch d = debugfs_create_file(name, S_IRUGO, dma_buf_debugfs_dir,

[PATCH] drm/cma: Cocci spatch "ptr_ret.spatch"

2013-06-01 Thread Thomas Meyer
Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/gpu/drm/drm_gem_cma_helper.c b/drivers/gpu/drm/drm_gem_cma_helper.c --- a/drivers/gpu/drm/drm_gem_cma_helper.c +++ b/drivers/gpu/drm/drm_gem_cma_helper.c @@ -174,10 +174,7 @@ int drm_gem_cma_dumb_create(struct drm_f cma_obj = drm_gem

[PATCH] drm/prime: Cocci spatch "err_cast.spatch"

2013-06-01 Thread Thomas Meyer
Signed-off-by: Thomas Meyer --- diff -u -p a/drivers/gpu/drm/drm_prime.c b/drivers/gpu/drm/drm_prime.c --- a/drivers/gpu/drm/drm_prime.c +++ b/drivers/gpu/drm/drm_prime.c @@ -277,7 +277,7 @@ struct drm_gem_object *drm_gem_prime_imp attach = dma_buf_attach(dma_buf, dev->dev); if

[Bug 55510] Incorrect rendering with unigine tropics

2013-06-01 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130601/22a5a13e/attachment.html>