[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-dae...@freedesktop.org
her than on less powerful cards. -- 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/20121001/e78db8ce/attachment.html>

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/f0949823/attachment.html>

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/10dba441/attachment.html>

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/b30fcca8/attachment.html>

[Bug 55510] New: Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/b8691e59/attachment.html>

[Bug 55448] [ColorTiling2D] R600 BARTS radeon: The kernel rejected CS and graphical corruption with tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/2ccd742e/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-dae...@freedesktop.org
URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/e4edbf3e/attachment.html>

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-dae...@freedesktop.org
queeze with the stock Xorg, and I've updated only the minimum to satisfy configure). -- 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/attac

[Bug 55416] [R600g] Torchlight gives GPU lockup

2012-10-01 Thread bugzilla-dae...@freedesktop.org
ing 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/20121001/70de1ef5/attachment.html>

[PATCH 1/2] of: add helper to parse display specs

2012-10-01 Thread Stephen Warren
On 10/01/2012 01:16 PM, Mitch Bradley wrote: > On 10/1/2012 6:53 AM, Stephen Warren wrote: >> On 09/24/2012 09:35 AM, Steffen Trumtrar wrote: >>> Parse a display-node with timings and hardware-specs from devictree. >> >>> diff --git a/Documentation/devicetree/bindings/video/display >>>

[Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20121001/44066b62/attachment.html>

[Bug 50149] Faulty shaders on RS600

2012-10-01 Thread bugzilla-dae...@freedesktop.org
ers though. -- 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/20121001/094f439b/attachment.html>

[Bug 55448] [ColorTiling2D] R600 BARTS radeon: The kernel rejected CS and graphical corruption with tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
as well. -- 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/20121001/30ad8231/attachment.html>

[PATCH 1/5] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER

2012-10-01 Thread Maarten Lankhorst
Op 28-09-12 21:42, Thomas Hellstrom schreef: > On 09/28/2012 04:14 PM, Maarten Lankhorst wrote: >> Hey, >> >> Op 28-09-12 14:41, Maarten Lankhorst schreef: >>> Documentation says that code requiring dma-buf should add it to >>> select, so inline fallbacks are not going to be used. A link error >>>

[PATCH 1/2] of: add helper to parse display specs

2012-10-01 Thread Mitch Bradley
On 10/1/2012 10:25 AM, Stephen Warren wrote: > On 10/01/2012 01:16 PM, Mitch Bradley wrote: >> On 10/1/2012 6:53 AM, Stephen Warren wrote: >>> On 09/24/2012 09:35 AM, Steffen Trumtrar wrote: Parse a display-node with timings and hardware-specs from devictree. >>> diff --git

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Leela Krishna Amudala
Hello Stephen Warren, The binding names that I use in my dts file should match with the names given in http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html right? I think that is the only thing I have to take care, and as I'm not using "struct drm_display_mode" in my driver its

[PATCH 1/2] of: add helper to parse display specs

2012-10-01 Thread Stephen Warren
On 09/24/2012 09:35 AM, Steffen Trumtrar wrote: > Parse a display-node with timings and hardware-specs from devictree. > diff --git a/Documentation/devicetree/bindings/video/display > b/Documentation/devicetree/bindings/video/display > new file mode 100644 > index 000..722766a > ---

[PATCH 1/5] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER

2012-10-01 Thread Thomas Hellstrom
On 09/29/2012 05:16 PM, Maarten Lankhorst wrote: > Op 28-09-12 22:10, Thomas Hellstrom schreef: >> On 09/28/2012 09:42 PM, Thomas Hellstrom wrote: >>> On 09/28/2012 04:14 PM, Maarten Lankhorst wrote: Hey, Op 28-09-12 14:41, Maarten Lankhorst schreef: > Documentation says that

[PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Stephen Warren
On 09/30/2012 11:29 PM, Leela Krishna Amudala wrote: > Hello Stephen Warren, > > The binding names that I use in my dts file should match with the > names given in > http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html > right? I don't think so; the binding in that link is for

[PATCH] drm/nouveau: fix crash regression

2012-10-01 Thread Ortwin Glück
Work around a crash during boot if noaccel is set. NB: still broken in 3.5 as well, used to work in 3.4. Why are people ignoring this? It's a regression! Signed-off-by: Ortwin Gl?ck --- diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c index

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-dae...@freedesktop.org
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/20121001/5b8f84ff/attachment.html>

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-dae...@freedesktop.org
://lists.freedesktop.org/archives/dri-devel/attachments/20121001/5f6b25df/attachment.html>

[PATCH 1/2] of: add helper to parse display specs

2012-10-01 Thread Mitch Bradley
On 10/1/2012 6:53 AM, Stephen Warren wrote: > On 09/24/2012 09:35 AM, Steffen Trumtrar wrote: >> Parse a display-node with timings and hardware-specs from devictree. > >> diff --git a/Documentation/devicetree/bindings/video/display >> b/Documentation/devicetree/bindings/video/display >> new file

[Bug 55448] [ColorTiling2D] R600 BARTS radeon: The kernel rejected CS and graphical corruption with tropics

2012-10-01 Thread bugzilla-dae...@freedesktop.org
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/20121001/f38931e0/attachment.html>

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20121001/b20fa086/attachment.html>

[3.2.y] drm/i915: add Ivy Bridge GT2 Server entries

2012-10-01 Thread Jonathan Nieder
Hi Ben, Please consider cc22a938fc1d drm/i915: add Ivy Bridge GT2 Server entries, 2012-03-29 for application to the 3.2.y tree. It adds a PCI id to the i915 driver, making kms work. It was applied during the 3.4-rc2 cycle, so newer stable kernels don't need it. Maik Zumstrull tried it[1]

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-dae...@freedesktop.org
/attachments/20121001/aa8962ec/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-dae...@freedesktop.org
nts/20121001/bd901721/attachment.html>

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #9 from Erdem U. Altinyurt --- Created attachment 67903 --> https://bugs.freedesktop.org/attachment.cgi?id=67903=edit HD6850 radeon_pm_print_states Linux triQuad 3.5.4-3-desktop #1 SMP PREEMPT Tue Sep 25 08:12:55 UTC 2012

Re: [PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Leela Krishna Amudala
Hello Stephen Warren, The binding names that I use in my dts file should match with the names given in http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html right? I think that is the only thing I have to take care, and as I'm not using struct drm_display_mode in my driver its

[ 192/262] drm: Add EDID_QUIRK_FORCE_REDUCED_BLANKING for ASUS VW222S

2012-10-01 Thread Greg Kroah-Hartman
From: Greg KH gre...@linuxfoundation.org 3.5-stable review patch. If anyone has any objections, please let me know. -- From: Paul Menzel paulepan...@users.sourceforge.net commit 6f33814bd4d9cfe76033a31b1c0c76c960cd8e4b upstream. Connecting an ASUS VW222S [1] over VGA a

Re: [PATCH] dma-buf: might_sleep() in dma_buf_unmap_attachment()

2012-10-01 Thread Sumit Semwal
On Friday 28 September 2012 01:09 PM, Maarten Lankhorst wrote: Op 28-09-12 09:29, Rob Clark schreef: From: Rob Clark r...@ti.com We never really clarified if unmap could be done in atomic context. But since mapping might require sleeping, this implies mutex in use to synchronize

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43405 --- Comment #13 from Andreas Boll andreas.boll@gmail.com --- (In reply to comment #12) Can you try git clean -fdx before autogen? -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55448] [ColorTiling2D] R600 BARTS radeon: The kernel rejected CS and graphical corruption with tropics

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55448 Andreas Boll andreas.boll@gmail.com changed: What|Removed |Added Component|Drivers/DRI/R600

Re: [PATCH 1/5] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER

2012-10-01 Thread Thomas Hellstrom
On 09/29/2012 05:16 PM, Maarten Lankhorst wrote: Op 28-09-12 22:10, Thomas Hellstrom schreef: On 09/28/2012 09:42 PM, Thomas Hellstrom wrote: On 09/28/2012 04:14 PM, Maarten Lankhorst wrote: Hey, Op 28-09-12 14:41, Maarten Lankhorst schreef: Documentation says that code requiring dma-buf

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43405 --- Comment #14 from idun...@lavabit.com --- On Mon, 01 Oct 2012 07:20:49 + bugzilla-dae...@freedesktop.org wrote: https://bugs.freedesktop.org/show_bug.cgi?id=43405 --- Comment #13 from Andreas Boll andreas.boll@gmail.com --- (In

Re: [PATCH 1/5] dma-buf: remove fallback for !CONFIG_DMA_SHARED_BUFFER

2012-10-01 Thread Maarten Lankhorst
Op 28-09-12 21:42, Thomas Hellstrom schreef: On 09/28/2012 04:14 PM, Maarten Lankhorst wrote: Hey, Op 28-09-12 14:41, Maarten Lankhorst schreef: Documentation says that code requiring dma-buf should add it to select, so inline fallbacks are not going to be used. A link error will make it

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43405 Paul Menzel paulepan...@users.sourceforge.net changed: What|Removed |Added CC|

[Bug 55448] [ColorTiling2D] R600 BARTS radeon: The kernel rejected CS and graphical corruption with tropics

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55448 --- Comment #3 from Alex Deucher ag...@yahoo.com --- Are you running a 32-bit app on a 64-bit distro by any chance? If so, you may be using an old version of the 32-bit 3D driver. You'll need to build and install an updated version of the

[Bug 50149] Faulty shaders on RS600

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=50149 --- Comment #23 from Roman Šmakal schmakeri...@gmail.com --- Created attachment 67926 -- https://bugs.freedesktop.org/attachment.cgi?id=67926action=edit Frets on Fire font bug Just noticed that frets on fire are bugged too. Not sure if its

[Bug 55445] Torchlight: crash due to texture error

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55445 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Assignee|dri-devel@lists.freedesktop

[Bug 43405] Only horizontal lines (snow) display in google earth/glxgears using current r600g on RS780M

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43405 --- Comment #16 from idun...@lavabit.com --- On Mon, 01 Oct 2012 09:58:49 + bugzilla-dae...@freedesktop.org wrote: --- Comment #15 from Paul Menzel paulepan...@users.sourceforge.net --- I do not see this with Debian Sid/unstable (Mesa

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #11 from graham grhm.pe...@gmail.com --- Created attachment 67937 -- https://bugs.freedesktop.org/attachment.cgi?id=67937action=edit patch for barts and caicos mobility Tested on barts, not caicos. It's restricted to only the power

[PATCH] drm/nouveau: fix crash regression

2012-10-01 Thread Ortwin Glück
Work around a crash during boot if noaccel is set. NB: still broken in 3.5 as well, used to work in 3.4. Why are people ignoring this? It's a regression! Signed-off-by: Ortwin Glück o...@odi.ch --- diff --git a/drivers/gpu/drm/nouveau/nv50_display.c b/drivers/gpu/drm/nouveau/nv50_display.c

[3.2.y] drm/i915: add Ivy Bridge GT2 Server entries

2012-10-01 Thread Jonathan Nieder
Hi Ben, Please consider cc22a938fc1d drm/i915: add Ivy Bridge GT2 Server entries, 2012-03-29 for application to the 3.2.y tree. It adds a PCI id to the i915 driver, making kms work. It was applied during the 3.4-rc2 cycle, so newer stable kernels don't need it. Maik Zumstrull tried it[1]

Re: [PATCH V6 2/2] video: drm: exynos: Add device tree support

2012-10-01 Thread Stephen Warren
On 09/30/2012 11:29 PM, Leela Krishna Amudala wrote: Hello Stephen Warren, The binding names that I use in my dts file should match with the names given in http://lists.freedesktop.org/archives/dri-devel/2012-July/024875.html right? I don't think so; the binding in that link is for

Re: [PATCH 1/2] of: add helper to parse display specs

2012-10-01 Thread Stephen Warren
On 09/24/2012 09:35 AM, Steffen Trumtrar wrote: Parse a display-node with timings and hardware-specs from devictree. diff --git a/Documentation/devicetree/bindings/video/display b/Documentation/devicetree/bindings/video/display new file mode 100644 index 000..722766a --- /dev/null +++

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #1 from maxi...@free.fr --- Created attachment 67943 -- https://bugs.freedesktop.org/attachment.cgi?id=67943action=edit screenshot bad rendering -- You are receiving this mail because: You are the assignee for the bug.

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 maxi...@free.fr changed: What|Removed |Added Attachment #67943|0 |1 is obsolete|

[Bug 55510] Incorrect rendering with unigine tropics

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55510 --- Comment #3 from Alex Deucher ag...@yahoo.com --- Make sure you install libtxc_dxtn and you may need to build mesa with the --enable-texture-float configure option. -- You are receiving this mail because: You are the assignee for the bug.

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #12 from graham grhm.pe...@gmail.com --- Created attachment 67953 -- https://bugs.freedesktop.org/attachment.cgi?id=67953action=edit proposed patch Had a look round on google for some other profiles. Not entirely sure about cayman,

[Bug 49981] On HD6850, Power Profile doesn't change if 2 screen is attached.

2012-10-01 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49981 --- Comment #13 from Alex Deucher ag...@yahoo.com --- I pushed a patch to handle this properly to my drm-next-3.7-wip branch: http://cgit.freedesktop.org/~agd5f/linux/log/?h=drm-next-3.7-wip -- You are receiving this mail because: You are the