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 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend
Date: Mon, 18 Apr 2011 12:51:22 -0700 (PDT)	[thread overview]
Message-ID: <20110418195122.68E9C13004F@annarchy.freedesktop.org> (raw)
In-Reply-To: <bug-36327-502@http.bugs.freedesktop.org/>

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

--- Comment #9 from Karesz L. <lengyel.karesz@gmail.com> 2011-04-18 12:51:22 PDT ---
I've made a custom kernel, and applied this (I modified the nx6125's patch a
bit):

--- a/drivers/gpu/drm/radeon/radeon_combios.c
+++ b/drivers/gpu/drm/radeon/radeon_combios.c
@@ -3171,6 +3171,14 @@ void radeon_combios_asic_init(struct drm_device *dev)
         rdev->pdev->subsystem_device == 0x30a4)
         return;

+    /* quirk for rs4xx FSC Amilo Li1718 laptop to make it resume
+     * - it hangs on resume inside the dynclk 1 table.
+     */
+    if (rdev->family == CHIP_RS480 &&
+        rdev->pdev->subsystem_vendor == 0x103c &&
+        rdev->pdev->subsystem_device == 0x10fb)
+        return;
+
     /* DYN CLK 1 */
     table = combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE);
     if (table)

I haven't been able to resume with it correctly, but, in some cases, the system
froze a little bit after, than before. These times, the lcd got backlit, and
some broken images, lines, colours, dots appeared.

-- 
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:[~2011-04-18 19:51 UTC|newest]

Thread overview: 29+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-17 14:21 [Bug 36327] New: fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend bugzilla-daemon
2011-04-17 14:26 ` [Bug 36327] " bugzilla-daemon
2011-04-17 17:05 ` bugzilla-daemon
2011-04-17 17:11 ` bugzilla-daemon
2011-04-17 17:37 ` bugzilla-daemon
2011-04-17 17:39 ` bugzilla-daemon
2011-04-17 17:39 ` bugzilla-daemon
2011-04-17 17:42 ` bugzilla-daemon
2011-04-17 17:46 ` bugzilla-daemon
2011-04-17 17:47 ` bugzilla-daemon
2011-04-18 19:51 ` bugzilla-daemon [this message]
2011-04-18 23:19 ` bugzilla-daemon
2011-04-18 23:26 ` bugzilla-daemon
2011-04-19 12:46 ` bugzilla-daemon
2011-04-21 15:12 ` bugzilla-daemon
2011-05-19 10:39 ` bugzilla-daemon
2011-05-19 10:49 ` bugzilla-daemon
2011-05-19 11:07 ` bugzilla-daemon
2011-05-19 14:00 ` bugzilla-daemon
2011-05-20  6:11 ` bugzilla-daemon
2011-05-20  7:23 ` bugzilla-daemon
2011-06-28  6:32 ` bugzilla-daemon
2011-06-29 22:43 ` bugzilla-daemon
2011-07-06 17:48 ` bugzilla-daemon
2011-10-08 21:22 ` bugzilla-daemon
2011-10-08 21:26 ` bugzilla-daemon
2011-10-08 21:29 ` bugzilla-daemon
2013-12-06  1:33 ` bugzilla-daemon
2013-12-06  1:39 ` 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=20110418195122.68E9C13004F@annarchy.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).