/external/libdrm/tests/modetest/ |
D | cursor.c | 48 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()
|
D | cursor.h | 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
|
D | modetest.c | 1202 int crtc_x, crtc_y, crtc_w, crtc_h; in atomic_set_plane() local 1234 crtc_h = p->h * p->scale; in atomic_set_plane() 1238 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in atomic_set_plane() 1253 add_property(dev, p->plane_id, "CRTC_H", crtc_h); in atomic_set_plane() 1262 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local 1310 crtc_h = p->h * p->scale; in set_plane() 1314 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane() 1322 0, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
|
/external/libkmsxx/py/tests/ |
D | rottest.py | 49 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/igt-gpu-tools/tests/ |
D | kms_chamelium.c | 2059 uint32_t crtc_h, int32_t crtc_x, int32_t crtc_y, in configure_plane() argument 2065 igt_plane_set_size(plane, crtc_w, crtc_h); in configure_plane() 2076 uint32_t *crtc_w, uint32_t *crtc_h, in randomize_plane_coordinates() argument 2095 *crtc_h = (rand() % mode->vdisplay) + 1; in randomize_plane_coordinates() 2113 ratio = ((double) *crtc_h / *src_h); in randomize_plane_coordinates() 2115 *src_h = *crtc_h * 2; in randomize_plane_coordinates() 2117 *crtc_h = *src_h; in randomize_plane_coordinates() 2119 *crtc_h = *src_h * 3; in randomize_plane_coordinates() 2122 *crtc_h = *src_h; in randomize_plane_coordinates() 2125 if (*crtc_w != *src_w || *crtc_h != *src_h) { in randomize_plane_coordinates() [all …]
|
D | testdisplay.c | 94 int crtc_x, crtc_y, crtc_w, crtc_h, width, height; variable 231 cairo_rectangle(cr, crtc_x, crtc_y, crtc_w, crtc_h); in paint_color_key() 666 &crtc_w, &crtc_h) != 6) in opt_handler()
|
D | kms_atomic_interruptible.c | 233 .crtc_h = fb2.height, in run_plane_test()
|
/external/libkmsxx/py/pykms/ |
D | __init__.py | 123 crtc_h = int(round(dst[3])) 128 m["CRTC_H"] = crtc_h
|
/external/igt-gpu-tools/overlay/kms/ |
D | kms-overlay.c | 97 s.crtc_h = image->height; in attach_to_crtc()
|
/external/libdrm/ |
D | xf86drmMode.h | 409 uint32_t crtc_w, uint32_t crtc_h,
|
D | xf86drmMode.c | 989 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument 1003 s.crtc_h = crtc_h; in drmModeSetPlane()
|
/external/libdrm/include/drm/ |
D | drm_mode.h | 285 __u32 crtc_h; member
|
/external/kernel-headers/original/uapi/drm/ |
D | drm_mode.h | 306 __u32 crtc_h; member
|
/external/igt-gpu-tools/include/drm-uapi/ |
D | drm_mode.h | 277 __u32 crtc_h; member
|
/external/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 285 __u32 crtc_h; member
|
/external/igt-gpu-tools/lib/ |
D | igt_kms.c | 2647 uint32_t crtc_h; in igt_drm_plane_commit() local 2685 crtc_h = plane->values[IGT_PLANE_CRTC_H]; in igt_drm_plane_commit() 2694 crtc_x, crtc_y, crtc_w, crtc_h); in igt_drm_plane_commit() 2702 crtc_w, crtc_h, in igt_drm_plane_commit()
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 36653 …<var-decl name="crtc_h" type-id="8f92235e" visibility="default" filepath="include/drm/drm_plane.h"… 39377 …<var-decl name="crtc_h" type-id="8f92235e" visibility="default" filepath="include/drm/drm_plane.h"…
|
D | test-PR27569-v0.abi | 36624 …<var-decl name="crtc_h" type-id="8f92235e" visibility="default" filepath="include/drm/drm_plane.h"… 39348 …<var-decl name="crtc_h" type-id="8f92235e" visibility="default" filepath="include/drm/drm_plane.h"…
|