Home
last modified time | relevance | path

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

/external/libdrm/tests/modetest/
Dcursor.c52 uint32_t crtc_w, crtc_h; member
118 } else if (y > (int)cursor->crtc_h) { in move_cursor()
119 y = cursor->crtc_h - 1; in move_cursor()
171 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) in cursor_init() argument
181 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.c973 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local
1025 crtc_h = p->h * p->scale; in set_plane()
1029 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane()
1037 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h157 __u32 crtc_w, crtc_h; member
/external/libdrm/include/drm/
Ddrm_mode.h146 __u32 crtc_w, crtc_h; member
/external/libdrm/
Dxf86drmMode.h462 uint32_t crtc_w, uint32_t crtc_h,
Dxf86drmMode.c913 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument
927 s.crtc_h = crtc_h; in drmModeSetPlane()