<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Ubuntu 10.04.4 LTS 32-bit and ATI Technologies Radeon Xpress 200 for Intel (RC410) ACPI S3 State Resume Failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52952#c13">Comment # 13</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - Ubuntu 10.04.4 LTS 32-bit and ATI Technologies Radeon Xpress 200 for Intel (RC410) ACPI S3 State Resume Failure"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=52952">bug 52952</a>
              from <span class="vcard"><a class="email" href="mailto:agd5f@yahoo.com" title="Alex Deucher <agd5f@yahoo.com>"> <span class="fn">Alex Deucher</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=52952#c11">comment #11</a>)
<span class="quote">> (In reply to <a href="show_bug.cgi?id=52952#c10">comment #10</a>)
> > try making the following change to radeon_combios_asic_init() in
> > radeon_combios.c in the kernel.  Remove the following code:
> > 
> >     /* DYN CLK 1 */
> >     table = combios_get_table_offset(dev, COMBIOS_DYN_CLK_1_TABLE);
> >     if (table)
> >         combios_parse_pll_table(dev, table);
> > 
> > and see if that helps.

> I am not saying that I cannot do this, but I am not a Linux kernel
> developer, so I am not sure how I can make the change, and recompile the
> kernel.
> I do have Windows device driver development experience, but I have never
> done software development with Linux.
> Keeping that in mind, can you provide me with detailed instructions on how
> to make the edits and recompile the kernel?</span >

1. download the kernel source.
2. edit drivers/gpu/drm/radeon/radeon_combios.c in the kernel source tree and
remove the code in question.
3. build the kernel:
make
make modules
(as root) make modules_install
(as root) make install
4. reboot and pick the new kernel in the grub menu</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>