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)
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>

No differences found