Home
last modified time | relevance | path

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

/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch58 + int crtc_pipe = -1;
73 + crtc_pipe ++;
75 + resources->crtcs[crtc_pipe]);
/OK3568_Linux_fs/buildroot/package/weston/
H A D0006-backend-drm-Bind-Nth-primary-plane-to-Nth-CRTC.patch58 + int crtc_pipe = -1;
73 + crtc_pipe ++;
75 + resources->crtcs[crtc_pipe]);
/OK3568_Linux_fs/external/gstreamer-rockchip/gst/kmssrc/
H A Dgstkmssrc.c374 guint crtc_pipe = 0; in gst_kms_src_get_crtc_pipe() local
386 crtc_pipe = i; in gst_kms_src_get_crtc_pipe()
391 return crtc_pipe; in gst_kms_src_get_crtc_pipe()
424 guint crtc_pipe = gst_kms_src_get_crtc_pipe (self, crtc_id); in gst_kms_src_sync_vblank() local
427 if (crtc_pipe == 1) in gst_kms_src_sync_vblank()
429 else if (crtc_pipe > 1) in gst_kms_src_sync_vblank()
430 vbl.request.type |= crtc_pipe << DRM_VBLANK_HIGH_CRTC_SHIFT; in gst_kms_src_sync_vblank()
447 GST_DEBUG_OBJECT (self, "sync vblank with CRTC: %d(%d)", crtc_id, crtc_pipe); in gst_kms_src_sync_vblank()
/OK3568_Linux_fs/external/drm-cursor/
H A Ddrm_cursor.c133 uint32_t crtc_pipe; member
603 crtc->crtc_pipe = i; in drm_get_ctx()
720 if (!(plane->plane->possible_crtcs & (1 << crtc->crtc_pipe))) in drm_crtc_bind_plane()