Searched refs:crtc_x (Results 1 - 5 of 5) sorted by relevance
/third_party/libdrm/tests/modetest/ |
H A D | modetest.c | 523 ovr->crtc_x, ovr->crtc_y, ovr->x, ovr->y, in dump_planes() 1181 int crtc_x, crtc_y, crtc_w, crtc_h; in atomic_set_plane() local 1216 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in atomic_set_plane() 1219 crtc_x = p->x; in atomic_set_plane() 1229 add_property(dev, p->plane_id, "CRTC_X", crtc_x); in atomic_set_plane() 1241 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local 1292 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in set_plane() 1295 crtc_x = p->x; in set_plane() 1301 0, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 249 uint32_t crtc_x, crtc_y; member 419 int32_t crtc_x, int32_t crtc_y,
|
H A D | xf86drmMode.c | 1099 int32_t crtc_x, int32_t crtc_y, in drmModeSetPlane() 1111 s.crtc_x = crtc_x; in drmModeSetPlane() 1097 drmModeSetPlane(int fd, uint32_t plane_id, uint32_t crtc_id, uint32_t fb_id, uint32_t flags, int32_t crtc_x, int32_t crtc_y, uint32_t crtc_w, uint32_t crtc_h, uint32_t src_x, uint32_t src_y, uint32_t src_w, uint32_t src_h) drmModeSetPlane() argument
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 303 __s32 crtc_x; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 303 __s32 crtc_x; member
|
Completed in 11 milliseconds