dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 45018] [bisected] rendering regression since added support for virtual address space on cayman v11
Date: Tue, 10 Jul 2012 07:21:56 +0000	[thread overview]
Message-ID: <bug-45018-502-GRAba2VPq9@http.bugs.freedesktop.org/> (raw)
In-Reply-To: <bug-45018-502@http.bugs.freedesktop.org/>

https://bugs.freedesktop.org/show_bug.cgi?id=45018

--- Comment #63 from Alexandre Demers <alexandre.f.demers@gmail.com> 2012-07-10 00:21:56 PDT ---
Now running latest drm-next just in case. Always the same error, but with a
little something new: with regular kernel, once the GPU crashed, it stays this
way. With the drm-next branch, it loops. Attaching some files in a moment.

I just started Gnome Shell, then opened a terminal window and launched piglit
r600 tests.

I'm pretty sure (dmesg):
[   66.238981] radeon 0000:01:00.0: bo ffff88020f46bc00 va 0x0183B000 conflict
with (bo ffff88021b65d000 0x0183B000 0x0183C000)
[   66.271373] radeon 0000:01:00.0: bo ffff880222cc9400 va 0x01814000 conflict
with (bo ffff880221a50800 0x01814000 0x01815000)
[   66.334540] radeon 0000:01:00.0: bo ffff880222b70000 va 0x01809000 conflict
with (bo ffff8802230a9000 0x01809000 0x0180A000)

corresponds to (.xsession-error):

radeon: Failed to allocate a buffer:
radeon:    size      : 256 bytes
radeon:    alignment : 256 bytes
radeon:    domains   : 2
EE r600_texture.c:869 r600_texture_get_transfer - failed to create temporary
texture to hold untiled copy
Mesa: User error: GL_OUT_OF_MEMORY in glTexSubImage
radeon: Failed to allocate a buffer:
radeon:    size      : 256 bytes
radeon:    alignment : 256 bytes
radeon:    domains   : 2
EE r600_texture.c:869 r600_texture_get_transfer - failed to create temporary
texture to hold untiled copy
radeon: Failed to allocate a buffer:
radeon:    size      : 256 bytes
radeon:    alignment : 256 bytes
radeon:    domains   : 2
EE r600_texture.c:869 r600_texture_get_transfer - failed to create temporary
texture to hold untiled copy

Then (dmesg):

