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
signature.asc
Description: This is a digitally signed message part
_______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
