iris: Map scanout buffers WC instead of WB
The scanout engine is not coherent with rendering, so make sure scanout buffers are mapped WC. This ensures that CPU rendering as done by the Xserver gets flushed to the frame buffer immediately instead of waiting for some future time.
Signed-off-by: Keith Packard keithp@keithp.com