[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #7 from revcompgeek at gmail.com 2011-01-17 21:36:19 PST ---
Okay, I finally figured out how to attach gdb to java, and after installing the
debug version of glibc and the latest mesa from git, I got this backtrace from
Minecraft:

(gdb) bt
#0  0xe430 in __kernel_vsyscall ()
#1  0xb757e401 in raise () from /lib/libc.so.6
#2  0xb757fb42 in abort () from /lib/libc.so.6
#3  0xb6f1d8df in os::abort(bool) () from
/opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#4  0xb705dec1 in VMError::report_and_die() ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#5  0xb6f2487c in JVM_handle_linux_signal ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#6  0xb6f207c4 in signalHandler(int, siginfo*, void*) ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#7  
#8  0xb75c9936 in memcpy () from /lib/libc.so.6
#9  0x0001 in ?? ()
#10 0x6ca68f89 in _save_wrap_filled_vertex (ctx=)
at /usr/include/bits/string3.h:52
#11 0x6c9cd6ca in _ae_ArrayElement (elt=2727) at main/api_arrayelt.c:1672
#12 0x6ca6c7a9 in _save_OBE_DrawArrays (mode=4, start=0, count=3942) at
vbo/vbo_save_api.c:949
#13 0x6d69b56d in Java_org_lwjgl_opengl_GL11_nglDrawArrays ()
   from /home/matt/.minecraft/bin/natives/liblwjgl.so
#14 0xb395d8fb in ?? ()
#15 0xb396f714 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

Let me know what else I can do to help.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 32654] Segfault in r300_dri.so while running OpenGL game fullscreen

2011-01-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=32654

--- Comment #9 from John Mesmon  2011-01-17 14:12:38 PST 
---
additionally, note that the game was not run full-screen to generate the crash
in 7.10, meaning the bug's title is slightly inaccurate.

