Searched refs:crtc_h (Results 1 – 7 of 7) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 52 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()
|
D | cursor.h | 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
|
D | modetest.c | 973 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/ |
D | drm_mode.h | 157 __u32 crtc_w, crtc_h; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 146 __u32 crtc_w, crtc_h; member
|
/external/libdrm/ |
D | xf86drmMode.h | 462 uint32_t crtc_w, uint32_t crtc_h,
|
D | xf86drmMode.c | 913 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument 927 s.crtc_h = crtc_h; in drmModeSetPlane()
|