preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects when
authorMichel Daenzer <michel@daenzer.net>
Tue, 29 Oct 2002 13:49:26 +0000 (13:49 +0000)
committerMichel Daenzer <michel@daenzer.net>
Tue, 29 Oct 2002 13:49:26 +0000 (13:49 +0000)
commit5e1b8ed88ae8fb8b697515140f7a00d022ac2db0
tree95553095ecb8905672e40c7bc153e73aa07e4478
parent10900dab7caa593a54d76e5f6abdc3df9bdd0a04
preserve CRTC{,2}_OFFSET_CNTL in 2D driver to avoid bad effects when
    pageflipping after a mode switch
take current page into account in AdjustFrame(); writing the CRTC offset
    via the CP was probably a bad idea as this can happen asynchronously,
    reverted
take frame offset into account when flipping pages
handle CRTC2 as well for pageflipping (untested)
preserve GEN_INT_CNTL on mode switches to prevent interrupts from getting
    disabled
bsd/Imakefile
linux/Makefile.linux
shared-core/drm_sarea.h [new file with mode: 0644]
shared-core/radeon_drm.h
shared-core/radeon_drv.h
shared-core/radeon_state.c
shared/drm_sarea.h [new file with mode: 0644]
shared/radeon_drm.h
shared/radeon_drv.h
shared/radeon_state.c