Pushed both patches. thanks! Alex
On Sun, Oct 28, 2012 at 7:50 AM, Marek Olšák <[email protected]> wrote: > --- > src/radeon_kms.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/radeon_kms.c b/src/radeon_kms.c > index 0a10bee..dc238b7 100644 > --- a/src/radeon_kms.c > +++ b/src/radeon_kms.c > @@ -860,6 +860,8 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags) > > xf86DrvMsg(pScrn->scrnIndex, X_INFO, > "KMS Color Tiling: %sabled\n", info->allowColorTiling ? "en" : > "dis"); > + xf86DrvMsg(pScrn->scrnIndex, X_INFO, > + "KMS Color Tiling 2D: %sabled\n", info->allowColorTiling2D ? "en" : > "dis"); > > if (info->dri2.pKernelDRMVersion->version_minor >= 8) { > info->allowPageFlip = xf86ReturnOptValBool(info->Options, > -- > 1.7.9.5 > > _______________________________________________ > xorg-driver-ati mailing list > [email protected] > http://lists.x.org/mailman/listinfo/xorg-driver-ati _______________________________________________ xorg-driver-ati mailing list [email protected] http://lists.x.org/mailman/listinfo/xorg-driver-ati
