Skip to content
Snippets Groups Projects
Commit 52e68630 authored by Chris Wilson's avatar Chris Wilson
Browse files

drm/i915: Fix offset page-flips on i965+


i965 uses the Display Registers to compute the offset from the display
base so the new base does not need adjusting when flipping. The older
chipsets use a fence to access the display and so do perceive the
surface as linear and have a single base register which is reprogrammed
using the flip.

Signed-off-by: default avatarChris Wilson <chris@chris-wilson.co.uk>
Cc: Jesse Barnes <jbarnes@virtuousgeek.org>
Reported-by: default avatarMarty Jack <martyj19@comcast.net>
Reviewed-by: default avatarJesse Barnes <jbarnes@virtuousgeek.org>
parent c96c3a8c
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment