lkml.org 
[lkml]   [2005]   [Dec]   [26]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
    /
    DateMon, 26 Dec 2005 09:29:34 +0100
    FromPavel Machek <>
    SubjectRe: [PATCH] ati-agp suspend/resume support (try 2)
    Hi!
    
    > Based on the patch at
    > http://unixhead.org/docs/thinkpad/ati-agp/ati-agp.diff, add support for
    > suspend/resume in the ati-agp module.
    > 
    > Signed-of-by: Jaco Kroon <jaco@kroon.co.za>
    
    ACKed-by: Pavel Machek <pavel@suse.cz>
    
    > --- linux-2.6.15-rc6/drivers/char/agp/ati-agp.c.orig	2005-12-25
    > 22:21:32.000000000 +0200
    > +++ linux-2.6.15-rc6/drivers/char/agp/ati-agp.c	2005-12-26
    > 06:47:26.000000000 +0200
    
    Your email client did some nasty word wrapping here. I guess the way
    to proceed is try #3, this time add my ACK and Cc: akpm...
    
    								Pavel
    
    > @@ -243,6 +243,10 @@
    >  	return 0;
    >  }
    > 
    > +static int agp_ati_resume(struct pci_dev *dev)
    > +{
    > +	return ati_configure();
    > +}
    > 
    >  /*
    >   *Since we don't need contigious memory we just try
    > @@ -525,6 +529,7 @@
    >  	.id_table	= agp_ati_pci_table,
    >  	.probe		= agp_ati_probe,
    >  	.remove		= agp_ati_remove,
    > +	.resume		= agp_ati_resume,
    >  };
    > 
    >  static int __init agp_ati_init(void)
    
    -- 
    Thanks, Sharp!
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    
    
    \
     
     \ /
      Last update: 2005-12-26 09:32    [from the cache]
    ©2003-2008