[Bug 70042] Major texture flickering in Dota 2 (r600g on HD 6950)

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70042 --- Comment #4 from Alexandre Demers --- Created attachment 87013 --> https://bugs.freedesktop.org/attachment.cgi?id=87013&action=edit Many glitches in the middle of the screen Here, some more visible glitches flickering at an impressive pace.

[Bug 70009] [r300g, bisected] some wine apps renders black

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70009 --- Comment #6 from Pavel Ondračka --- Created attachment 87014 --> https://bugs.freedesktop.org/attachment.cgi?id=87014&action=edit EVE online Wine terminal output (In reply to comment #5) > Do particular shaders fail to compile or is there j

[PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Jan Kara
Hello, In my quest for changing locking around page faults to make things easier for filesystems I found out get_user_pages() users could use a cleanup. The knowledge about necessary locking for get_user_pages() is in tons of places in drivers and quite a few of them actually get it wrong (do

Re: [PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Christoph Hellwig
On Wed, Oct 02, 2013 at 04:27:41PM +0200, Jan Kara wrote: > Hello, > > In my quest for changing locking around page faults to make things easier > for > filesystems I found out get_user_pages() users could use a cleanup. The > knowledge about necessary locking for get_user_pages() is in tons

Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-10-03 Thread John Hupp
On 9/30/2013 7:36 AM, Daniel Vetter wrote: On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote: [I emailed the list with this same material on 9/13, but it has received no response and someone on the Ubuntu kernel team suggested that I change the email Subject from "Re: Moving a bug upstre

Re: [PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Jan Kara
On Wed 02-10-13 09:20:09, Christoph Hellwig wrote: > On Wed, Oct 02, 2013 at 04:27:41PM +0200, Jan Kara wrote: > > Hello, > > > > In my quest for changing locking around page faults to make things easier > > for > > filesystems I found out get_user_pages() users could use a cleanup. The > >

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-03 Thread Shirish S
Hi, First of all sorry for the late response, On Tue, Oct 1, 2013 at 10:09 AM, Inki Dae wrote: > > > > -Original Message- > > From: Sylwester Nawrocki [mailto:sylvester.nawro...@gmail.com] > > Sent: Monday, September 30, 2013 7:09 AM > > To: Inki Dae > > Cc: Rahul Sharma; devicet...@vge

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

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57919 --- Comment #23 from Thilo Cestonaro --- Sadly no. Unity still is flickering and has that triangle kind of display errors. :( Greetings Thilo -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 70035] GPU Lockup on AMD RS880 HD4200

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70035 --- Comment #7 from Michel Dänzer --- (In reply to comment #1) > Possibly related to bug 69983. That is indeed likely — current master (since 68f6dec32ed5eede361f76c8dbdf897652659baf) locks up my RS880 even with glxgears, though only using LLVM.

HPD flood warning since b8f102e8b

2013-10-03 Thread Jiri Kosina
During resume from hibernation, I started to see the warning below since commit b8f102e8bf71cacf33326360fdf9dcfd1a63925b Author: Egbert Eich Date: Fri Jul 26 14:14:24 2013 +0200 drm/i915: Add messages useful for HPD storm detection debugging (v2) the system

Re: HPD flood warning since b8f102e8b

2013-10-03 Thread Daniel Vetter
Can you please attach full dmesg from boot up to the first WARN with drm.debug=0xe? This really shouldn't happen and indicates a bug somewhere ... Cheers, Daniel On Thu, Oct 3, 2013 at 11:46 AM, Jiri Kosina wrote: > During resume from hibernation, I started to see the warning below since > >

[Bug 70068] New: flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 Priority: medium Bug ID: 70068 Assignee: dri-devel@lists.freedesktop.org Summary: flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()" Severity: nor

[Bug 70068] flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 --- Comment #1 from Marc Dietrich --- bisect revealed that 68f6dec32ed5eede361f76c8dbdf897652659baf: r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon is the one to be blamed. -- You are receiving this mail because: You

[Bug 70068] flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69983] [r600g, bisected] Screen corruption in Firefox, World of Warcraft and other apps

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 Alex Deucher changed: What|Removed |Added CC||marvi...@gmx.de --- Comment #10 from Alex

[Bug 70073] New: [r300g] Stop calling draw_prepare_shader_outputs

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70073 Priority: medium Bug ID: 70073 Assignee: dri-devel@lists.freedesktop.org Summary: [r300g] Stop calling draw_prepare_shader_outputs Severity: normal Classification: Unclassified

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread Daniel Vetter
On Wed, Oct 02, 2013 at 11:23:35AM +0200, David Herrmann wrote: > All bus drivers do device setup themselves. This requires us to adjust all > of them if we introduce new core features. Thus, merge all these into a > uniform drm_dev_register() helper. > > Note that this removes the drm_lastclose()

Re: [PATCH 5/5] drm: move device unregistration into drm_dev_unregister()

2013-10-03 Thread Daniel Vetter
On Wed, Oct 02, 2013 at 11:23:38AM +0200, David Herrmann wrote: > Analog to drm_dev_register(), we now provide drm_dev_unregister() which > does the reverse. drm_dev_put() is still in place and combines the calls > to drm_dev_unregister() and drm_dev_free() so buses don't have to change. > > *_get

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread David Herrmann
Hi Daniel On Thu, Oct 3, 2013 at 3:15 PM, Daniel Vetter wrote: > On Wed, Oct 02, 2013 at 11:23:35AM +0200, David Herrmann wrote: >> All bus drivers do device setup themselves. This requires us to adjust all >> of them if we introduce new core features. Thus, merge all these into a >> uniform drm_

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread Daniel Vetter
On Thu, Oct 3, 2013 at 3:19 PM, David Herrmann wrote: > You mean I should _move_ it to drm_pci.c? It has never been > pci-specific. But sure, I can do that. It actually makes sense. But > I'd like to do that in a followup patch as it's a semantic change > that's not directly related. I will includ

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
Hi, thank you for your contribution and the below is my short comments, 2013/10/2 Sean Paul : > This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS > bridge chip. > > Signed-off-by: Sean Paul > --- > .../devicetree/bindings/drm/bridge/ptn3460.txt | 27 ++ > drivers/gpu/d

[Bug 70053] hard machine hang when switching to battery power with DPM enabled on Trinity APU

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70053 --- Comment #4 from Alex Deucher --- Created attachment 87033 --> https://bugs.freedesktop.org/attachment.cgi?id=87033&action=edit force battery state on DC Does this patch also fix the problem? -- You are receiving this mail because: You ar

[Bug 70053] hard machine hang when switching to battery power with DPM enabled on Trinity APU

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70053 Alex Deucher changed: What|Removed |Added Attachment #87033|0 |1 is obsolete|

Re: HPD flood warning since b8f102e8b

2013-10-03 Thread Jiri Kosina
On Thu, 3 Oct 2013, Daniel Vetter wrote: > Can you please attach full dmesg from boot up to the first WARN with > drm.debug=0xe? This really shouldn't happen and indicates a bug > somewhere ... A bit difficult ... I originally thought that it was reliably reproducible, but now I didn't get it af

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/2 Sean Paul : > This patch adds code to look for the ptn3460 in the device tree file on > exynos initialization. If ptn node is found, the driver will initialize > the ptn3460 driver and skip creating a DP connector (since the bridge > driver will register its own connector). > > Signed-off

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: > Hi, thank you for your contribution and the below is my short comments, > > 2013/10/2 Sean Paul : >> This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS >> bridge chip. >> >> Signed-off-by: Sean Paul >> --- >> .../devicetree/b

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae wrote: > 2013/10/2 Sean Paul : >> This patch adds code to look for the ptn3460 in the device tree file on >> exynos initialization. If ptn node is found, the driver will initialize >> the ptn3460 driver and skip creating a DP connector (since the bridge >>

Re: [PATCH 2/5] ARM: dts: Add dp-controller node to exynos5250-snow

2013-10-03 Thread Sean Paul
On Wed, Oct 2, 2013 at 5:10 PM, Olof Johansson wrote: > On Tue, Oct 1, 2013 at 4:40 PM, Sean Paul wrote: >> This patch adds the dp-controller node to the exynos5250-snow board dts >> file. >> >> Signed-off-by: Sean Paul >> --- >> arch/arm/boot/dts/exynos5250-snow.dts | 12 >> 1 fil

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-03 Thread Alex Ivanov
01.10.2013, 18:16, "Konrad Rzeszutek Wilk" : > On Tue, Oct 01, 2013 at 12:16:16PM +0200, Thomas Hellstrom wrote: > >>  Jerome, Konrad >> >>  Forgive an ignorant question, but it appears like both Nouveau and >>  Radeon may use pci_map_page() when populating TTMs on >>  pages obtained using the ordi

Re: A simple alternative to GEMr

2013-10-03 Thread Rob Clark
On Thu, Oct 3, 2013 at 7:48 AM, dm.leontiev7 wrote: > Hello > > In my opinion, graphics stack will benefit from moving memory management to > userspace because there are tons of features not available in kernel, like > simd or c++. both of which bring no benefit to memory management code > Als

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul : > On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae wrote: >> 2013/10/2 Sean Paul : >>> This patch adds code to look for the ptn3460 in the device tree file on >>> exynos initialization. If ptn node is found, the driver will initialize >>> the ptn3460 driver and skip creating a DP co

[Bug 70088] New: Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 Priority: medium Bug ID: 70088 Assignee: dri-devel@lists.freedesktop.org Summary: Glamor on r600g crashes Xserver Severity: normal Classification: Unclassified OS: All

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 1:18 PM, Inki Dae wrote: > 2013/10/4 Sean Paul : >> On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae wrote: >>> 2013/10/2 Sean Paul : This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver will init

Re: A simple alternative to GEMr

2013-10-03 Thread Ilyes Gouta
Hi, DirectFB is a good example of "doing it all in userspace". It works but at the cost of ending up with pretty custom interfaces and non-standard ways of handling things such as buffer addresses (physical) w.r.t to h/w acceleration, IPC/RPC, buffer sharing for multi-process support, etc. Memory

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/3 Sean Paul : > On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: >> Hi, thank you for your contribution and the below is my short comments, >> >> 2013/10/2 Sean Paul : >>> This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS >>> bridge chip. >>> >>> Signed-off-by: Sean Pa

[PATCH] drm/doc: Document drm_add_modes_noedid() usage

2013-10-03 Thread Laurent Pinchart
From: Laurent Pinchart And fix a spelling mistake. Signed-off-by: Laurent Pinchart --- Documentation/DocBook/drm.tmpl | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/Documentation/DocBook/drm.tmpl b/Documentation/DocBook/drm.tmpl index ed1d6d2..539

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #1 from Grigori Goronzy --- That looks exactly like the crash I see on PALM ASICs, too. I just didn't have time to properly report it yet. Something is going wrong in SB's gcm phase. This only seems to happen on certain ASICs, it wor

[Bug 45641] Screen goes black randomly

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=45641 --- Comment #19 from John --- Still same behavior with current drivers/kernel/mesa, I was hoping something would have helped :) Alex, do you have any other patch I can test against this? Thanks, John -- You are receiving this mail because: Yo

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Olof Johansson
On Thu, Oct 3, 2013 at 10:39 AM, Inki Dae wrote: > 2013/10/3 Sean Paul : >> On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: >>> Can a regulator be used instead of gpio in other board case? >>> >> >> No, not to my knowledge. >> > > Hm.. plz check it out again. the gpio pin is specific to board, an

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae wrote: > 2013/10/3 Sean Paul : >> On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: >>> Hi, thank you for your contribution and the below is my short comments, >>> >>> 2013/10/2 Sean Paul : This patch adds a drm_bridge driver for the PTN3460 DisplayPort

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul : > On Thu, Oct 3, 2013 at 1:18 PM, Inki Dae wrote: >> 2013/10/4 Sean Paul : >>> On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae wrote: 2013/10/2 Sean Paul : > This patch adds code to look for the ptn3460 in the device tree file on > exynos initialization. If ptn node i

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 Krzysztof A. Sobiecki changed: What|Removed |Added Hardware|Other |x86-64 (AMD64) O

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul : > On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae wrote: >> 2013/10/3 Sean Paul : >>> On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: Hi, thank you for your contribution and the below is my short comments, 2013/10/2 Sean Paul : > This patch adds a drm_bridge driv

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 2:23 PM, Inki Dae wrote: > 2013/10/4 Sean Paul : >> On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae wrote: >>> 2013/10/3 Sean Paul : On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: > Hi, thank you for your contribution and the below is my short comments, > > 2013

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #2 from Vadim Girlin --- Please attach the output with R600_DEBUG=ps,vs -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists

[Bug 66673] NULL pointer dereference on BONAIRE (hd7790) after starting X server

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=66673 --- Comment #5 from Dmitry Derevyanko --- With kernel: 3.11.3 gentoo version mesa: git(Oct 3) builded with gles xf86-video-ati: git(Oct 3) libdrm: git(Oct 3) llvm: git(Oct 3) glamor: git(Oct 3) builded without gles I can boot to kde (with radeo

Re: 3.11-rc7: i915: stuck on render ring

2013-10-03 Thread Pavel Machek
On Wed 2013-09-04 11:08:14, Chris Wilson wrote: > On Tue, Sep 03, 2013 at 09:06:47PM +0200, Pavel Machek wrote: > > Hi! > > > > I was happily using X... and then screen froze. Mouse still > > moves. Switching to text console still worked, good. It is first time > > in a while, normally this machin

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #3 from Marek Olšák --- You should be able to obtain a better backtrace if you do this: 1) Delete /etc/X11/core. 2) Reproduce the crash. This should create a new core file in /etc/X11. 3) Run: gdb /usr/bin/Xorg /etc/X11/core 4) Type

[Bug 69983] [r600g, bisected] Screen corruption in Firefox, World of Warcraft and other apps

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 --- Comment #11 from Chris Rankin --- This issue is now fixed for me, presumably by: commit b893bbf438e1924d5f47370b29421642e79b0221 Author: Marek Olšák Date: Thu Oct 3 16:39:50 2013 +0200 r600g,radeonsi: create aux_context last Thi

[Bug 69983] [r600g, bisected] Screen corruption in Firefox, World of Warcraft and other apps

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 Marek Olšák changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #4 from Grigori Goronzy --- Created attachment 87094 --> https://bugs.freedesktop.org/attachment.cgi?id=87094&action=edit Xorg log with shader dump and sb dump -- You are receiving this mail because: You are the assignee for the b

[Bug 70088] Glamor on r600g crashes Xserver

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70088 --- Comment #5 from Grigori Goronzy --- Created attachment 87095 --> https://bugs.freedesktop.org/attachment.cgi?id=87095&action=edit Xorg backtrace -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 68857] SNU OpenCL NAS Parallel Benchmarks don't work

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68857 --- Comment #3 from Tom Stellard --- It looks the EP test is failing, because the compiler doesn't support double operations yet. I'm guessing the other tests are failing for the same reason. Adding support for doubles is relatively straight fo

[PATCH v2 0/5] Add some missing bits for exynos5250-snow

2013-10-03 Thread Sean Paul
This set adds some missing devicetree nodes to the exynos5250-snow file as well as adds a drm_bridge driver for the ptn3460 DP-LVDS chip. This chip is used in the exynos5250-snow board. Sean Sean Paul (5): ARM: dts: Add fimd display-timings for exynos5250-snow ARM: dts: Add dp-controller node

[PATCH v2 1/5] ARM: dts: Add fimd display-timings for exynos5250-snow

2013-10-03 Thread Sean Paul
This patch adds the internal panel timings to the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- v2: No difference arch/arm/boot/dts/exynos5250-snow.dts | 17 + 1 file changed, 17 insertions(+) diff --git a/arch/arm/boot/dts/exynos5250-snow.dts b/arch/arm/boot/d

[PATCH v2 2/5] ARM: dts: Add dp-controller node to exynos5250-snow

2013-10-03 Thread Sean Paul
This patch adds the dp-controller node to the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- v2: Added dp-controller address to node (rebased on linux-next) arch/arm/boot/dts/exynos5250-snow.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm/boot/dts/e

[PATCH v2 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Sean Paul
This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS bridge chip. Signed-off-by: Sean Paul --- v2: - Changed header definition to static inline - Changed dt node name to lvds-bridge .../devicetree/bindings/drm/bridge/ptn3460.txt | 27 ++ drivers/gpu/drm/

[PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Sean Paul
This patch adds code to look for the ptn3460 in the device tree file on exynos initialization. If ptn node is found, the driver will initialize the ptn3460 driver and skip creating a DP connector (since the bridge driver will register its own connector). Signed-off-by: Sean Paul --- v2:

[PATCH v2 5/5] ARM: dts: Add ptn3460 to exynos5250-snow

2013-10-03 Thread Sean Paul
This patch adds a node for the ptn3460 DP-LVDS chip in the exynos5250-snow board dts file. Signed-off-by: Sean Paul --- v2: Changed node name to lvds-bridge arch/arm/boot/dts/exynos5250-snow.dts | 19 +++ 1 file changed, 19 insertions(+) diff --git a/arch/arm/boot/dts/exynos52

Re: [PATCH v2 0/5] Add some missing bits for exynos5250-snow

2013-10-03 Thread Olof Johansson
On Thu, Oct 3, 2013 at 3:28 PM, Sean Paul wrote: > This set adds some missing devicetree nodes to the exynos5250-snow file as > well > as adds a drm_bridge driver for the ptn3460 DP-LVDS chip. This chip is used in > the exynos5250-snow board. > > Sean Series: Acked-by: Olof Johansson -Olof _

[Bug 70104] New: radeonsi_compute.c:260:11: error: 'struct pipe_context' has no member named 'bind_compute_sampler_states'

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70104 Priority: medium Bug ID: 70104 Keywords: regression CC: bri...@vmware.com Assignee: dri-devel@lists.freedesktop.org Summary: radeonsi_compute.c:260:11: error: 'struct

[Bug 70104] radeonsi_compute.c:260:11: error: 'struct pipe_context' has no member named 'bind_compute_sampler_states'

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70104 Brian Paul changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 70106] New: si_state.c:2776:13: error: conflicting types for 'si_bind_sampler_states'

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70106 Priority: medium Bug ID: 70106 Keywords: regression CC: bri...@vmware.com Assignee: dri-devel@lists.freedesktop.org Summary: si_state.c:2776:13: error: conflicting types for

[Bug 70106] si_state.c:2776:13: error: conflicting types for 'si_bind_sampler_states'

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70106 --- Comment #1 from Brian Paul --- Created attachment 87097 --> https://bugs.freedesktop.org/attachment.cgi?id=87097&action=edit patch to try Can you try the attached patch? I can't build radeonsi ATM. I guess nobody tested my branch. -- Y

[Bug 70106] si_state.c:2776:13: error: conflicting types for 'si_bind_sampler_states'

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70106 Tom Stellard changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69983] [r600g, bisected] Screen corruption in Firefox, World of Warcraft and other apps

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 --- Comment #13 from Jos van Wolput --- (In reply to comment #12) > Ok, I'm closing this bug. Thanks, demos running well, issue fixed! -- You are receiving this mail because: You are the assignee for the bug. ___

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul : > On Thu, Oct 3, 2013 at 2:23 PM, Inki Dae wrote: >> 2013/10/4 Sean Paul : >>> On Thu, Oct 3, 2013 at 1:39 PM, Inki Dae wrote: 2013/10/3 Sean Paul : > On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: >> Hi, thank you for your contribution and the below is my sho

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
2013/10/4 Olof Johansson : > On Thu, Oct 3, 2013 at 10:39 AM, Inki Dae wrote: >> 2013/10/3 Sean Paul : >>> On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: Can a regulator be used instead of gpio in other board case? >>> >>> No, not to my knowledge. >>> >> >> Hm.. plz check it out again.

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/4 Sean Paul : > This patch adds code to look for the ptn3460 in the device tree file on > exynos initialization. If ptn node is found, the driver will initialize > the ptn3460 driver and skip creating a DP connector (since the bridge > driver will register its own connector). > > Signed-off

[Bug 70108] New: [bisected e64633e8c3a5498998a45ab721bf80edca101cf5] regression: bad rendering on r600g

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70108 Priority: medium Bug ID: 70108 Assignee: dri-devel@lists.freedesktop.org Summary: [bisected e64633e8c3a5498998a45ab721bf80edca101cf5] regression: bad rendering on r600g Sever

Re: [PATCH v2 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 10:29 PM, Inki Dae wrote: > 2013/10/4 Sean Paul : >> This patch adds code to look for the ptn3460 in the device tree file on >> exynos initialization. If ptn node is found, the driver will initialize >> the ptn3460 driver and skip creating a DP connector (since the bridge >>

[Bug 70042] Major texture flickering in Dota 2 (r600g on HD 6950)

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70042 --- Comment #4 from Alexandre Demers --- Created attachment 87013 --> https://bugs.freedesktop.org/attachment.cgi?id=87013&action=edit Many glitches in the middle of the screen Here, some more visible glitches flickering at an impressive pace.

[Bug 70009] [r300g, bisected] some wine apps renders black

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70009 --- Comment #6 from Pavel Ondračka --- Created attachment 87014 --> https://bugs.freedesktop.org/attachment.cgi?id=87014&action=edit EVE online Wine terminal output (In reply to comment #5) > Do particular shaders fail to compile or is there j

[PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Jan Kara
Hello, In my quest for changing locking around page faults to make things easier for filesystems I found out get_user_pages() users could use a cleanup. The knowledge about necessary locking for get_user_pages() is in tons of places in drivers and quite a few of them actually get it wrong (do

Re: [PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Christoph Hellwig
On Wed, Oct 02, 2013 at 04:27:41PM +0200, Jan Kara wrote: > Hello, > > In my quest for changing locking around page faults to make things easier > for > filesystems I found out get_user_pages() users could use a cleanup. The > knowledge about necessary locking for get_user_pages() is in tons

Re: Flash 11.2 content displays in shades of green and purple only, and in a horizontally compressed space

2013-10-03 Thread John Hupp
On 9/30/2013 7:36 AM, Daniel Vetter wrote: On Sat, Sep 28, 2013 at 12:49:24PM -0400, John Hupp wrote: [I emailed the list with this same material on 9/13, but it has received no response and someone on the Ubuntu kernel team suggested that I change the email Subject from "Re: Moving a bug upstre

Re: [PATCH 0/26] get_user_pages() cleanup

2013-10-03 Thread Jan Kara
On Wed 02-10-13 09:20:09, Christoph Hellwig wrote: > On Wed, Oct 02, 2013 at 04:27:41PM +0200, Jan Kara wrote: > > Hello, > > > > In my quest for changing locking around page faults to make things easier > > for > > filesystems I found out get_user_pages() users could use a cleanup. The > >

Re: [PATCH 1/7] drm/exynos: move hdmiphy related code to hdmiphy driver

2013-10-03 Thread Shirish S
Hi, First of all sorry for the late response, On Tue, Oct 1, 2013 at 10:09 AM, Inki Dae wrote: > > > > -Original Message- > > From: Sylwester Nawrocki [mailto:sylvester.nawro...@gmail.com] > > Sent: Monday, September 30, 2013 7:09 AM > > To: Inki Dae > > Cc: Rahul Sharma; devicet...@vge

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

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=57919 --- Comment #23 from Thilo Cestonaro --- Sadly no. Unity still is flickering and has that triangle kind of display errors. :( Greetings Thilo -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 70035] GPU Lockup on AMD RS880 HD4200

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70035 --- Comment #7 from Michel Dänzer --- (In reply to comment #1) > Possibly related to bug 69983. That is indeed likely — current master (since 68f6dec32ed5eede361f76c8dbdf897652659baf) locks up my RS880 even with glxgears, though only using LLVM.

HPD flood warning since b8f102e8b

2013-10-03 Thread Jiri Kosina
During resume from hibernation, I started to see the warning below since commit b8f102e8bf71cacf33326360fdf9dcfd1a63925b Author: Egbert Eich Date: Fri Jul 26 14:14:24 2013 +0200 drm/i915: Add messages useful for HPD storm detection debugging (v2) the system

Re: HPD flood warning since b8f102e8b

2013-10-03 Thread Daniel Vetter
Can you please attach full dmesg from boot up to the first WARN with drm.debug=0xe? This really shouldn't happen and indicates a bug somewhere ... Cheers, Daniel On Thu, Oct 3, 2013 at 11:46 AM, Jiri Kosina wrote: > During resume from hibernation, I started to see the warning below since > >

[Bug 70068] New: flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 Priority: medium Bug ID: 70068 Assignee: dri-devel@lists.freedesktop.org Summary: flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()" Severity: nor

[Bug 70068] flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 --- Comment #1 from Marc Dietrich --- bisect revealed that 68f6dec32ed5eede361f76c8dbdf897652659baf: r600g: move aux_context and r600_screen_clear_buffer to drivers/radeon is the one to be blamed. -- You are receiving this mail because: You

[Bug 70068] flightgear crashes with "Streamout unsupported in util_blitter_clear_buffer()"

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70068 Alex Deucher changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 69983] [r600g, bisected] Screen corruption in Firefox, World of Warcraft and other apps

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69983 Alex Deucher changed: What|Removed |Added CC||marvi...@gmx.de --- Comment #10 from Alex

[Bug 70073] New: [r300g] Stop calling draw_prepare_shader_outputs

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70073 Priority: medium Bug ID: 70073 Assignee: dri-devel@lists.freedesktop.org Summary: [r300g] Stop calling draw_prepare_shader_outputs Severity: normal Classification: Unclassified

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread Daniel Vetter
On Wed, Oct 02, 2013 at 11:23:35AM +0200, David Herrmann wrote: > All bus drivers do device setup themselves. This requires us to adjust all > of them if we introduce new core features. Thus, merge all these into a > uniform drm_dev_register() helper. > > Note that this removes the drm_lastclose()

Re: [PATCH 5/5] drm: move device unregistration into drm_dev_unregister()

2013-10-03 Thread Daniel Vetter
On Wed, Oct 02, 2013 at 11:23:38AM +0200, David Herrmann wrote: > Analog to drm_dev_register(), we now provide drm_dev_unregister() which > does the reverse. drm_dev_put() is still in place and combines the calls > to drm_dev_unregister() and drm_dev_free() so buses don't have to change. > > *_get

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread David Herrmann
Hi Daniel On Thu, Oct 3, 2013 at 3:15 PM, Daniel Vetter wrote: > On Wed, Oct 02, 2013 at 11:23:35AM +0200, David Herrmann wrote: >> All bus drivers do device setup themselves. This requires us to adjust all >> of them if we introduce new core features. Thus, merge all these into a >> uniform drm_

Re: [PATCH 2/5] drm: merge device setup into drm_dev_register()

2013-10-03 Thread Daniel Vetter
On Thu, Oct 3, 2013 at 3:19 PM, David Herrmann wrote: > You mean I should _move_ it to drm_pci.c? It has never been > pci-specific. But sure, I can do that. It actually makes sense. But > I'd like to do that in a followup patch as it's a semantic change > that's not directly related. I will includ

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Inki Dae
Hi, thank you for your contribution and the below is my short comments, 2013/10/2 Sean Paul : > This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS > bridge chip. > > Signed-off-by: Sean Paul > --- > .../devicetree/bindings/drm/bridge/ptn3460.txt | 27 ++ > drivers/gpu/d

[Bug 70053] hard machine hang when switching to battery power with DPM enabled on Trinity APU

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70053 --- Comment #4 from Alex Deucher --- Created attachment 87033 --> https://bugs.freedesktop.org/attachment.cgi?id=87033&action=edit force battery state on DC Does this patch also fix the problem? -- You are receiving this mail because: You ar

[Bug 70053] hard machine hang when switching to battery power with DPM enabled on Trinity APU

2013-10-03 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70053 Alex Deucher changed: What|Removed |Added Attachment #87033|0 |1 is obsolete|

Re: HPD flood warning since b8f102e8b

2013-10-03 Thread Jiri Kosina
On Thu, 3 Oct 2013, Daniel Vetter wrote: > Can you please attach full dmesg from boot up to the first WARN with > drm.debug=0xe? This really shouldn't happen and indicates a bug > somewhere ... A bit difficult ... I originally thought that it was reliably reproducible, but now I didn't get it af

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Inki Dae
2013/10/2 Sean Paul : > This patch adds code to look for the ptn3460 in the device tree file on > exynos initialization. If ptn node is found, the driver will initialize > the ptn3460 driver and skip creating a DP connector (since the bridge > driver will register its own connector). > > Signed-off

Re: [PATCH 3/5] drm/bridge: Add PTN3460 bridge driver

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 9:55 AM, Inki Dae wrote: > Hi, thank you for your contribution and the below is my short comments, > > 2013/10/2 Sean Paul : >> This patch adds a drm_bridge driver for the PTN3460 DisplayPort to LVDS >> bridge chip. >> >> Signed-off-by: Sean Paul >> --- >> .../devicetree/b

Re: [PATCH 4/5] drm/exynos: Initialize ptn3460 if present

2013-10-03 Thread Sean Paul
On Thu, Oct 3, 2013 at 10:43 AM, Inki Dae wrote: > 2013/10/2 Sean Paul : >> This patch adds code to look for the ptn3460 in the device tree file on >> exynos initialization. If ptn node is found, the driver will initialize >> the ptn3460 driver and skip creating a DP connector (since the bridge >>

Re: [PATCH 2/5] ARM: dts: Add dp-controller node to exynos5250-snow

2013-10-03 Thread Sean Paul
On Wed, Oct 2, 2013 at 5:10 PM, Olof Johansson wrote: > On Tue, Oct 1, 2013 at 4:40 PM, Sean Paul wrote: >> This patch adds the dp-controller node to the exynos5250-snow board dts >> file. >> >> Signed-off-by: Sean Paul >> --- >> arch/arm/boot/dts/exynos5250-snow.dts | 12 >> 1 fil

Re: Use of pci_map_page in nouveau, radeon TTM.

2013-10-03 Thread Alex Ivanov
01.10.2013, 18:16, "Konrad Rzeszutek Wilk" : > On Tue, Oct 01, 2013 at 12:16:16PM +0200, Thomas Hellstrom wrote: > >>  Jerome, Konrad >> >>  Forgive an ignorant question, but it appears like both Nouveau and >>  Radeon may use pci_map_page() when populating TTMs on >>  pages obtained using the ordi

  1   2   3   4   5   >