← Back to team overview

kernel-packages team mailing list archive

[Bug 618253] Re: Error shown on screen after resume with radeon card

 

Launchpad has imported 21 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=32066.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.

------------------------------------------------------------------------
On 2010-12-02T20:35:06+00:00 Russ Dill wrote:

Created attachment 40753
ATOM BIOS

During resume, I get:

[18832.030013] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
[18832.030016] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing E8B8 (len 86, WS 4, PS 0) @ 0xE8EB
[18837.060015] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
[18837.060019] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing E8B8 (len 86, WS 4, PS 0) @ 0xE8EB
[18842.380012] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting
[18842.380016] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing E8B8 (len 86, WS 4, PS 0) @ 0xE8EB
[18842.430097] PM: resume of drv:radeon dev:0000:01:00.0 complete after 15575.937 msecs

I have a:

(--) RADEON(0): Chipset: "ATI Mobility Radeon X1600" (ChipID = 0x71c5)

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/14

------------------------------------------------------------------------
On 2010-12-02T20:35:53+00:00 Russ Dill wrote:

Created attachment 40754
Kernel log

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/15

------------------------------------------------------------------------
On 2010-12-02T20:36:23+00:00 Russ Dill wrote:

Created attachment 40755
Xorg log

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/16

------------------------------------------------------------------------
On 2010-12-08T06:17:37+00:00 Glisse wrote:

We need a dump of your video bios see bottom of
http://dri.freedesktop.org/wiki/TestingAndDebugging

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/17

------------------------------------------------------------------------
On 2010-12-11T22:29:40+00:00 Airlied-freedesktop wrote:

Jerome the bios is attached already,

This is the UpdateCRTC_DoubleBufferRegisters table, I've got the same
issue here on my rv530 I just noticed.

decoding the table shows it waiting for both crtcs, I wonder if they
made this table saner in r6xx.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/18

------------------------------------------------------------------------
On 2010-12-12T16:47:44+00:00 agd5f wrote:

*** Bug 32307 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/19

------------------------------------------------------------------------
On 2010-12-12T17:01:44+00:00 agd5f wrote:

