Home
last modified time | relevance | path

Searched refs:pageflip (Results 1 – 19 of 19) sorted by relevance

/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch40 + gboolean waiting, pageflip;
49 + pageflip = TRUE;
51 + pageflip = FALSE;
53 + pageflip = self->modesetting_enabled;
60 + if (!pageflip) {
H A D0039-kmssink-Support-scaling-in-modesetting.patch98 pageflip = FALSE;
100 - pageflip = self->modesetting_enabled;
101 + pageflip = self->modesetting_enabled && self->buffer_id;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.22/
H A D0031-kmssink-Support-setting-prefered-frame-syncing-mode.patch40 + gboolean waiting, pageflip;
49 + pageflip = TRUE;
51 + pageflip = FALSE;
53 + pageflip = self->modesetting_enabled;
60 + if (!pageflip) {
H A D0039-kmssink-Support-scaling-in-modesetting.patch98 pageflip = FALSE;
100 - pageflip = self->modesetting_enabled;
101 + pageflip = self->modesetting_enabled && self->buffer_id;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.20/
H A D0030-kmssink-Support-setting-prefered-frame-syncing-mode.patch40 + gboolean waiting, pageflip;
49 + pageflip = TRUE;
51 + pageflip = FALSE;
53 + pageflip = self->modesetting_enabled;
60 + if (!pageflip) {
H A D0038-kmssink-Support-scaling-in-modesetting.patch98 pageflip = FALSE;
100 - pageflip = self->modesetting_enabled;
101 + pageflip = self->modesetting_enabled && self->buffer_id;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0052-backend-drm-Allow-pageflip-error.patch4 Subject: [PATCH 52/93] backend-drm: Allow pageflip error
6 Allow to recover from pageflip error:
7 [02:08:14.089] queueing pageflip failed: Operation not permitted
/OK3568_Linux_fs/buildroot/package/weston/
H A D0052-backend-drm-Allow-pageflip-error.patch4 Subject: [PATCH 52/93] backend-drm: Allow pageflip error
6 Allow to recover from pageflip error:
7 [02:08:14.089] queueing pageflip failed: Operation not permitted
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0049-backend-drm-Allow-pageflip-error.patch4 Subject: [PATCH 49/79] backend-drm: Allow pageflip error
6 Allow to recover from pageflip error:
7 [02:08:14.089] queueing pageflip failed: Operation not permitted
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A DMakefile.am59 pageflip.c \
H A DMakefile.in173 dumb_bo.lo present.lo vblank.lo pageflip.lo
200 ./$(DEPDIR)/pageflip.Plo ./$(DEPDIR)/present.Plo \
678 pageflip.c \
765 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/pageflip.Plo@am__quote@ # am--include-marker
998 -rm -f ./$(DEPDIR)/pageflip.Plo
1051 -rm -f ./$(DEPDIR)/pageflip.Plo
H A Dmeson.build6 'pageflip.c',
H A Ddrmmode_display.h127 Bool pageflip; member
H A Dpresent.c229 if (!ms->drmmode.pageflip) in ms_present_check_unflip()
H A Ddriver.c1107 ms->drmmode.pageflip = in PreInit()
1339 if (!ms->drmmode.pageflip) in msEnableSharedPixmapFlipping()
1792 if (ms->drmmode.pageflip) { in ScreenInit()
2064 if (ms->drmmode.pageflip) { in CloseScreen()
H A Ddri2.c595 ms->drmmode.pageflip && in can_flip()
H A Ddrmmode_display.c211 !ms->drmmode.pageflip || ms->drmmode.dri2_flipping || !scrn->vtSema) { in get_drawable_modifiers()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/
H A DNOTES22 pageflip after rendering completes (ie. have the kms/crtc code build
/OK3568_Linux_fs/external/xserver/
H A DChangeLog6086 For 32-Bit truncated input from pageflip events and old vblank events
6112 for mapping msc from pageflip completion events, because pageflip events
6114 each pageflip(-event) is always preceeded close in time (and vblank
6117 that each pageflip event will get its truncated 32-bit msc remapped
7721 modesetting: Use actual crtc position for pageflip
9188 modesetting: Use atomic modesetting API for pageflip if available
21708 modesetting: move common page flip handle to pageflip.c
21720 modesetting: move ms_do_pageflip to pageflip.c
23843 Don't support flipping if ms->drmmode.pageflip == FALSE.
23855 modesetting: Always load ms->drmmode.pageflip
[all …]