mirror of
https://github.com/X11Libre/xf86-video-ati.git
synced 2026-03-24 01:24:43 +00:00
radeon: enable tiling by default on CIK
Now that mesa 10.1 is released, we can enable this by default for CIK parts. Tiling improves memory bandwidth utilization. Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
This commit is contained in:
@@ -868,13 +868,13 @@ Bool RADEONPreInit_KMS(ScrnInfoPtr pScrn, int flags)
|
||||
* with proper bit, in the meantime you need to set tiling option in
|
||||
* xorg configuration files
|
||||
*/
|
||||
info->ChipFamily <= CHIP_FAMILY_HAINAN &&
|
||||
info->ChipFamily <= CHIP_FAMILY_HAWAII &&
|
||||
!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_HAINAN);
|
||||
info->ChipFamily <= CHIP_FAMILY_HAWAII);
|
||||
}
|
||||
|
||||
if (info->ChipFamily >= CHIP_FAMILY_R600) {
|
||||
|
||||
Reference in New Issue
Block a user