[  196.710933] radeon 0000:01:00.0: GPU lockup CP stall for more than 10000msec
[  196.710946] radeon 0000:01:00.0: GPU lockup (waiting for 0x0000000000000675
last fence id 0x000000000000066c)
[  196.711129] radeon 0000:01:00.0: couldn't schedule ib
[  196.711239] radeon 0000:01:00.0: couldn't schedule ib
[  196.711805] radeon 0000:01:00.0: couldn't schedule ib
[  196.715732] radeon 0000:01:00.0: couldn't schedule ib
[  196.715975] radeon 0000:01:00.0: couldn't schedule ib
[  196.716362] radeon 0000:01:00.0: couldn't schedule ib
[  196.716627] radeon 0000:01:00.0: couldn't schedule ib
[  196.718012] radeon 0000:01:00.0: couldn't schedule ib
[  196.718262] radeon 0000:01:00.0: couldn't schedule ib
[  196.718480] radeon 0000:01:00.0: couldn't schedule ib
[  196.718985] radeon 0000:01:00.0: couldn't schedule ib
[  196.920396] radeon 0000:01:00.0: couldn't schedule ib
[  196.920703] radeon 0000:01:00.0: couldn't schedule ib
[  196.921084] radeon 0000:01:00.0: couldn't schedule ib
[  196.921318] radeon 0000:01:00.0: couldn't schedule ib
[  196.921558] radeon 0000:01:00.0: couldn't schedule ib
[  196.921898] radeon 0000:01:00.0: couldn't schedule ib
[  196.952350] radeon 0000:01:00.0: couldn't schedule ib
[  196.952386] [drm:radeon_cs_ib_chunk] *ERROR* Failed to schedule IB !
[  196.952439] BUG: unable to handle kernel NULL pointer dereference at
0000000000000008
[  196.952494] IP: [<ffffffffa050080d>] radeon_fence_ref+0xd/0x40 [radeon]
[  196.952531] PGD 221dc4067 PUD 2228ff067 PMD 0 
[  196.952556] Oops: 0000 [#1] PREEMPT SMP 
[  196.952579] CPU 1 
[  196.952617] Modules linked in: fuse snd_usb_audio snd_usbmidi_lib
snd_rawmidi powernow_k8 snd_seq_device radeon ttm joydev snd_hda_codec_hdmi
ppdev evdev pwc snd_hda_codec_realtek r8712u(C) r8169 mperf parport_pc parport
sp5100_tco usb_storage uas drm_kms_helper drm videobuf2_vmalloc
videobuf2_memops hid_logitech_dj pcspkr processor snd_hda_intel snd_hda_codec
i2c_algo_bit mii hid_generic videobuf2_core videodev media wmi kvm_amd
snd_hwdep snd_pcm snd_page_alloc snd_timer psmouse i2c_piix4 usbhid
firewire_ohci hid serio_raw i2c_core firewire_core k10temp kvm microcode
crc_itu_t snd edac_core button soundcore edac_mce_amd ext4 crc16 jbd2 mbcache
pata_acpi sr_mod sd_mod cdrom pata_atiixp ata_generic ohci_hcd ahci libahci
libata ehci_hcd usbcore scsi_mod usb_common
[  196.952957] 
[  196.952969] Pid: 715, comm: Xorg Tainted: G         C  
3.5.0-rc4-VANILLA-46957-g74da01d #1 Gigabyte Technology Co., Ltd.
GA-MA78GM-S2H/GA-MA78GM-S2H
[  196.953044] RIP: 0010:[<ffffffffa050080d>]  [<ffffffffa050080d>]
radeon_fence_ref+0xd/0x40 [radeon]
[  196.953092] RSP: 0018:ffff8802230e9b48  EFLAGS: 00010286
...


and it loops.

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

  parent reply	other threads:[~2012-07-10  0:21 UTC|newest]

Thread overview: 132+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-21  6:00 [Bug 45018] New: [bisected] rendering regression since added support for virtual address space on cayman v11 bugzilla-daemon
2012-01-20 22:03 ` [Bug 45018] " bugzilla-daemon
2012-01-21  6:04 ` bugzilla-daemon
2012-01-21 14:48 ` bugzilla-daemon
2012-01-21 15:06 ` bugzilla-daemon
2012-01-21 15:06 ` bugzilla-daemon
2012-01-21 15:07 ` bugzilla-daemon
2012-01-23 15:40 ` bugzilla-daemon
2012-01-23 15:40 ` bugzilla-daemon
2012-01-24  6:20 ` bugzilla-daemon
2012-01-25 18:01 ` bugzilla-daemon
2012-01-28  5:59 ` bugzilla-daemon
2012-01-28 12:52 ` bugzilla-daemon
2012-02-01  0:35 ` bugzilla-daemon
2012-02-03 23:10 ` bugzilla-daemon
2012-02-04  3:26 ` bugzilla-daemon
2012-02-06  1:45 ` bugzilla-daemon
2012-02-14 22:44 ` bugzilla-daemon
2012-02-15 23:54 ` bugzilla-daemon
2012-02-16 16:31 ` bugzilla-daemon
2012-02-17  0:19 ` bugzilla-daemon
2012-02-18 16:39 ` bugzilla-daemon
2012-02-18 16:39 ` bugzilla-daemon
2012-02-18 16:40 ` bugzilla-daemon
2012-02-18 16:42 ` bugzilla-daemon
2012-02-18 17:37 ` bugzilla-daemon
2012-02-19 13:39 ` bugzilla-daemon
2012-02-21 17:44 ` bugzilla-daemon
2012-02-22  4:25 ` bugzilla-daemon
2012-02-22 14:32 ` bugzilla-daemon
2012-02-22 17:50 ` bugzilla-daemon
2012-02-26  0:03 ` bugzilla-daemon
2012-02-26  1:31 ` bugzilla-daemon
2012-02-28  1:24 ` bugzilla-daemon
2012-03-02 15:10 ` bugzilla-daemon
2012-03-04 12:07 ` bugzilla-daemon
2012-03-04 13:38 ` bugzilla-daemon
2012-03-04 16:06 ` bugzilla-daemon
2012-03-04 21:46 ` bugzilla-daemon
2012-03-04 22:30 ` bugzilla-daemon
2012-03-05  0:24 ` bugzilla-daemon
2012-03-05 20:40 ` bugzilla-daemon
2012-03-07  6:25 ` bugzilla-daemon
2012-03-20 18:50 ` bugzilla-daemon
2012-03-20 19:11 ` bugzilla-daemon
2012-03-21 14:35 ` bugzilla-daemon
2012-03-22  4:11 ` bugzilla-daemon
2012-04-04  2:24 ` bugzilla-daemon
2012-04-23  5:56 ` bugzilla-daemon
2012-04-25  7:11 ` bugzilla-daemon
2012-04-25 13:41 ` bugzilla-daemon
2012-04-25 15:21 ` bugzilla-daemon
2012-04-25 15:59 ` bugzilla-daemon
2012-04-25 16:16 ` bugzilla-daemon
2012-04-26 18:50 ` bugzilla-daemon
2012-04-26 21:19 ` bugzilla-daemon
2012-04-27  2:41 ` bugzilla-daemon
2012-05-05  4:21 ` bugzilla-daemon
2012-05-07 10:07 ` bugzilla-daemon
2012-05-30 18:18 ` bugzilla-daemon
2012-06-04  1:26 ` bugzilla-daemon
2012-06-05 19:18 ` bugzilla-daemon
2012-06-06  2:19 ` bugzilla-daemon
2012-06-06  2:20 ` bugzilla-daemon
2012-06-06  9:15 ` bugzilla-daemon
2012-06-06 22:37 ` bugzilla-daemon
2012-07-10  7:21 ` bugzilla-daemon [this message]
2012-07-10  7:22 ` bugzilla-daemon
2012-07-10  7:23 ` bugzilla-daemon
2012-07-24  1:49 ` bugzilla-daemon
2012-07-24 13:53 ` bugzilla-daemon
2012-07-26  1:11 ` bugzilla-daemon
2012-07-28  1:26 ` bugzilla-daemon
2012-07-31 15:10 ` bugzilla-daemon
2012-08-01  1:18 ` bugzilla-daemon
2012-08-01  2:09 ` bugzilla-daemon
2012-08-01  2:14 ` bugzilla-daemon
2012-08-01  2:15 ` bugzilla-daemon
2012-08-01  3:26 ` bugzilla-daemon
2012-08-01  3:40 ` bugzilla-daemon
2012-08-01 16:09 ` bugzilla-daemon
2012-08-01 16:59 ` bugzilla-daemon
2012-08-01 18:06 ` bugzilla-daemon
2012-08-02  0:41 ` bugzilla-daemon
2012-08-02  0:47 ` bugzilla-daemon
2012-08-02  1:02 ` bugzilla-daemon
2012-08-02  3:46 ` bugzilla-daemon
2012-08-03  1:28 ` bugzilla-daemon
2012-08-03  2:07 ` bugzilla-daemon
2012-08-03  3:00 ` bugzilla-daemon
2012-08-03  6:03 ` bugzilla-daemon
2012-08-03  7:47 ` bugzilla-daemon
2012-08-03  8:05 ` bugzilla-daemon
2012-08-03  8:13 ` bugzilla-daemon
2012-08-03 12:58 ` bugzilla-daemon
2012-08-03 13:21 ` bugzilla-daemon
2012-08-03 13:26 ` bugzilla-daemon
2012-08-03 14:39 ` bugzilla-daemon
2012-08-03 14:51 ` bugzilla-daemon
2012-08-03 15:03 ` bugzilla-daemon
2012-08-03 15:20 ` bugzilla-daemon
2012-08-03 16:54 ` bugzilla-daemon
2012-08-03 16:56 ` bugzilla-daemon
2012-08-03 16:59 ` bugzilla-daemon
2012-08-03 17:05 ` bugzilla-daemon
2012-08-03 19:04 ` bugzilla-daemon
2012-08-03 19:05 ` bugzilla-daemon
2012-08-03 19:44 ` bugzilla-daemon
2012-08-03 19:46 ` bugzilla-daemon
2012-08-04  2:05 ` bugzilla-daemon
2012-08-04  3:55 ` bugzilla-daemon
2012-08-04  3:56 ` [Bug 45018] [bisected] rendering regression and va conflicts " bugzilla-daemon
2012-08-05  4:29 ` bugzilla-daemon
2012-08-05  4:34 ` bugzilla-daemon
2012-08-08 10:48 ` bugzilla-daemon
2012-08-08 13:29 ` bugzilla-daemon
2012-08-09  1:38 ` bugzilla-daemon
2012-08-09  5:20 ` bugzilla-daemon
2012-08-09 14:14 ` bugzilla-daemon
2012-08-09 14:56 ` bugzilla-daemon
2012-08-09 15:24 ` bugzilla-daemon
2012-08-09 18:50 ` bugzilla-daemon
2012-08-11  4:49 ` bugzilla-daemon
2012-08-15 16:07 ` bugzilla-daemon
2012-08-16  0:38 ` bugzilla-daemon
2012-08-16 15:35 ` bugzilla-daemon
2012-08-16 16:59 ` bugzilla-daemon
2012-08-16 20:10 ` bugzilla-daemon
2012-08-16 21:03 ` bugzilla-daemon
2012-08-17  3:00 ` bugzilla-daemon
2012-08-17  3:18 ` bugzilla-daemon
2012-08-17  7:26 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=bug-45018-502-GRAba2VPq9@http.bugs.freedesktop.org/ \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).