xf86-video-ati: Branch 'master'

Adam Jackson ajax at redhat.com
Wed Sep 26 06:49:58 PDT 2012


On Wed, 2012-09-26 at 15:36 +0200, Michel Dänzer wrote:
> On Mit, 2012-09-26 at 06:28 -0700, Adam Jackson wrote: 
> > diff --git a/src/radeon_kms.c b/src/radeon_kms.c
> > index 2842a23..0a10bee 100644
> > --- a/src/radeon_kms.c
> > +++ b/src/radeon_kms.c
> > @@ -1215,13 +1215,8 @@ Bool RADEONScreenInit_KMS(SCREEN_INIT_ARGS_DECL)
> >  #endif
> >  
> >      pScrn->vtSema = TRUE;
> > -    /* Backing store setup */
> > -    xf86DrvMsgVerb(pScrn->scrnIndex, X_INFO, RADEON_LOGLEVEL_DEBUG,
> > -		   "Initializing backing store\n");
> > -    miInitializeBackingStore(pScreen);
> >      xf86SetBackingStore(pScreen);
> 
> Isn't that needed for xserver 1.13 and older?

No.  That function has been a no-op since xserver 1.4, and radeon's
configure.ac already requires xserver >= 1.6.2.  The commit that just
removed it from xserver looks like:

-void
-miInitializeBackingStore(ScreenPtr pScreen)
-{
-}

- ajax
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-driver-ati/attachments/20120926/c30b5bc5/attachment.pgp>


More information about the xorg-driver-ati mailing list