radeon: fix typo in sample split / fixes MSAA on Hawaii

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
main
Marek Olšák 2014-07-26 20:07:33 +02:00
parent 8bdb4cfa45
commit 2169dce96c
1 changed files with 1 additions and 1 deletions

View File

@ -1914,7 +1914,7 @@ static void cik_get_2d_params(struct radeon_surface_manager *surf_man,
sample_split = 1;
break;
case CIK__SAMPLE_SPLIT__2:
sample_split = 1;
sample_split = 2;
break;
case CIK__SAMPLE_SPLIT__4:
sample_split = 4;