Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c170 int allow_overlay; member
534 ctx->allow_overlay = drm_get_config_int(ctx, OPT_ALLOW_OVERLAY, 0); in drm_get_ctx()
536 if (ctx->allow_overlay) in drm_get_ctx()
695 int allow_overlay) in drm_crtc_bind_plane() argument
731 if (!allow_overlay && value == DRM_PLANE_TYPE_OVERLAY) in drm_crtc_bind_plane()
1109 if (ctx->allow_overlay) { in drm_crtc_prepare()