Searched refs:drmModeSetPlane (Results 1 – 8 of 8) sorted by relevance
/third_party/libdrm/ |
D | core-symbols.txt | 146 drmModeSetPlane
|
D | xf86drmMode.h | 504 extern int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id,
|
D | xf86drmMode.c | 981 drm_public int drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, in drmModeSetPlane() function
|
/third_party/libdrm/tests/kms/ |
D | libkms-test-plane.c | 119 err = drmModeSetPlane(device->fd, plane->id, plane->crtc->id, fb->id, in kms_plane_set()
|
/third_party/weston/libweston/backend-drm/ |
D | drm.c | 982 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/ |
D | gstkmssink.c | 1665 ret = drmModeSetPlane (self->fd, self->plane_id, self->crtc_id, fb_id, 0, in gst_kms_sink_show_frame()
|
/third_party/libdrm/tests/modetest/ |
D | modetest.c | 1321 if (drmModeSetPlane(dev->fd, plane_id, p->crtc_id, p->fb_id, in set_plane()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 60766 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().
|