drm/radeon/kms/atom: atom parser fixes
authorAlex Deucher <alexdeucher@gmail.com>
Thu, 21 Jan 2010 22:14:49 +0000 (17:14 -0500)
committerDave Airlie <airlied@redhat.com>
Sun, 24 Jan 2010 07:25:05 +0000 (17:25 +1000)
commit947bfc83043181e86e3e3134da158e479c9bcc51
treed3a7111bf9d8e6dd55519d7a28762d0dffd581db
parent4eaeca33512b9774c25507b9a9bdcfe3791a5cc5
drm/radeon/kms/atom: atom parser fixes

Only reset the reg block on the initial execute
table call; nested calls require the reg block not be
reset on each call.  Also reset the fb window and
io mode.  This matches the upstream parser behavior.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/atom.c