]> Pileus Git - ~andy/linux/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 4 Aug 2013 07:43:39 +0000 (15:43 +0800)
commit6ec322493ae29932c23a20ad015921fe133b9ff8
tree0e2459a9ac4f110d2536ff607ddf55f6f61fbcff
parente0d2313f66fea2e8a5286d5ccebb057810ad4e9b
drm/radeon/atom: initialize more atom interpretor elements to 0

commit 42a21826dc54583cdb79cc8477732e911ac9c376 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/gpu/drm/radeon/atom.c