mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-05-21 18:08:12 +02:00
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
|
||
|---|---|---|
| .. | ||
| drm.h | ||
| drm_sarea.h | ||
| mga_dma.c | ||
| mga_drm.h | ||
| mga_drv.h | ||
| mga_state.c | ||
| mga_ucode.h | ||
| mga_warp.c | ||
| r128_cce.c | ||
| r128_drm.h | ||
| r128_drv.h | ||
| r128_state.c | ||
| radeon_cp.c | ||
| radeon_drm.h | ||
| radeon_drv.h | ||
| radeon_irq.c | ||
| radeon_mem.c | ||
| radeon_state.c | ||