[PATCH 2/2] radeon: turn on 2D tiling by default on r6xx-cayman

Michel Dänzer michel at daenzer.net
Fri Nov 2 02:59:01 PDT 2012


On Son, 2012-10-28 at 12:50 +0100, Marek Olšák wrote: 
> ---
>  src/radeon_kms.c |    3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/src/radeon_kms.c b/src/radeon_kms.c
> index dc238b7..261e1cb 100644
> --- a/src/radeon_kms.c
> +++ b/src/radeon_kms.c
> @@ -828,7 +828,8 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
>  
>  	/* 2D color tiling */
>  	if (info->ChipFamily >= CHIP_FAMILY_R600) {
> -		info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D, FALSE);
> +		info->allowColorTiling2D = xf86ReturnOptValBool(info->Options, OPTION_COLOR_TILING_2D,
> +                                                                info->ChipFamily <= CHIP_FAMILY_ARUBA);
>  	}
>  
>  	if (info->ChipFamily >= CHIP_FAMILY_R600) {

Please update man/radeon.man accordingly.


-- 
Earthling Michel Dänzer           |                   http://www.amd.com
Libre software enthusiast         |          Debian, X and DRI developer


More information about the xorg-driver-ati mailing list