HomeSort by: relevance | last modified time | path
    Searched refs:flip_pending (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/xorg-server/dist/present/
present_scmd.c 54 if (!screen_priv->flip_pending)
57 return screen_priv->flip_pending->pixmap;
282 if (screen_priv->flip_pending) {
283 flip_window = screen_priv->flip_pending->window;
284 flip_pixmap = screen_priv->flip_pending->pixmap;
313 if (!screen_priv->flip_pending->abort_flip) {
315 screen_priv->flip_pending->abort_flip = TRUE;
325 assert (!screen_priv->flip_pending);
345 assert (vblank == screen_priv->flip_pending);
362 screen_priv->flip_pending = NULL
423 present_vblank_ptr flip_pending = screen_priv->flip_pending; local
512 present_vblank_ptr flip_pending = screen_priv->flip_pending; local
    [all...]
present_priv.h 155 present_vblank_ptr flip_pending; member in struct:present_screen_priv
  /xsrc/external/mit/xf86-video-amdgpu/dist/src/
amdgpu_drm_queue.c 319 while (drmmode_crtc->flip_pending &&
326 while (drmmode_crtc->flip_pending
drmmode_display.h 138 struct drmmode_fb *flip_pending; member in struct:__anon6708
amdgpu_kms.c 579 if (drmmode_crtc->flip_pending == fb) {
580 drmmode_fb_reference(pAMDGPUEnt->fd, &drmmode_crtc->flip_pending,
928 drmmode_fb_reference(pAMDGPUEnt->fd, &drmmode_crtc->flip_pending, fb);
1086 !drmmode_crtc->flip_pending &&
1112 drmmode_crtc->flip_pending ||
1189 drmmode_crtc->flip_pending ||
1247 drmmode_fb_reference(pAMDGPUEnt->fd, &drmmode_crtc->flip_pending, fb);
amdgpu_present.c 223 if (drmmode_crtc->flip_pending)
drmmode_display.c 727 if (!drmmode_crtc->flip_pending) {
3149 if (drmmode_crtc->flip_pending == *fb) {
3150 drmmode_fb_reference(pAMDGPUEnt->fd, &drmmode_crtc->flip_pending,
3180 if (drmmode_crtc->flip_pending == *fb) {
3182 &drmmode_crtc->flip_pending, NULL);
4104 drmmode_fb_reference(pAMDGPUEnt->fd, &drmmode_crtc->flip_pending,
  /xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_drm_queue.c 319 while (drmmode_crtc->flip_pending &&
326 while (drmmode_crtc->flip_pending
drmmode_display.h 126 struct drmmode_fb *flip_pending; member in struct:__anon6899
radeon_kms.c 533 if (drmmode_crtc->flip_pending == fb) {
534 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->flip_pending,
882 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->flip_pending, fb);
1050 !drmmode_crtc->flip_pending &&
1076 drmmode_crtc->flip_pending ||
1153 drmmode_crtc->flip_pending ||
1212 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->flip_pending, fb);
radeon_present.c 236 if (drmmode_crtc->flip_pending)
drmmode_display.c 792 if (!drmmode_crtc->flip_pending) {
2682 if (drmmode_crtc->flip_pending == *fb) {
2683 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->flip_pending,
2713 if (drmmode_crtc->flip_pending == *fb) {
2715 &drmmode_crtc->flip_pending, NULL);
3555 drmmode_fb_reference(pRADEONEnt->fd, &drmmode_crtc->flip_pending,
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_dri2.c 1692 if (info->sna->dri2.flip_pending == info)
1693 info->sna->dri2.flip_pending = NULL;
1694 assert(info->sna->dri2.flip_pending != info);
1963 assert(info->sna->dri2.flip_pending == NULL ||
1964 info->sna->dri2.flip_pending == info);
1966 info->sna->dri2.flip_pending = info;
2852 assert(info->sna->dri2.flip_pending == NULL ||
2853 info->sna->dri2.flip_pending == info);
2854 info->sna->dri2.flip_pending = info;
2878 struct sna_dri2_event *chain = sna->dri2.flip_pending;
    [all...]
sna.h 369 void *flip_pending; member in struct:sna::sna_dri2
sna_display.c 208 bool flip_pending; member in struct:sna_crtc
1763 flip_active -= crtc->flip_pending;
7180 crtc->flip_pending = true;
9318 sna_crtc->flip_pending = true;
9480 crtc->flip_pending = true;
9575 assert(crtc->flip_pending);
9576 crtc->flip_pending = false;
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_dri2.c 1496 assert(info->sna->dri2.flip_pending == NULL ||
1497 info->sna->dri2.flip_pending == info);
1499 info->sna->dri2.flip_pending = info;
2303 assert(info->sna->dri2.flip_pending == NULL ||
2304 info->sna->dri2.flip_pending == info);
2305 info->sna->dri2.flip_pending = info;
2333 struct sna_dri2_event *chain = sna->dri2.flip_pending;
2339 sna->dri2.flip_pending = NULL;
2388 if (sna->dri2.flip_pending == flip)
2389 sna->dri2.flip_pending = NULL
    [all...]
sna.h 338 void *flip_pending; member in struct:sna::sna_dri2
sna_display.c 130 bool flip_pending; member in struct:sna_crtc
1165 flip_active -= crtc->flip_pending;
1179 flip_active -= crtc->flip_pending;
5393 crtc->flip_pending = true;
7281 sna_crtc->flip_pending = true;
7423 crtc->flip_pending = true;
7506 crtc->flip_pending = false;

Completed in 57 milliseconds