From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 66932] Screen corruption on Cayman with dpm enabled Date: Wed, 17 Jul 2013 16:48:14 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2024931758==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 9A411E5D34 for ; Wed, 17 Jul 2013 09:48:14 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============2024931758== Content-Type: multipart/alternative; boundary="1374079694.8b140D761.32244"; charset="us-ascii" --1374079694.8b140D761.32244 Date: Wed, 17 Jul 2013 16:48:14 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=66932 --- Comment #15 from Alex Deucher --- Created attachment 82551 --> https://bugs.freedesktop.org/attachment.cgi?id=82551&action=edit more debugging Something appears to be corrupting that structure. Try this patch on top of the previous one and post the dmesg with them applied. reg_table->last should not be 0. You should be seeing something like (slightly different per asic): [ 96.516683] 0 s1 = 0x0a2f pre_reg_data = 0x04 [ 96.516696] 1 s1 = 0x0a30 pre_reg_data = 0x00 [ 96.516710] 2 s1 = 0x0ad5 pre_reg_data = 0x04 [ 96.516723] 3 s1 = 0x0a28 pre_reg_data = 0x04 [ 96.516736] 4 s1 = 0x0a29 pre_reg_data = 0x04 [ 96.516746] 5 s1 = 0x0a2a pre_reg_data = 0x04 [ 96.516759] 6 s1 = 0x0a2b pre_reg_data = 0x04 [ 96.516772] 7 s1 = 0x0a2c pre_reg_data = 0x04 [ 96.516786] 8 s1 = 0x0a81 pre_reg_data = 0x04 [ 96.516798] 9 s1 = 0x0a8b pre_reg_data = 0x04 [ 96.516811] 10 s1 = 0x0a5f pre_reg_data = 0x04 for the first loop in the dumper. -- You are receiving this mail because: You are the assignee for the bug. --1374079694.8b140D761.32244 Date: Wed, 17 Jul 2013 16:48:14 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 15 on bug 66932 from
Created attachment 82551 [details] [review]
more debugging

Something appears to be corrupting that structure.  Try this patch on top of
the previous one and post the dmesg with them applied.  reg_table->last should
not be 0.  You should be seeing something like (slightly different per asic):

[   96.516683] 0 s1 = 0x0a2f pre_reg_data = 0x04
[   96.516696] 1 s1 = 0x0a30 pre_reg_data = 0x00
[   96.516710] 2 s1 = 0x0ad5 pre_reg_data = 0x04
[   96.516723] 3 s1 = 0x0a28 pre_reg_data = 0x04
[   96.516736] 4 s1 = 0x0a29 pre_reg_data = 0x04
[   96.516746] 5 s1 = 0x0a2a pre_reg_data = 0x04
[   96.516759] 6 s1 = 0x0a2b pre_reg_data = 0x04
[   96.516772] 7 s1 = 0x0a2c pre_reg_data = 0x04
[   96.516786] 8 s1 = 0x0a81 pre_reg_data = 0x04
[   96.516798] 9 s1 = 0x0a8b pre_reg_data = 0x04
[   96.516811] 10 s1 = 0x0a5f pre_reg_data = 0x04

for the first loop in the dumper.


You are receiving this mail because:
  • You are the assignee for the bug.
--1374079694.8b140D761.32244-- --===============2024931758== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============2024931758==--