drm/radeon/cik: Fix encoding of number of banks in tiling configuration info
authorMichel Dänzer <michel.daenzer@amd.com>
Wed, 18 Sep 2013 13:39:41 +0000 (15:39 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 20 Sep 2013 21:32:58 +0000 (17:32 -0400)
commita537314e0b539e22934d3cffeb0b1f476e56491c
treec344b6d4416d0a891d2f0defa5a6c33dde93956f
parent328a50c7b09d313ab9278f972950da414d348eb1
drm/radeon/cik: Fix encoding of number of banks in tiling configuration info

There are multiple valid values, not just 0 or 1.  Required
to properly support 2D tiling in the userspace drivers.

Cc: stable@vger.kernel.org
Signed-off-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/cik.c