Searched refs:DebugPresent (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/ |
| H A D | present.c | 49 #define DebugPresent(x) ErrorF x 51 #define DebugPresent(x) macro 81 DebugPresent(("\t\tmh %lld msc %llu\n", in ms_present_vblank_handler() 96 DebugPresent(("\t\tma %lld\n", (long long) event->event_id)); in ms_present_vblank_abort() 129 DebugPresent(("\t\tmq %lld seq %u msc %llu (hw msc %u)\n", in ms_present_queue_vblank() 184 DebugPresent(("\t\tms:fc %lld msc %llu ust %llu\n", in ms_present_flip_handler() 202 DebugPresent(("\t\tms:fa %lld\n", (long long) event->event_id)); in ms_present_flip_abort() 336 DebugPresent(("\t\tms:pf %lld msc %llu\n", in ms_present_flip()
|
| /OK3568_Linux_fs/external/xserver/present/ |
| H A D | present_scmd.c | 136 …DebugPresent(("\td %08" PRIx32 " -> %08" PRIx32 "\n", window->drawable.id, pixmap ? pixmap->drawab… in present_check_flip() 141 …DebugPresent(("\td %08" PRIx32 " -> %08" PRIx32 "\n", window->drawable.id, pixmap ? pixmap->drawab… in present_check_flip() 354 DebugPresent(("u %" PRIu64 "\n", screen_priv->unflip_event_id)); in present_unflip() 364 DebugPresent(("\tn %" PRIu64 " %p %" PRIu64 " %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_flip_notify() 405 DebugPresent(("\te %" PRIu64 " ust %" PRIu64 " msc %" PRIu64 "\n", event_id, ust, msc)); in present_event_notify() 428 DebugPresent(("\tun %" PRIu64 "\n", event_id)); in present_event_notify() 550 DebugPresent(("\tr %" PRIu64 " %p (pending %p unflip %" PRIu64 ")\n", in present_execute() 568 DebugPresent(("\tf %" PRIu64 " %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_execute() 613 DebugPresent(("\tc %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_execute() 718 … DebugPresent(("\tx %" PRIu64 " %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 " (crtc %p)\n", in present_scmd_pixmap() [all …]
|
| H A D | present_wnmd.c | 183 DebugPresent(("\tn %" PRIu64 " %p %" PRIu64 " %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_wnmd_flip_notify() 228 DebugPresent(("\te %" PRIu64 " ust %" PRIu64 " msc %" PRIu64 "\n", event_id, ust, msc)); in present_wnmd_event_notify() 314 DebugPresent(("\td %08" PRIx32 " -> %08" PRIx32 "\n", in present_wnmd_check_flip() 446 DebugPresent(("\tr %" PRIu64 " %p (pending %p)\n", in present_wnmd_execute() 466 DebugPresent(("\tf %" PRIu64 " %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_wnmd_execute() 514 DebugPresent(("\tc %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_wnmd_execute() 656 DebugPresent(("present_queue_vblank failed\n")); in present_wnmd_pixmap()
|
| H A D | present_vblank.c | 141 …DebugPresent(("q %" PRIu64 " %p %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 " (crtc %p) flip %d vsyn… in present_vblank_create() 156 …DebugPresent(("\tx %" PRIu64 " %p %" PRIu64 " %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 " (crtc %p… in present_vblank_scrap() 178 DebugPresent(("\td %" PRIu64 " %p %" PRIu64 " %" PRIu64 ": %08" PRIx32 " -> %08" PRIx32 "\n", in present_vblank_destroy()
|
| H A D | present_priv.h | 40 #define DebugPresent(x) ErrorF x 42 #define DebugPresent(x) macro
|
| H A D | present.c | 111 DebugPresent(("\ti %08" PRIx32 "\n", pixmap ? pixmap->drawable.id : 0)); in present_pixmap_idle()
|
| /OK3568_Linux_fs/external/xserver/ |
| H A D | ChangeLog | 37828 Also add DebugPresent calls in ms_present_vblank_{handler,abort}. 39046 present: Avoid crashes in DebugPresent(), a bit more info. 39048 DebugPresent() crashed the server when a dri3 drawable
|