Home
last modified time | relevance | path

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

/third_party/libdrm/
Dcore-symbols.txt146 drmModeSetPlane
Dxf86drmMode.h504 extern int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
Dxf86drmMode.c981 drm_public int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, in drmModeSetPlane() function
/third_party/libdrm/tests/kms/
Dlibkms-test-plane.c119 err = drmModeSetPlane(device->fd, plane->id, plane->crtc->id, fb->id, in kms_plane_set()
/third_party/weston/libweston/backend-drm/
Ddrm.c982 drmModeSetPlane(plane->backend->drm.fd, plane->plane_id, in drm_plane_destroy()
2529 drmModeSetPlane(b->drm.fd, in session_notify()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c1665 ret = drmModeSetPlane (self->fd, self->plane_id, self->crtc_id, fb_id, 0, in gst_kms_sink_show_frame()
/third_party/libdrm/tests/modetest/
Dmodetest.c1321 if (drmModeSetPlane(dev->fd, plane_id, p->crtc_id, p->fb_id, in set_plane()
/third_party/gstreamer/gstplugins_bad/
DChangeLog60766 Retry the drmModeSetPlane call without scaling if the first try fails,
68695 to drmModeSetPlane, which resulted in a portion of the video
74738 The element uses planes to render through drmModeSetPlane().