[PATCH 1/2] radeon: log if 2D tiling is enabled

Alex Deucher alexdeucher at gmail.com
Sun Oct 28 09:52:09 PDT 2012


Pushed both patches.  thanks!

Alex

On Sun, Oct 28, 2012 at 7:50 AM, Marek Olšák <maraeo at gmail.com> 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
> xorg-driver-ati at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-ati


More information about the xorg-driver-ati mailing list