Home
last modified time | relevance | path

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

/external/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.c1059 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local
1124 crtc_h = p->h * p->scale; in set_plane()
1128 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane()
1136 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
/external/libkmsxx/py/tests/
Drottest.py49 crtc_h = int(fb_h * y_scale)
53 crtc_w = crtc_h
54 crtc_h = tmp
57 crtc_y = int(mode.vdisplay / 2 - crtc_h / 2)
68 crtc_x, crtc_y, crtc_w, crtc_h))
87 "CRTC_H": crtc_h,
/external/mesa3d/include/drm-uapi/
Ddrm_mode.h241 __u32 crtc_h; member
/external/libdrm/include/drm/
Ddrm_mode.h258 __u32 crtc_h; member
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h277 __u32 crtc_h; member
/external/libdrm/
Dxf86drmMode.h489 uint32_t crtc_w, uint32_t crtc_h,
Dxf86drmMode.c982 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument
996 s.crtc_h = crtc_h; in drmModeSetPlane()