RE: Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Inki Dae
> -Original Message- > From: Rob Clark [mailto:robdcl...@gmail.com] > Sent: Tuesday, May 14, 2013 10:39 PM > To: Inki Dae > Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun > Cho; linux-arm-ker...@lists.infradead.org; linux-me...@vger.kernel.org > Subject: Re: Intr

Re: [PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Andy Lutomirski
On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote: > On Tue, May 14, 2013 at 8:58 AM, Alex Deucher wrote: >> On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski wrote: >>> Reviewed-by: Daniel Vetter >>> Signed-off-by: Andy Lutomirski >> >> Reviewed-by: Alex Deucher > > I believe it will break

[PATCH] drm/radeon: Remove superfluous variable

2013-05-14 Thread Niels Ole Salscheider
bool in_mode_set from struct radeon_crtc is not used anymore. Signed-off-by: Niels Ole Salscheider --- drivers/gpu/drm/radeon/atombios_crtc.c | 6 -- drivers/gpu/drm/radeon/radeon_legacy_crtc.c | 4 drivers/gpu/drm/radeon/radeon_mode.h| 1 - 3 files changed, 11 deletions(-)

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-05-14 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/20130514/7ce46185/attachment.html>

[RFC PATCH v2, part 2 13/18] PCI, DRM: use hotplug-safe iterators to walk PCI buses

2013-05-14 Thread Jiang Liu
Enhance DRM drvier to use hotplug-safe iterators to walk PCI buses. Signed-off-by: Jiang Liu Cc: David Airlie Cc: dri-devel@lists.freedesktop.org Cc: linux-ker...@vger.kernel.org --- drivers/gpu/drm/drm_fops.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu

[PATCH] drm/radeon: Remove superfluous variable

2013-05-14 Thread Niels Ole Salscheider
bool in_mode_set from struct radeon_crtc is not used anymore. Signed-off-by: Niels Ole Salscheider --- drivers/gpu/drm/radeon/atombios_crtc.c | 6 -- drivers/gpu/drm/radeon/radeon_legacy_crtc.c | 4 drivers/gpu/drm/radeon/radeon_mode.h| 1 - 3 files changed, 11 deletions(-)

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 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/20130514/9a82aa12/attachment.html>

[Bug 58121] Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=58121 --- Comment #3 from Niels Ole Salscheider 2013-05-14 20:22:53 --- I thought so at first since I believe that I tested multihead after implementing 0a9069d34918659bc8a89e21e69e60b2b83291a3. But now it does not work with older kernel versions

[Bug 64600] New: r600g pyrit OpenCL issue on HD6850

2013-05-14 Thread bugzilla-dae...@freedesktop.org
op.org/attachment.cgi?id=78839 -- 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/20130514/87812953/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/a5976c69/attachment.html>

[PATCH] drm/radeon: restore nomodeset operation (v2)

2013-05-14 Thread Dave Airlie
From: Dave Airlie When UMS was deprecated it removed support for nomodeset commandline we really want this in distro land so we can debug stuff, everyone should fallback to vesa correctly. v2: oops -1 isn't used anymore, restore original behaviour -1 is default, so we can boot with nomodeset on

[PATCH] drm/radeon: restore nomodeset operation

2013-05-14 Thread Dave Airlie
From: Dave Airlie When UMS was deprecated it removed support for nomodeset commandline we really want this in distro land so we can debug stuff, everyone should fallback to vesa correctly. Cc: sta...@vger.kernel.org Signed-off-by: Dave Airlie --- drivers/gpu/drm/radeon/radeon_drv.c | 7 +++

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-05-14 Thread bugzilla-dae...@freedesktop.org
for pyrit and GEGL. Let's keep the focus of this bug on hangs in bfgminer. -- 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/

[PATCH v2 3/8] drm/i915: take msecs_to_jiffies_timeout into use

2013-05-14 Thread Imre Deak
Use msecs_to_jiffies_timeout instead of open-coding the same. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_drv.h |2 +- drivers/gpu/drm/i915/intel_i2c.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i91

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

2013-05-14 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/b8c25cf1/attachment.html>

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130514/48c85638/attachment.html>

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- 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/20130514/92386b69/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
with Chrome are fixed now (will close the bug). -- 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/20130514/4f615db8/attachment-0001.html>

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-05-14 Thread bugzilla-dae...@freedesktop.org
gnee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/2daf448d/attachment.html>

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #1 from Tom Stellard --- This patch should fix the error: http://lists.freedesktop.org/archives/mesa-dev/2013-May/039375.html however there is still another bug that causes pyrit to hang, even with this patch. -- You are receiving t

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/347a8a5b/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
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/20130514/62ee8162/attachment-0001.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #19 from Andy Furniss --- (In reply to comment #14) > Created attachment 79305 [details] [review] > Possible Fix - Patch 2 > > Do these two patches fix the problem? Fixed for me - testing with nexuiz and etqw. -- You are receivin

gma500: display displaced vertically by a few lines

2013-05-14 Thread Patrik Jakobsson
On Tue, May 14, 2013 at 3:07 PM, Holger Schurig wrote: > Patrick, have a > > Tested-by: Holger Schurig > > for this. I'll add that. > As for your suggestion: > >> though I recommend you use the modesetting driver because you get >> a hardware accelerated cursor. > > The current Debian Wheezy x

gma500: display displaced vertically by a few lines

2013-05-14 Thread Holger Schurig
Patrick, have a Tested-by: Holger Schurig for this. As for your suggestion: > though I recommend you use the modesetting driver because you get > a hardware accelerated cursor. The current Debian Wheezy xserver-xorg doesn't autoload the modesettings X11 driver. And I haven't found out how

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 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/20130514/e3969ebb/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 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/20130514/7748eab7/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/fc647866/attachment.html>

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20130514/a1922c80/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/a99d949a/attachment-0001.html>

gma500: display displaced vertically by a few lines

2013-05-14 Thread Patrik Jakobsson
On Tue, May 14, 2013 at 2:13 PM, Holger Schurig wrote: > Okay, I found the patch that produces my regression: > > > From bc794829141f28e14fe7d0e07e35870bd9aee78c Mon Sep 17 00:00:00 2001 > From: Patrik Jakobsson > Date:

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 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/20130514/a693d3c5/attachment.html>

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
all r600 chips with llvm backend currently -- 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/20130514/6582e698/attachment.html>

[PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Andy Lutomirski
On Tue, May 14, 2013 at 6:37 AM, Jerome Glisse wrote: > On Tue, May 14, 2013 at 8:58 AM, Alex Deucher > wrote: >> On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski >> wrote: >>> Reviewed-by: Daniel Vetter >>> Signed-off-by: Andy Lutomirski >> >> Reviewed-by: Alex Deucher > > I believe it wil

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
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/20130514/1e6001bb/attachment.html>

gma500: display displaced vertically by a few lines

2013-05-14 Thread Holger Schurig
Okay, I found the patch that produces my regression: >From bc794829141f28e14fe7d0e07e35870bd9aee78c Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Mon, 21 May 2012 15:27:30 +0100 Subject: [PATCH 143/209] gma500: h

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130514/cc9cfad3/attachment.html>

[Bug 58121] Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=58121 --- Comment #3 from Niels Ole Salscheider 2013-05-14 20:22:53 --- I thought so at first since I believe that I tested multihead after implementing 0a9069d34918659bc8a89e21e69e60b2b83291a3. But now it does not work with older kernel versions

[Bug 64582] New: [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-05-14 Thread bugzilla-dae...@freedesktop.org
s/dri-devel/attachments/20130514/3f4df1d8/attachment.html>

[Bug 58121] Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=58121 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #

gma500: display displaced vertically by a few lines

2013-05-14 Thread Holger Schurig
Okay, I've can now circle the problem out. What did I do: * I used vanilla-3.9.2 kernel, but brougth drivers/gpu/drm/gma500 to the state of Linus' git tree commit id 0cdbee3e811b1bbb347c61814c8570658f2ab15c. This was shortly after gma500 moved out of staging * then I did "git format-patch 0cdbee3e

[Bug 64600] New: r600g pyrit OpenCL issue on HD6850

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 Priority: medium Bug ID: 64600 Assignee: dri-devel@lists.freedesktop.org Summary: r600g pyrit OpenCL issue on HD6850 Severity: normal Classification: Unclassified OS: Linux (

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #18 from Marc Dietrich --- Tom, can you please also update llvm 3.3 branch if you haven't done yet? -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel

[PATCH 9/9] drm/radeon: add Hainan pci ids

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- include/drm/drm_pciids.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index c2af598..bb1bc48 100644 --- a/include/drm/drm_pciids.

[PATCH 8/9] drm/radeon: add golden register settings for Hainan

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/si.c | 122 +++ 1 files changed, 122 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index c2188

[PATCH 7/9] drm/radeon: sun/hainan chips do not have UVD (v2)

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Skip UVD handling on them. v2: split has_uvd tracking into separate patch Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/si.c | 67 +-- 1 files changed, 39 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/radeon/

[PATCH 6/9] drm/radeon: track which asics have UVD

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h |1 + drivers/gpu/drm/radeon/radeon_asic.c | 17 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h inde

[PATCH 5/9] drm/radeon: radeon-asic updates for Hainan

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon_asic.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_asic.c b/drivers/gpu/drm/radeon/radeon_asic.c index 6417132..44a7a41

[PATCH 4/9] drm/radeon: fill in ucode loading support for Hainan

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/si.c | 58 +++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index a048ec

[PATCH 3/9] drm/radeon: don't touch DCE or VGA regs on Hainan (v2)

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Hainan has no display hardware: - no DCE (crtc, uniphy, dac, etc.) - no VGA v2: fix bios fetch Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/evergreen.c | 27 +-- drivers/gpu/drm/radeon/radeon_bios.c | 28

[PATCH 2/9] drm/radeon: fill in GPU init for Hainan (v2)

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher v2: fix gb_addr_config value Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/si.c | 20 +++- drivers/gpu/drm/radeon/sid.h |1 + 2 files changed, 20 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/

[PATCH 1/9] drm/radeon: add chip family for Hainan

2013-05-14 Thread alexdeuc...@gmail.com
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian K?nig --- drivers/gpu/drm/radeon/radeon.h|1 + drivers/gpu/drm/radeon/radeon_device.c |1 + drivers/gpu/drm/radeon/radeon_family.h |1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/driv

Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Inki Dae
> -Original Message- > From: Rob Clark [mailto:robdclark at gmail.com] > Sent: Tuesday, May 14, 2013 2:58 AM > To: Inki Dae > Cc: linux-fbdev; DRI mailing list; Kyungmin Park; myungjoo.ham; YoungJun > Cho; linux-arm-kernel at lists.infradead.org; linux-media at vger.kernel.org > Subject:

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #23 from Tom Stellard --- The pyrit failure should be a separate bug. The failure is caused by the lack of proper private address space support. This same issues also affects a few of the GEGL filters. New bugs should be opened for

[PATCH] drm/qxl: fix ioport interactions for kernel submitted commands.

2013-05-14 Thread Dave Airlie
From: Dave Airlie So qxl has ioports, but it really really really doesn't want you to write to them twice, but if you write and get a signal before the irq arrives to let you know its completed, you have to think ahead and avoid writing another time. However this works fine for update area where

[PATCH 6/8] drm/radeon: sun/hainan chips do not have UVD

2013-05-14 Thread Alex Deucher
On Tue, May 14, 2013 at 3:55 AM, Christian K?nig wrote: > Am 13.05.2013 22:55, schrieb alexdeucher at gmail.com: > >> From: Alex Deucher >> >> Skip UVD handling on them. >> >> Signed-off-by: Alex Deucher > > > That patch should be unnecessary, just let radeon_uvd_init return an error > for haina

[Bug 63236] kwin crashes when some desktop effects are used

2013-05-14 Thread bugzilla-dae...@freedesktop.org
xed with radeonsi? -- 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/20130514/7147b447/attachment-0001.html>

[Bug 58121] Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=58121 --- Comment #1 from Niels Ole Salscheider 2013-05-14 10:23:54 --- Created an attachment (id=101421) --> (https://bugzilla.kernel.org/attachment.cgi?id=101421) Xorg.0.log -- Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=

[Bug 58121] New: Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=58121 Summary: Radeon SUMO: LVDS panel blanks when enabling external monitor Product: Drivers Version: 2.5 Kernel Version: 3.9 Platform: All OS/Version: Linux Tree:

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

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64257 --- Comment #8 from Marc Dietrich --- fixed for me with patch proposed in bug 64193. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@list

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64320 --- Comment #5 from Marc Dietrich --- Fixes with patch proposed on bug 64193 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freede

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64320 Marc Dietrich changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #17 from Marc Dietrich --- Thanks, this fixes gears and 0ad for me again. Chrome still doesn't show background with WebGL on maps.google.com (this worked before the R600: Packetize instructions commit). At least GPU hangs with Chrom

[PATCH 1/8] drm/radeon: add chip family for Hainan

2013-05-14 Thread Christian König
Am 13.05.2013 22:54, schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Signed-off-by: Alex Deucher With the exception of patch 6 this series is: Reviewed-by: Christian K?nig > --- > drivers/gpu/drm/radeon/radeon.h|1 + > drivers/gpu/drm/radeon/radeon_device.c |1 +

[PATCH 6/8] drm/radeon: sun/hainan chips do not have UVD

2013-05-14 Thread Christian König
Am 13.05.2013 22:55, schrieb alexdeucher at gmail.com: > From: Alex Deucher > > Skip UVD handling on them. > > Signed-off-by: Alex Deucher That patch should be unnecessary, just let radeon_uvd_init return an error for hainan. We already handle it like this for RV770 and if the firmware isn't f

Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Rob Clark
On Mon, May 13, 2013 at 10:52 PM, Inki Dae wrote: >> well, for cache management, I think it is a better idea.. I didn't >> really catch that this was the motivation from the initial patch, but >> maybe I read it too quickly. But cache can be decoupled from >> synchronization, because CPU access i

[PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Jerome Glisse
On Tue, May 14, 2013 at 8:58 AM, Alex Deucher wrote: > On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski > wrote: >> Reviewed-by: Daniel Vetter >> Signed-off-by: Andy Lutomirski > > Reviewed-by: Alex Deucher I believe it will break something but we could deal with the fallout once it happens.

[Bug 64582] [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64582 --- Comment #1 from Andy Furniss --- (In reply to comment #0) > Apps launched with vdpau enabled produce the error: > VDPAU_DRIVER=r600 vdpauinfo or mplayer ... I also see this on recently built linux from scratch systems - I don't see it with t

[PATCH 9/9] drm/radeon: add Hainan pci ids

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian König --- include/drm/drm_pciids.h |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/include/drm/drm_pciids.h b/include/drm/drm_pciids.h index c2af598..bb1bc48 100644 --- a/include/drm/drm_pciids.

[PATCH 8/9] drm/radeon: add golden register settings for Hainan

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/radeon/si.c | 122 +++ 1 files changed, 122 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index c2188

[PATCH 7/9] drm/radeon: sun/hainan chips do not have UVD (v2)

2013-05-14 Thread alexdeucher
From: Alex Deucher Skip UVD handling on them. v2: split has_uvd tracking into separate patch Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/si.c | 67 +-- 1 files changed, 39 insertions(+), 28 deletions(-) diff --git a/drivers/gpu/drm/radeon/

[PATCH 6/9] drm/radeon: track which asics have UVD

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/radeon.h |1 + drivers/gpu/drm/radeon/radeon_asic.c | 17 + 2 files changed, 18 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon.h b/drivers/gpu/drm/radeon/radeon.h inde

[PATCH 5/9] drm/radeon: radeon-asic updates for Hainan

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/radeon/radeon_asic.c |5 - 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/radeon_asic.c b/drivers/gpu/drm/radeon/radeon_asic.c index 6417132..44a7a41

[PATCH 4/9] drm/radeon: fill in ucode loading support for Hainan

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/radeon/si.c | 58 +++ 1 files changed, 58 insertions(+), 0 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/si.c index a048ec

[PATCH 3/9] drm/radeon: don't touch DCE or VGA regs on Hainan (v2)

2013-05-14 Thread alexdeucher
From: Alex Deucher Hainan has no display hardware: - no DCE (crtc, uniphy, dac, etc.) - no VGA v2: fix bios fetch Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/radeon/evergreen.c | 27 +-- drivers/gpu/drm/radeon/radeon_bios.c | 28

[PATCH 2/9] drm/radeon: fill in GPU init for Hainan (v2)

2013-05-14 Thread alexdeucher
From: Alex Deucher v2: fix gb_addr_config value Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/si.c | 20 +++- drivers/gpu/drm/radeon/sid.h |1 + 2 files changed, 20 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/radeon/si.c b/drivers/gpu/drm/radeon/

[PATCH 1/9] drm/radeon: add chip family for Hainan

2013-05-14 Thread alexdeucher
From: Alex Deucher Signed-off-by: Alex Deucher Reviewed-by: Christian König --- drivers/gpu/drm/radeon/radeon.h|1 + drivers/gpu/drm/radeon/radeon_device.c |1 + drivers/gpu/drm/radeon/radeon_family.h |1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/driv

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #16 from Tom Stellard --- (In reply to comment #15) > hard to say, because mesa is broken again: > Try again, this should be fixed now. -- You are receiving this mail because: You are the assignee for the bug.

[PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Alex Deucher
On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski wrote: > Reviewed-by: Daniel Vetter > Signed-off-by: Andy Lutomirski Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_object.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #15 from Marc Dietrich --- hard to say, because mesa is broken again: CXX gallivm/lp_bld_debug.lo gallivm/lp_bld_debug.cpp: In member function 'virtual void raw_debug_ostream::write_impl(const char*, size_t)': gallivm/lp_bld_d

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 Tom Stellard changed: What|Removed |Added Attachment #79304|0 |1 is patch|

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #14 from Tom Stellard --- Created attachment 79305 --> https://bugs.freedesktop.org/attachment.cgi?id=79305&action=edit Possible Fix - Patch 2 Do these two patches fix the problem? -- You are receiving this mail because: You are

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #13 from Tom Stellard --- Created attachment 79304 --> https://bugs.freedesktop.org/attachment.cgi?id=79304&action=edit Possible Fix - Patch 1 -- You are receiving this mail because: You are the assignee for the bug. _

[Bug 64320] WebGL support in Chrome causes GPU lockup when using llvm

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64320 --- Comment #4 from Marc Dietrich --- maybe related to bug 64193. -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list dri-devel@lists.freedesktop.org h

Re: [PATCH 6/8] drm/radeon: sun/hainan chips do not have UVD

2013-05-14 Thread Alex Deucher
On Tue, May 14, 2013 at 3:55 AM, Christian König wrote: > Am 13.05.2013 22:55, schrieb alexdeuc...@gmail.com: > >> From: Alex Deucher >> >> Skip UVD handling on them. >> >> Signed-off-by: Alex Deucher > > > That patch should be unnecessary, just let radeon_uvd_init return an error > for hainan.

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #12 from Marc Dietrich --- yes, there must be something else wrong because the patch seems to be applied in release_33 branch, but the problem somehow came back. -- You are receiving this mail because: You are the assignee for the b

[PATCH v2 3/8] drm/i915: take msecs_to_jiffies_timeout into use

2013-05-14 Thread Imre Deak
Use msecs_to_jiffies_timeout instead of open-coding the same. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_drv.h |2 +- drivers/gpu/drm/i915/intel_i2c.c |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_drv.h b/drivers/gpu/drm/i91

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #11 from Tom Stellard --- It looks like the special handling for R600 encoding is missing from the backend. I think an earlier change to the code emitter made this code dead and then I deleted it in a more recent commit. -- You are

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #10 from Vadim Girlin --- I looked a bit more into it and AFAICS it's not just a single wrong bit, looks like r700 alu encoding is used for all r600 chips with llvm backend currently(In reply to comment #9) > As mentioned by Vadim on

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #9 from Alex Deucher --- As mentioned by Vadim on IRC: it seems many instructions in bytecode generated for RS880 have (incorrect) OMOD = 2, that is, ALU WORD1 bit 7 is set where it shouldn't be set -- You are receiving this mail be

[Bug 64193] LLVM RV670 regression since R600: Packetize instructions

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64193 --- Comment #8 from Marc Dietrich --- The suggested patch also fixes gears and 0ad for me. But I still see the problem in chromium browser with webgl enabled, where the map is not displayed. -- You are receiving this mail because: You are the a

Re: Introduce a new helper framework for buffer synchronization

2013-05-14 Thread Rob Clark
On Mon, May 13, 2013 at 10:52 PM, Inki Dae wrote: >> well, for cache management, I think it is a better idea.. I didn't >> really catch that this was the motivation from the initial patch, but >> maybe I read it too quickly. But cache can be decoupled from >> synchronization, because CPU access i

Re: [PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Jerome Glisse
On Tue, May 14, 2013 at 8:58 AM, Alex Deucher wrote: > On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski wrote: >> Reviewed-by: Daniel Vetter >> Signed-off-by: Andy Lutomirski > > Reviewed-by: Alex Deucher I believe it will break something but we could deal with the fallout once it happens. >

Re: gma500: display displaced vertically by a few lines

2013-05-14 Thread Patrik Jakobsson
On Tue, May 14, 2013 at 3:07 PM, Holger Schurig wrote: > Patrick, have a > > Tested-by: Holger Schurig > > for this. I'll add that. > As for your suggestion: > >> though I recommend you use the modesetting driver because you get >> a hardware accelerated cursor. > > The current Debian Wheezy xs

Re: gma500: display displaced vertically by a few lines

2013-05-14 Thread Holger Schurig
Patrick, have a Tested-by: Holger Schurig for this. As for your suggestion: > though I recommend you use the modesetting driver because you get > a hardware accelerated cursor. The current Debian Wheezy xserver-xorg doesn't autoload the modesettings X11 driver. And I haven't found out how

Re: [PATCH v3 6/9] radeon: Switch to arch_phys_wc_add and add a missing ..._del

2013-05-14 Thread Alex Deucher
On Mon, May 13, 2013 at 7:58 PM, Andy Lutomirski wrote: > Reviewed-by: Daniel Vetter > Signed-off-by: Andy Lutomirski Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_object.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drivers/gpu/drm/radeon/

Re: gma500: display displaced vertically by a few lines

2013-05-14 Thread Patrik Jakobsson
On Tue, May 14, 2013 at 2:13 PM, Holger Schurig wrote: > Okay, I found the patch that produces my regression: > > > From bc794829141f28e14fe7d0e07e35870bd9aee78c Mon Sep 17 00:00:00 2001 > From: Patrik Jakobsson > Date:

[Bug 64582] New: [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion `map->l_init_called' failed!

2013-05-14 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64582 Priority: medium Bug ID: 64582 Assignee: dri-devel@lists.freedesktop.org Summary: [r600g/vdpau] Inconsistency detected by ld.so: dl-close.c: 765: _dl_close: Assertion

[Bug 58121] Radeon SUMO: LVDS panel blanks when enabling external monitor

2013-05-14 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=58121 Alex Deucher changed: What|Removed |Added CC||alexdeuc...@gmail.com --- Comment #2 f

Re: gma500: display displaced vertically by a few lines

2013-05-14 Thread Holger Schurig
Okay, I found the patch that produces my regression: >From bc794829141f28e14fe7d0e07e35870bd9aee78c Mon Sep 17 00:00:00 2001 From: Patrik Jakobsson Date: Mon, 21 May 2012 15:27:30 +0100 Subject: [PATCH 143/209] gma500: h

  1   2   >