drm/radeon/atom: initialize more atom interpretor elements to 0
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Jul 2013 04:22:53 +0000 (00:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 30 Jul 2013 21:24:12 +0000 (17:24 -0400)
commit42a21826dc54583cdb79cc8477732e911ac9c376
tree1d3c0591e9ca51395fd5267a091903324308418e
parent63f22d0e98cf74adf4ecfb25099607239b00c751
drm/radeon/atom: initialize more atom interpretor elements to 0

The ProcessAuxChannel table on some rv635 boards assumes
the divmul members are initialized to 0 otherwise we get
an invalid fb offset since it has a bad mask set when
setting the fb base.  While here initialize all the
atom interpretor elements to 0.

Fixes:
https://bugzilla.kernel.org/show_bug.cgi?id=60639

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org
drivers/gpu/drm/radeon/atom.c