[PATCH] radeon: enable tiling on SI by default

Andreas Boll andreas.boll.dev at gmail.com
Sun Nov 3 19:28:53 CET 2013


Please also update the manpage.

2013/11/1 Alex Deucher <alexdeucher at gmail.com>:
> Now that mesa 9.2 is out with support for tiling
> on SI asics, we can enable it here.
>
> Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
> ---
>  src/radeon_kms.c | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/src/radeon_kms.c b/src/radeon_kms.c
> index 255906b..5b85acc 100644
> --- a/src/radeon_kms.c
> +++ b/src/radeon_kms.c
> @@ -860,17 +860,17 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
>         Bool colorTilingDefault =
>             xorgGetVersion() >= XORG_VERSION_NUMERIC(1,9,4,901,0) &&
>             info->ChipFamily >= CHIP_FAMILY_R300 &&
> -           /* this ARUBA check could be removed sometime after a big mesa release
> +           /* this check could be removed sometime after a big mesa release
>              * with proper bit, in the meantime you need to set tiling option in
>              * xorg configuration files
>              */
> -           info->ChipFamily <= CHIP_FAMILY_ARUBA &&
> +           info->ChipFamily <= CHIP_FAMILY_HAINAN &&
>             !info->is_fast_fb;
>
>         /* 2D color tiling */
>         if (info->ChipFamily >= CHIP_FAMILY_R600) {
>                 info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D,
> -                                                                info->ChipFamily <= CHIP_FAMILY_ARUBA);
> +                                                                info->ChipFamily <= CHIP_FAMILY_HAINAN);
>         }
>
>         if (info->ChipFamily >= CHIP_FAMILY_R600) {
> --
> 1.8.3.1
>
> _______________________________________________
> 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