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

/external/libdrm/tests/modetest/
H A Dcursor.h29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
H A Dcursor.c52 uint32_t crtc_w, crtc_h; member in struct:cursor
118 } else if (y > (int)cursor->crtc_h) {
119 y = cursor->crtc_h - 1;
171 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h)
181 cursor->crtc_h = crtc_h;
170 cursor_init(int fd, uint32_t bo_handle, uint32_t crtc_id, uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) argument
H A Dmodetest.c959 int crtc_x, crtc_y, crtc_w, crtc_h; local
1013 crtc_h = p->h * p->scale;
1017 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1025 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h,
/external/kernel-headers/original/uapi/drm/
H A Ddrm_mode.h170 __u32 crtc_h; member in struct:drm_mode_set_plane
/external/libdrm/include/drm/
H A Ddrm_mode.h154 __u32 crtc_w, crtc_h; member in struct:drm_mode_set_plane
/external/libdrm/
H A Dxf86drmMode.h475 uint32_t crtc_w, uint32_t crtc_h,
H A Dxf86drmMode.c938 uint32_t crtc_w, uint32_t crtc_h,
952 s.crtc_h = crtc_h;
935 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) argument

Completed in 199 milliseconds