Home
last modified time | relevance | path

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

/third_party/libdrm/tests/modetest/
Dcursor.c48 uint32_t crtc_w, crtc_h; member
114 } else if (y > (int)cursor->crtc_h) { in move_cursor()
115 y = cursor->crtc_h - 1; in move_cursor()
167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) in cursor_init() argument
177 cursor->crtc_h = crtc_h; in cursor_init()
Dcursor.h29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
Dmodetest.c1202 int crtc_x, crtc_y, crtc_w, crtc_h; in atomic_set_plane() local
1234 crtc_h = p->h * p->scale; in atomic_set_plane()
1238 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in atomic_set_plane()
1253 add_property(dev, p->plane_id, "CRTC_H", crtc_h); in atomic_set_plane()
1262 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local
1310 crtc_h = p->h * p->scale; in set_plane()
1314 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane()
1322 0, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
/third_party/libdrm/include/drm/
Ddrm_mode.h276 __u32 crtc_h; member
/third_party/libdrm/
Dxf86drmMode.h507 uint32_t crtc_w, uint32_t crtc_h,
Dxf86drmMode.c984 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument
998 s.crtc_h = crtc_h; in drmModeSetPlane()
/third_party/mesa3d/include/drm-uapi/
Ddrm_mode.h306 __u32 crtc_h; member