drm/i915: clarify gen2 pageflip cmd
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 20 Jan 2012 09:43:44 +0000 (10:43 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Sat, 21 Jan 2012 16:09:05 +0000 (17:09 +0100)
I've reviewed gen2 pageflip code to hunt down multiple prepare pageflip
issues. The only thing I've found is a slight but functionally
meaningless confusion about the length of the mi cmd.

Fix it up and add a comment about what this dword should be (according
to docs at least).

Reviewed-by: Eric Anholt <eric@anholt.net>
Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found