ecore_drm2: Drop static from _fb_atomic_flip_test()

We're going to need this one in plane assign to test commits
This commit is contained in:
Derek Foreman 2017-04-27 15:50:38 -05:00
parent f1d779da06
commit 8d42d7d50a
2 changed files with 3 additions and 1 deletions

View File

@ -228,7 +228,7 @@ ecore_drm2_fb_flip_complete(Ecore_Drm2_Output *output)
return !!output->next; return !!output->next;
} }
static Eina_Bool Eina_Bool
_fb_atomic_flip_test(Ecore_Drm2_Output *output) _fb_atomic_flip_test(Ecore_Drm2_Output *output)
{ {
Eina_Bool res = EINA_FALSE; Eina_Bool res = EINA_FALSE;

View File

@ -820,6 +820,8 @@ struct _Ecore_Drm2_Device
Eina_List *outputs; Eina_List *outputs;
}; };
Eina_Bool _fb_atomic_flip_test(Ecore_Drm2_Output *output);
/* extern int (*sym_drmClose)(int fd); */ /* extern int (*sym_drmClose)(int fd); */
/* extern int (*sym_drmWaitVBlank)(int fd, drmVBlank *vbl); */ /* extern int (*sym_drmWaitVBlank)(int fd, drmVBlank *vbl); */
extern int (*sym_drmHandleEvent)(int fd, drmEventContext *evctx); extern int (*sym_drmHandleEvent)(int fd, drmEventContext *evctx);