On Tuesday 15 February 2005 15:26, Karol Kozimor wrote:
> Thus wrote [EMAIL PROTECTED]:
> > Checked on modules:
> > - Removing i810 and drm prior to suspend (after exiting
> > X) has no effect.
> >
> > - Removing intel-agp as well fixes the problem and X
> > can be started alright after resume.
> >
> > - When agpgart remains no issues seen.
>
> Plain i810 has no resume support currently. Could you
> apply this and see if it works?
>
>
> --- drivers/char/agp/intel-agp.c~       2005-02-15
> 15:17:44.157029954 +0100 +++ drivers/char/agp/intel-agp.c
>        2005-02-15 15:24:45.011870338 +0100 @@ -1758,6
> +1758,8 @@
>                 intel_i915_configure();
>         else if (bridge->driver == &intel_830_driver)
>                 intel_i830_configure();
> +       else if (bridge->driver == &intel_810_driver)
> +               intel_i810_configure();
>
>         return 0;
>  }

Hi Karol!

Thank you for the patch. I tested it it resumes fine with 
swsusp2 and S3. Would you please submit the patch to lkml.

Regards
Michael
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to