Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0052-backend-drm-Allow-pageflip-error.patch26 if (device->atomic_modeset)
51 if (device->atomic_modeset)
H A D0005-HACK-backend-drm-Disable-DRM_CLIENT_CAP_ASPECT_RATIO.patch28 if (!device->atomic_modeset || getenv("WESTON_FORCE_RENDERER"))
H A D0040-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch22 assert(device->atomic_modeset);
H A D0062-backend-drm-Allow-overriding-plane-type-when-using-a.patch66 + if (!device->atomic_modeset)
H A D0042-backend-drm-Support-modifier.patch200 device->atomic_modeset ? "supports" : "does not support");
/OK3568_Linux_fs/buildroot/package/weston/
H A D0052-backend-drm-Allow-pageflip-error.patch26 if (device->atomic_modeset)
51 if (device->atomic_modeset)
H A D0040-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch22 assert(device->atomic_modeset);
H A D0005-HACK-backend-drm-Disable-DRM_CLIENT_CAP_ASPECT_RATIO.patch28 if (!device->atomic_modeset || getenv("WESTON_FORCE_RENDERER"))
H A D0061-backend-drm-Allow-overriding-plane-type-when-using-a.patch66 + if (!device->atomic_modeset)
H A D0042-backend-drm-Support-modifier.patch200 device->atomic_modeset ? "supports" : "does not support");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0049-backend-drm-Allow-pageflip-error.patch26 if (b->atomic_modeset)
51 if (b->atomic_modeset)
H A D0004-HACK-backend-drm-Disable-DRM_CLIENT_CAP_ASPECT_RATIO.patch28 if (!b->atomic_modeset || getenv("WESTON_FORCE_RENDERER"))
H A D0037-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch22 assert(b->atomic_modeset);
H A D0058-backend-drm-Allow-overriding-plane-type-when-using-a.patch66 + if (!b->atomic_modeset)
H A D0039-backend-drm-Support-modifier.patch218 b->atomic_modeset ? "supports" : "does not support");
/OK3568_Linux_fs/external/xserver/hw/xfree86/drivers/modesetting/
H A Ddriver.h121 Bool atomic_modeset; member
H A Ddrmmode_display.c601 return ms->atomic_modeset; in drmmode_crtc_can_test_mode()
655 assert(ms->atomic_modeset); in drmmode_set_dpms()
711 assert(ms->atomic_modeset); in drmmode_output_dpms_atomic()
756 assert(ms->atomic_modeset); in drmmode_crtc_disable()
944 if (ms->atomic_modeset) { in drmmode_crtc_set_mode()
1658 if (ms->atomic_modeset) { in drmmode_crtc_dpms()
2313 if (!ms->atomic_modeset) in drmmode_crtc_destroy()
2617 if (1 || ms->atomic_modeset) { in drmmode_crtc_init()
3008 if (ms->atomic_modeset) { in drmmode_output_dpms()
3536 if (!ms->atomic_modeset) { in drmmode_output_init()
[all …]
H A Dpresent.c256 if (!ms->atomic_modeset && in ms_present_check_unflip()
H A Ddriver.c1150 ms->atomic_modeset = (ret == 0); in PreInit()
1152 ms->atomic_modeset = FALSE; in PreInit()
1156 ms->atomic_modeset = 0; in PreInit()
1846 if (ms->atomic_modeset) in ScreenInit()