I never fully tested non-full screen in 7.9, but it seems likely the
full-screen has nothing to do with it there either.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #5 from revcompgeek at gmail.com 2011-01-17 13:43:23 PST ---
(In reply to comment #4)
> (In reply to comment #3)
> > Classic. What's the difference? And how would I figure out what version?
> > 
> glxinfo, unless you're running 32-bit Java on 64-bit Linux. You'll probably
> want to try to reproduce it with the current git version of the driver though.

Okay, I rebuilt xorg-drivers with the debug flag, and now I'm getting this:

java: vbo/vbo_save_api.c:221: map_vertex_store: Assertion
`vertex_store->buffer' failed.

in the terminal when it crashes like it did before. A quick google search shows
that this error is actually a known bug of Minecraft, but it also shows up in
Oolite and probably elsewhere.

Oddly enough I seem to be unable to use ATI's opengl, I have to use mesa. I
don't know if that is any help.

Addr2line doesn't seem to be able to give useful information from the non-debug
drivers, and I haven't tried it on the new ones because I don't think the
addresses would be the same. I'm still not quite sure how to attach gdb to the
java process to attempt to debug this, but I'm looking.

I'll attach a dump of my glxinfo.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #3 from revcompgeek at gmail.com 2011-01-17 12:00:20 PST ---
(In reply to comment #2)
> I'm not sure if Java could cause it to look like that, but at first sight I'd
> say the driver is simply missing debug symbols. Also, is that classic r600 or
> gallium, and which version?

Classic. What's the difference? And how would I figure out what version?

I'm trying to figure out how to use addr2line to get some better line numbers,
and I'll look into debugging java crashes.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


[git pull] drm fixes

2011-01-17 Thread Dave Airlie

A bunch of radeon and nouveau fixes. Ben says this should fix any 
corruption people are seeing with plymouth splash screens, and the radeon 
fixes are scattered around, the main one being not enabling PCIE GEN2 mode 
by default, seems like AGP PCIE vendors make crappy chipsets.

Dave.

The following changes since commit e78bf5e6cbe837daa6ab628a5f679548742994d3:

  drivers/nfc/pn544.c: fix min_t warnings (2011-01-16 17:28:21 -0800)

are available in the git repository at:
  ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-fixes

Alex Deucher (4):
  drm/radeon/kms: fix typo in evergreen safe reg
  drm/radeon/kms: add module option for pcie gen2
  drm/radeon/kms: remove duplicate card_posted() functions
  drm/radeon/kms: balance asic_reset functions

Ben Skeggs (5):
  drm/nv40: make detection of 0x4097-ful chipsets available everywhere
  drm/nv40: initialise 0x17xx on all chipsets that have it
  drm/nvc0: enable protection of system-use-only structures in vm
  drm/nouveau: greatly simplify mm, killing some bugs in the process
  drm/nouveau: fix gpu page faults triggered by plymouthd

Dave Airlie (1):
  Merge remote branch 'nouveau/drm-nouveau-next' of 
/ssd/git/drm-nouveau-next into drm-fixes

 drivers/gpu/drm/nouveau/nouveau_drv.h |   15 +++
 drivers/gpu/drm/nouveau/nouveau_fbcon.c   |4 +-
 drivers/gpu/drm/nouveau/nouveau_mem.c |   26 ++---
 drivers/gpu/drm/nouveau/nouveau_mm.c  |  182 +++--
 drivers/gpu/drm/nouveau/nouveau_mm.h  |4 +-
 drivers/gpu/drm/nouveau/nv40_graph.c  |3 +-
 drivers/gpu/drm/nouveau/nv40_grctx.c  |   21 +---
 drivers/gpu/drm/nouveau/nv40_mc.c |   14 +--
 drivers/gpu/drm/nouveau/nv50_instmem.c|7 +-
 drivers/gpu/drm/nouveau/nvc0_graph.c  |3 +-
 drivers/gpu/drm/nouveau/nvc0_vm.c |4 +-
 drivers/gpu/drm/radeon/evergreen.c|   30 +
 drivers/gpu/drm/radeon/r100.c |   11 +-
 drivers/gpu/drm/radeon/r300.c |   11 +-
 drivers/gpu/drm/radeon/r600.c |   23 +---
 drivers/gpu/drm/radeon/radeon.h   |1 +
 drivers/gpu/drm/radeon/radeon_drv.c   |4 +
 drivers/gpu/drm/radeon/reg_srcs/evergreen |2 +-
 drivers/gpu/drm/radeon/rs600.c|   16 ++--
 drivers/gpu/drm/radeon/rv770.c|5 +-
 20 files changed, 124 insertions(+), 262 deletions(-)


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #2 from Henri Verbeet  2011-01-17 03:58:57 
PST ---
I'm not sure if Java could cause it to look like that, but at first sight I'd
say the driver is simply missing debug symbols. Also, is that classic r600 or
gallium, and which version?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.


Re: [PATCH 1/2] drm: fixup headers_check

2011-01-17 Thread Felipe Balbi
Hi,

On Sun, Jan 16, 2011 at 12:46:22PM +0200, Felipe Balbi wrote:
 Drop the following headers_check errors:
 /linux-2.6/usr/include/drm/drm_mode.h:85: found
 __[us]{8,16,32,64} type without #include linux/types.h
 /linux-2.6/usr/include/drm/i915_drm.h:120: found
 __[us]{8,16,32,64} type without #include linux/types.h
 /linux-2.6/usr/include/drm/mga_drm.h:260: found
 __[us]{8,16,32,64} type without #include linux/types.h
 /linux-2.6/usr/include/drm/radeon_drm.h:758: found
 __[us]{8,16,32,64} type without #include linux/types.h
 /linux-2.6/usr/include/drm/via_drm.h:117: found
 __[us]{8,16,32,64} type without #include linux/types.h
 
 Cc: David Airlie airl...@linux.ie
 Cc: Chris Wilson ch...@chris-wilson.co.uk
 Cc: dri-devel@lists.freedesktop.org
 Cc: linux-ker...@vger.kernel.org
 Signed-off-by: Felipe Balbi ba...@ti.com

$SUBJECT shouldn't have number actually. Git added those automatically.
Oh well, not a big deal.

-- 
balbi
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 1/2] drm: fixup headers_check

2011-01-17 Thread Felipe Balbi
On Sun, Jan 16, 2011 at 01:16:16PM +0200, Felipe Balbi wrote:
 I truly have those types in use.

I meant you :-p

-- 
balbi
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 1/2] drm: fixup headers_check

2011-01-17 Thread Felipe Balbi
Hi,

On Sun, Jan 16, 2011 at 09:42:37PM +1000, Dave Airlie wrote:
 I'll push the attached I think this time.

the point of headers_check is exactly to prevent indirect inclusion.
This is even 1st topic o SubmitChecklist:

 1: If you use a facility then #include the file that defines/declares
that facility.  Don't depend on other header files pulling in that you use.

-- 
balbi
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 15120] laptop hangs up on s2disk - Lenovo thinkpad T61

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15120





--- Comment #21 from Alex Zhavnerchik alex.vi...@gmail.com  2011-01-17 
08:58:16 ---
Hi. Looks like it works with 2.6.37

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33185] X crashes when kWin effects are turned on

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33185

Michel Dänzer mic...@daenzer.net changed:

   What|Removed |Added

Product|xorg|Mesa
  Component|Driver/Radeon   |Drivers/DRI/r300
 AssignedTo|xorg-driver-...@lists.x.org |dri-devel@lists.freedesktop
   ||.org
  QAContact|xorg-t...@lists.x.org   |

--- Comment #1 from Michel Dänzer mic...@daenzer.net 2011-01-17 02:44:48 PST 
---
Can you get another backtrace with /usr/lib/dri/r300_dri.so having debugging
symbols?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

Michel Dänzer mic...@daenzer.net changed:

   What|Removed |Added

Product|xorg|Mesa
  Component|Driver/Radeon   |Drivers/DRI/R600
 AssignedTo|xorg-driver-...@lists.x.org |dri-devel@lists.freedesktop
   ||.org
  QAContact|xorg-t...@lists.x.org   |

--- Comment #1 from Michel Dänzer mic...@daenzer.net 2011-01-17 03:20:04 PST 
---
Looks similar to bug 32654.

Unfortunately, these Java error reports don't contain much tangible information
about where in *_dri.so the crashes are occurring. Something like a full gdb
backtrace from the crash would be ideal, but not being a Java expert, I lack
the knowledge how you could get that or if it's even possible. Alternatively,
something like addr2line might be useful to get at least a little more
information.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 32654] Segfault in r300_dri.so while running OpenGL game fullscreen

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32654

--- Comment #6 from Michel Dänzer mic...@daenzer.net 2011-01-17 03:24:33 PST 
---
(In reply to comment #4)
 $ addr2line -e /usr/lib/debug/usr/lib/mesa/r300_dri.so.debug 0x36477
 /var/tmp/portage/media-libs/mesa-7.9-r1/work/Mesa-7.9/src/mesa/drivers/dri/r300/radeon_dma.c:69

Can you get this information for the other r300_dri.so frame as well?

Something like a full gdb backtrace from the crash would be ideal, but not
being a Java expert, I lack the knowledge how you could get that or if it's
even possible.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #2 from Henri Verbeet hverb...@gmail.com 2011-01-17 03:58:57 PST 
---
I'm not sure if Java could cause it to look like that, but at first sight I'd
say the driver is simply missing debug symbols. Also, is that classic r600 or
gallium, and which version?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26942] New: radeon: screen distortion on resume

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942

   Summary: radeon: screen distortion on resume
   Product: Drivers
   Version: 2.5
Kernel Version: 2.6.37
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-...@kernel-bugs.osdl.org
ReportedBy: spo...@exherbo.org
Regression: Yes


With v2.6.37, the radeon KMS drivers, and my RV730 I get a distorted screen
when resuming from suspend to ram. This does not occur with v2.6.36 and I have
bisected to this commit:

-

From ba032a58d1f320039e7850fb6e8651695c1aa571 Mon Sep 17 00:00:00 2001
From: Alex Deucher alexdeuc...@gmail.com
Date: Mon, 4 Oct 2010 17:13:01 -0400
Subject: [PATCH] drm/radeon/kms: rework spread spectrum handling

This patch reworks spread spectrum handling to enable it
properly on lvds and DP/eDP links.  It also fixes several
bugs in the old spread spectrum code.

-

lspci -v

-
03:00.0 VGA compatible controller: ATI Technologies Inc RV730 PRO [Radeon HD
4650] (prog-if 00 [VGA controller])
Subsystem: PC Partner Limited Device 9498
Flags: bus master, fast devsel, latency 0, IRQ 40
Memory at e000 (64-bit, prefetchable) [size=256M]
Memory at fb9e (64-bit, non-prefetchable) [size=64K]
I/O ports at ee00 [size=256]
[virtual] Expansion ROM at fb90 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 ?
Kernel driver in use: radeon

03:00.1 Audio device: ATI Technologies Inc RV710/730
Subsystem: PC Partner Limited R700 Audio Device [Radeon HD 4000 Series]
Flags: bus master, fast devsel, latency 0, IRQ 44
Memory at fb9fc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 3
Capabilities: [58] Express Legacy Endpoint, MSI 00
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Capabilities: [100] Vendor Specific Information: ID=0001 Rev=1 Len=010 ?
Kernel driver in use: HDA Intel
-

Let me know what else I can provide.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26552] Screen flickering with 2.6.37 [ATI X1600]

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26552





--- Comment #16 from Alex Deucher alexdeuc...@gmail.com  2011-01-17 16:06:19 
---
@Daniel, does the patch from comment 8 also work?  How about the patch in
comment 8 plus some one of the mini-patches in comment 10?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33185] X crashes when kWin effects are turned on

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33185

--- Comment #2 from Wojciech Ryrych woj...@ryrych.pl 2011-01-17 09:08:32 PST 
---
(In reply to comment #1)
 Can you get another backtrace with /usr/lib/dri/r300_dri.so having debugging
 symbols?

do you mean I have to install debugging symbols when kWin crashes (in its
dialogue window)? Is it sufficient?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26552] Screen flickering with 2.6.37 [ATI X1600]

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26552





--- Comment #17 from Alex Deucher alexdeuc...@gmail.com  2011-01-17 18:06:49 
---
@Andrea, can you try the mini-patches in comment 10 along with the patch in
comment 8 and report back which if there are any problems with any of them on
your system?

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH] drm/radeon/kms: fix a spelling error in an error message

2011-01-17 Thread Alex Deucher
Signed-off-by: Alex Deucher alexdeuc...@gmail.com
---
 drivers/gpu/drm/radeon/r100.c |2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/radeon/r100.c b/drivers/gpu/drm/radeon/r100.c
index 46da514..5968dde 100644
--- a/drivers/gpu/drm/radeon/r100.c
+++ b/drivers/gpu/drm/radeon/r100.c
@@ -3522,7 +3522,7 @@ int r100_ring_test(struct radeon_device *rdev)
if (i  rdev-usec_timeout) {
DRM_INFO(ring test succeeded in %d usecs\n, i);
} else {
-   DRM_ERROR(radeon: ring test failed (sracth(0x%04X)=0x%08X)\n,
+   DRM_ERROR(radeon: ring test failed (scratch(0x%04X)=0x%08X)\n,
  scratch, tmp);
r = -EINVAL;
}
-- 
1.7.1.1

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26942] radeon: screen distortion on resume

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942


Alex Deucher alexdeuc...@gmail.com changed:

   What|Removed |Added

 CC||alexdeuc...@gmail.com




--- Comment #1 from Alex Deucher alexdeuc...@gmail.com  2011-01-17 18:29:07 
---
Please attach your xorg log, dmesg output, and a copy of your vbios. To get a
copy of your vbios:
(as root)
(use lspci to get the bus id)
cd /sys/bus/pci/devices/pci bus id
echo 1  rom
cat rom  /tmp/vbios.rom
echo 0  rom

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 32654] Segfault in r300_dri.so while running OpenGL game fullscreen

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32654

--- Comment #7 from John Mesmon jmes...@gmail.com 2011-01-17 11:39:17 PST ---
I recently updated to Mesa-7.10, and (very painfully) managed to obtain a
backtrace. The painful part was due to the jvm spuriously receiving segfaults
(which it ignores?) every 4 seconds or so.

(gdb) bt
#0  0x9063bb17 in radeonEmitVec4 (out=0x8b814ec0, data=0x8efdda18, stride=32,
count=96) at radeon_dma.c:69
#1  0x906234f9 in r300AllocDmaRegions (ctx=0x8689b98, arrays=0x860d5b8,
prim=0x909fea48, nr_prims=1, ib=0x0, 
index_bounds_valid=1 '\001', min_index=0, max_index=95) at r300_draw.c:553
#2  r300TryDrawPrims (ctx=0x8689b98, arrays=0x860d5b8, prim=0x909fea48,
nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0, 
max_index=95) at r300_draw.c:684
#3  r300DrawPrims (ctx=0x8689b98, arrays=0x860d5b8, prim=0x909fea48,
nr_prims=1, ib=0x0, index_bounds_valid=1 '\001', min_index=0, 
max_index=95) at r300_draw.c:741
#4  0x906cf186 in vbo_draw_arrays (ctx=0x8689b98, mode=value optimized out,
start=0, count=96, numInstances=1)
at vbo/vbo_exec_array.c:588
#5  0x90998a3d in Java_org_lwjgl_opengl_GL11_nglDrawArrays () from
/home/codes/.minecraft/bin/natives/liblwjgl.so
#6  0xb562cd2b in ?? ()
#7  0xb563af14 in ?? ()
#8  0xb54b3e21 in ?? ()
#9  0xb54b3e21 in ?? ()
#10 0xb54b3e21 in ?? ()
#11 0xb54b3e21 in ?? ()
#12 0xb54b42fd in ?? ()
#13 0xb54b1366 in ?? ()
#14 0xb77ab4e4 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#15 0xb78a8499 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#16 0xb77aa48f in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#17 0xb77aa8e2 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#18 0xb77aaa38 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#19 0xb77fdd77 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#20 0xb795504c in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#21 0xb7955112 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#22 0xb78aea69 in ?? () from
/opt/icedtea6-bin-1.9.2/jre/lib/i386/client/libjvm.so
#23 0xb7f94ce3 in start_thread (arg=0x909ffb70) at pthread_create.c:301
#24 0xb7ef888e in clone () at ../sysdeps/unix/sysv/linux/i386/clone.S:133

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #4 from Henri Verbeet hverb...@gmail.com 2011-01-17 12:11:42 PST 
---
(In reply to comment #3)
 Classic. What's the difference? And how would I figure out what version?
 
glxinfo, unless you're running 32-bit Java on 64-bit Linux. You'll probably
want to try to reproduce it with the current git version of the driver though.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #6 from revcompg...@gmail.com 2011-01-17 13:44:04 PST ---
Created an attachment (id=42136)
 -- (https://bugs.freedesktop.org/attachment.cgi?id=42136)
glxinfo  glxinfo.txt

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 32511] glDrawPixels broken on savage

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=32511

--- Comment #12 from Tormod Volden bugzi09.fdo.tor...@xoxy.net 2011-01-17 
13:57:23 PST ---
While debugging https://bugzilla.kernel.org/show_bug.cgi?id=4607 I noticed the
back buffer was wrong after sleep/resume while the front buffer was fine (this
with my patch applied). So is the there something missing in the DDX that
should set up the apertures?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 15120] laptop hangs up on s2disk - Lenovo thinkpad T61

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15120


Rafael J. Wysocki r...@sisk.pl changed:

   What|Removed |Added

 Status|NEEDINFO|CLOSED
 Resolution||CODE_FIX




--- Comment #22 from Rafael J. Wysocki r...@sisk.pl  2011-01-17 22:21:10 ---
Cool, thanks!

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26942] radeon: screen distortion on resume

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942





--- Comment #2 from Brett Witherspoon spo...@exherbo.org  2011-01-17 22:51:26 
---
Created an attachment (id=43902)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=43902)
Xorg.log

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26942] radeon: screen distortion on resume

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942





--- Comment #3 from Brett Witherspoon spo...@exherbo.org  2011-01-17 22:51:57 
---
Created an attachment (id=43912)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=43912)
dmesg

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26942] radeon: screen distortion on resume

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26942





--- Comment #4 from Brett Witherspoon spo...@exherbo.org  2011-01-17 22:52:22 
---
Created an attachment (id=43922)
 -- (https://bugzilla.kernel.org/attachment.cgi?id=43922)
vbios rom

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26982] New: drm-next/linux-next glxgears CPU usage doubles for 32bit, doesn't on 64bit

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26982

   Summary: drm-next/linux-next glxgears CPU usage doubles for
32bit, doesn't on 64bit
   Product: Drivers
   Version: 2.5
Kernel Version: 2.6.37-rc7-next-20101228+
  Platform: All
OS/Version: Linux
  Tree: Mainline
Status: NEW
  Severity: normal
  Priority: P1
 Component: Video(DRI - non Intel)
AssignedTo: drivers_video-...@kernel-bugs.osdl.org
ReportedBy: bitbyte...@gmail.com
Regression: Yes


Somewhere in the drm-next tree and linux-next, between December 13th (
2.6.37-rc5-next-20101213+)and 27th (2.6.37-rc7-next-20101228+), a change made
the CPU usage on a 32bit system when running any application utilizing the
DRM/Vblank/page flipping (testing on ATI Radeon 4350 card at least) including
glxgears.  This doesn't happen on 64 bit, it still uses the same amount of CPU
as before but the 32bit version of the kernel jumped almost double usage.  This
can be seen in Mame using Mesa/DRI and page flipping (classic), but glxgears
shows it although it's not as magnified there since it's a very low cpu usage
app anyways.  To show the scale, basically an app that used to take 80% cpu
usage on one core now requires 130-150% cpu usage and needs another core now.  

I suspect, since looking at changes between those dates, the only real change
which could do this  seems like the vblank timestamp stuff added in during that
time.  I have tried just the drm-next code or DRM code itself lifted from these
kernels and put into 2.6.36.2 and it still does it, so doesn't have anything to
do with the other parts of the kernel.  It seems to be centered in the
DRM/Radeon code somewhere.  

So to recreate it should be easy, taking the newest linux-next version and
running and benchmarking glxgears or any vblank using application (using the
newest Mesa and DRI, X Windows from Git and xf86-ati driver from pageflipping
branch).  Doing this on a 32bit build and comparing to a 64bit build, it should
be pretty noticeable, it is here at least.  I am using Gentoo with the newest X
Windows GIT overlay, and linux-next of course.  This is on a core2duo system
from HP, an xw4400 workstation, radeon 4350 card using KMS and page
flipping/vblank.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 26982] drm-next/linux-next glxgears CPU usage doubles for 32bit, doesn't on 64bit

2011-01-17 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=26982


Chris Kennedy bitbyte...@gmail.com changed:

   What|Removed |Added

   Platform|All |i386




-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are watching the assignee of the bug.

--
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
--
___
Dri-devel mailing list
dri-de...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dri-devel
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #7 from revcompg...@gmail.com 2011-01-17 21:36:19 PST ---
Okay, I finally figured out how to attach gdb to java, and after installing the
debug version of glibc and the latest mesa from git, I got this backtrace from
Minecraft:

(gdb) bt
#0  0xe430 in __kernel_vsyscall ()
#1  0xb757e401 in raise () from /lib/libc.so.6
#2  0xb757fb42 in abort () from /lib/libc.so.6
#3  0xb6f1d8df in os::abort(bool) () from
/opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#4  0xb705dec1 in VMError::report_and_die() ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#5  0xb6f2487c in JVM_handle_linux_signal ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#6  0xb6f207c4 in signalHandler(int, siginfo*, void*) ()
   from /opt/sun-jre-bin-1.6.0.23/lib/i386/server/libjvm.so
#7  signal handler called
#8  0xb75c9936 in memcpy () from /lib/libc.so.6
#9  0x0001 in ?? ()
#10 0x6ca68f89 in _save_wrap_filled_vertex (ctx=value optimized out)
at /usr/include/bits/string3.h:52
#11 0x6c9cd6ca in _ae_ArrayElement (elt=2727) at main/api_arrayelt.c:1672
#12 0x6ca6c7a9 in _save_OBE_DrawArrays (mode=4, start=0, count=3942) at
vbo/vbo_save_api.c:949
#13 0x6d69b56d in Java_org_lwjgl_opengl_GL11_nglDrawArrays ()
   from /home/matt/.minecraft/bin/natives/liblwjgl.so
#14 0xb395d8fb in ?? ()
#15 0xb396f714 in ?? ()
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
(gdb)

Let me know what else I can do to help.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 33175] Crash in memcpy in r600_dri.so while playing Minecraft

2011-01-17 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=33175

--- Comment #8 from revcompg...@gmail.com 2011-01-17 23:26:45 PST ---
So, I've been digging around with DDD in the crash, and I've found something
that looks pretty interesting to me. In _ae_ArrayElement(GLint) in
main/api_arrayelt.c the debugger is showing that actx and aa-array are null,
and that aa-offset is -1, yet the breakpoint is line 1672 inside a for loop
where supposedly aa-offset != -1.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel