drm/radeon: handle broken disabled rb mask gracefully
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Apr 2013 14:13:22 +0000 (10:13 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 11 Apr 2013 13:22:04 +0000 (09:22 -0400)
If the disabled rb mask register is not properly initialized
program a sane default based on the number of RBs for the
asic.  This avoids a potential divide by 0 when calculating
the backend mask.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found