Searched refs:crtc_w (Results 1 – 9 of 9) sorted by relevance
/external/libdrm/tests/modetest/ |
D | cursor.c | 48 uint32_t crtc_w, crtc_h; member 106 } else if (x > (int)cursor->crtc_w) { in move_cursor() 107 x = cursor->crtc_w - 1; in move_cursor() 167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) in cursor_init() argument 176 cursor->crtc_w = crtc_w; in cursor_init()
|
D | cursor.h | 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
|
D | modetest.c | 1059 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local 1123 crtc_w = p->w * p->scale; in set_plane() 1127 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in set_plane() 1136 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
|
/external/libkmsxx/py/tests/ |
D | rottest.py | 48 crtc_w = int(fb_w * x_scale) 52 tmp = crtc_w 53 crtc_w = crtc_h 56 crtc_x = int(mode.hdisplay / 2 - crtc_w / 2) 68 crtc_x, crtc_y, crtc_w, crtc_h)) 86 "CRTC_W": crtc_w,
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 240 __u32 crtc_w; member
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 257 __u32 crtc_w; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 276 __u32 crtc_w; member
|
/external/libdrm/ |
D | xf86drmMode.h | 489 uint32_t crtc_w, uint32_t crtc_h,
|
D | xf86drmMode.c | 982 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument 995 s.crtc_w = crtc_w; in drmModeSetPlane()
|