(In reply to comment #4)
> Jerome the bios is attached already,
> 
> This is the UpdateCRTC_DoubleBufferRegisters table, I've got the same issue
> here on my rv530 I just noticed.
> 
> decoding the table shows it waiting for both crtcs, I wonder if they made this
> table saner in r6xx.

We don't get this issue during normal modeset, so I suspect the regs are
in a wonky state after resume.  Perhaps a hard reset before asic_init
would help.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/20

------------------------------------------------------------------------
On 2010-12-12T20:42:47+00:00 Russ Dill wrote:

I'm currently running ubuntu nartty with xorg-edgers, so its pretty easy
for me to test something. Let me know if there is something you'd like
me to try.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/21

------------------------------------------------------------------------
On 2010-12-17T08:39:21+00:00 agd5f wrote:

Created attachment 41218
possible fix

This patch should fix the issues.  We were attempting to unblank the
displays before the timing was set up in the resume path.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/22

------------------------------------------------------------------------
On 2010-12-17T08:45:22+00:00 agd5f wrote:

*** Bug 27744 has been marked as a duplicate of this bug. ***

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/23

------------------------------------------------------------------------
On 2010-12-21T06:02:48+00:00 Peter wrote:

I'am sorry, but the patch doesn't fix the issue.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/24

------------------------------------------------------------------------
On 2010-12-21T06:03:44+00:00 Peter wrote:

Created attachment 41343
dmesg output after patch

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/25

------------------------------------------------------------------------
On 2010-12-21T07:02:51+00:00 agd5f wrote:

(In reply to comment #10)
> I'am sorry, but the patch doesn't fix the issue.

Can you attach 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

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/26

------------------------------------------------------------------------
On 2010-12-21T07:30:25+00:00 Peter wrote:

Shame on me!
I'm so sorry! I was my failure: I booted up the old kernel.

I tested the patch with vanilla-kernel 2.6.37-rc6 and everything works perfect!
It is a really nice christmans present for me, to see this bug fixed :-)


Thank you Alex

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/27

------------------------------------------------------------------------
On 2010-12-21T08:07:38+00:00 Peter wrote:

General Question, maybe I should open an other bug:
Did your terminal scroll sometimes slow "from top to bottom" (exampe dmesg), after the second or third suspend-cycle? This is fixed by "ctrl+l" or the next suspend-cycle.

What I forgot:
Will we see this patch in the next rc7 ord rc8, if all results are well as mine?
Happy Christmas!

Thanks

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/28

------------------------------------------------------------------------
On 2010-12-21T08:27:51+00:00 agd5f wrote:

(In reply to comment #14)
> General Question, maybe I should open an other bug:
> Did your terminal scroll sometimes slow "from top to bottom" (exampe dmesg),
> after the second or third suspend-cycle? This is fixed by "ctrl+l" or the next
> suspend-cycle.
> 

Not familiar with that.

> What I forgot:
> Will we see this patch in the next rc7 ord rc8, if all results are well as
> mine?

I've sent the patch to Dave.  Hopefully it will hit 2.6.37.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/29

------------------------------------------------------------------------
On 2010-12-26T19:45:29+00:00 Gmalazdrewicz wrote:

In my case, error is not shown now in dmesg (after applying patch), but
there still is a significant delay waking up.

ATI HD5850, BIOS in the bug 32307.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/30

------------------------------------------------------------------------
On 2010-12-27T00:32:20+00:00 Peter wrote:

What need time for wakeup dmesg prints?
Mine is around 500msec

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/31

------------------------------------------------------------------------
On 2011-01-04T06:16:51+00:00 Peter wrote:

Tested 2.6.37-rc8 (patch is included already).
Works perfect. No glitches here.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/32

------------------------------------------------------------------------
On 2011-01-05T18:08:09+00:00 Russ Dill wrote:

I haven't had a chance to test yet, but I did notice an additional debug
message:

[drm:atom_execute_table_locked] *ERROR* atombios stuck executing E8B8
(len 86, WS 4, PS 0) @ 0xE8EB

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/33

------------------------------------------------------------------------
On 2011-01-11T22:48:16+00:00 Russ Dill wrote:

Just testing with 2.6.37 and this is fixed.

Reply at: https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-video-
ati/+bug/618253/comments/34

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/618253

Title:
  Error shown on screen after resume with radeon card

Status in X.org XServer - ATI gfx chipset driver:
  Fix Released
Status in “linux” package in Ubuntu:
  Fix Released
Status in “xserver-xorg-video-ati” package in Ubuntu:
  Invalid

Bug description:
  Binary package hint: xserver-xorg-video-ati

  When resuming from suspend (both to ram and to disk) the following error message is displayed on a terminal before the screen is handed back to X. 
  [18446744067.740641] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 1sec aborting
  [18446744067.740644] [drm:atom_execute_table_locked] *ERROR* atombios stuck executing C90C (len 55, WS 0, PS 0) @ 0xC92F

  No other symptom is visible and this seems to have no consequences but
  is worrying.

  ProblemType: Bug
  DistroRelease: Ubuntu 10.10
  Package: xserver-xorg-video-radeon 1:6.13.1-1ubuntu2
  ProcVersionSignature: Ubuntu 2.6.35-14.20-generic 2.6.35
  Uname: Linux 2.6.35-14-generic x86_64
  Architecture: amd64
  CheckboxSubmission: 46db008fca60ff4eb912f9c7f988bb35
  CheckboxSystem: 2954e74ba17fb0e37fc942cd1d9fab4e
  DRM.card0.HDMI_Type_A.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  DRM.card0.LVDS.1:
   status: connected
   enabled: enabled
   dpms: On
   modes: 1366x768 1280x720 1152x768 1024x768 800x600 848x480 720x480 640x480
   edid-base64:
  DRM.card0.VGA.1:
   status: disconnected
   enabled: disabled
   dpms: On
   modes: 
   edid-base64:
  Date: Sun Aug 15 15:46:19 2010
  GdmLog: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log'] failed with exit code 1: cat: /var/log/gdm/:0.log: No such file or directory
  GdmLog1: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.1'] failed with exit code 1: cat: /var/log/gdm/:0.log.1: No such file or directory
  GdmLog2: Error: command ['kdesudo', '--', 'cat', '/var/log/gdm/:0.log.2'] failed with exit code 1: cat: /var/log/gdm/:0.log.2: No such file or directory
  InstallationMedia: Kubuntu 10.04 LTS "Lucid Lynx" - Release amd64 (20100427)
  Lsusb:
   Bus 002 Device 003: ID 04f2:b044 Chicony Electronics Co., Ltd Acer CrystalEye Webcam
   Bus 002 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
   Bus 001 Device 002: ID 8087:0020 Intel Corp. Integrated Rate Matching Hub
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Acer Aspire 5740
  ProcCmdLine: BOOT_IMAGE=/vmlinuz-2.6.35-14-generic root=UUID=08e347f8-e22c-49ea-9036-24dff120e97b ro
  ProcEnviron:
   LANGUAGE=
   PATH=(custom, user)
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  SourcePackage: xserver-xorg-video-ati
  dmi.bios.date: 11/26/2009
  dmi.bios.vendor: Phoenix Technologies LTD
  dmi.bios.version: V1.09
  dmi.board.name: Aspire 5740
  dmi.board.vendor: Acer
  dmi.board.version: Rev
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: Acer
  dmi.chassis.version: Rev
  dmi.modalias: dmi:bvnPhoenixTechnologiesLTD:bvrV1.09:bd11/26/2009:svnAcer:pnAspire5740:pvrRev:rvnAcer:rnAspire5740:rvrRev:cvnAcer:ct10:cvrRev:
  dmi.product.name: Aspire 5740
  dmi.product.version: Rev
  dmi.sys.vendor: Acer
  system:
   distro:             Ubuntu
   codename:           maverick
   architecture:       x86_64
   kernel:             2.6.35-14-generic

To manage notifications about this bug go to:
https://bugs.launchpad.net/xserver-xorg-driver-ati/+bug/618253/+subscriptions