Lines Matching refs:scrn
152 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_abort_vblank() local
154 ms_drm_abort(scrn, ms_present_event_match, &event_id); in ms_present_abort_vblank()
165 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_flush() local
166 modesettingPtr ms = modesettingPTR(scrn); in ms_present_flush()
222 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_unflip() local
223 modesettingPtr ms = modesettingPTR(scrn); in ms_present_check_unflip()
224 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn); in ms_present_check_unflip()
235 if (!scrn->vtSema) in ms_present_check_unflip()
276 if (!drmmode_is_format_supported(scrn, format, modifier)) { in ms_present_check_unflip()
301 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_check_flip() local
302 modesettingPtr ms = modesettingPTR(scrn); in ms_present_check_flip()
322 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_flip() local
323 modesettingPtr ms = modesettingPTR(scrn); in ms_present_flip()
345 xf86DrvMsg(scrn->scrnIndex, X_ERROR, "present flip failed\n"); in ms_present_flip()
360 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_unflip() local
361 modesettingPtr ms = modesettingPTR(scrn); in ms_present_unflip()
363 xf86CrtcConfigPtr config = XF86_CRTC_CONFIG_PTR(scrn); in ms_present_unflip()
426 ScrnInfoPtr scrn = xf86ScreenToScrn(screen); in ms_present_screen_init() local
427 modesettingPtr ms = modesettingPTR(scrn); in ms_present_screen_init()