Searched refs:crtc_h (Results 1 – 9 of 9) sorted by relevance
/third_party/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 | 1181 int crtc_x, crtc_y, crtc_w, crtc_h; in atomic_set_plane() local 1213 crtc_h = p->h * p->scale; in atomic_set_plane() 1217 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in atomic_set_plane() 1232 add_property(dev, p->plane_id, "CRTC_H", crtc_h); in atomic_set_plane() 1241 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local 1289 crtc_h = p->h * p->scale; in set_plane() 1293 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2; in set_plane() 1301 0, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
|
/third_party/libdrm/ |
D | xf86drmMode.h | 420 uint32_t crtc_w, uint32_t crtc_h,
|
D | xf86drmMode.c | 1100 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument 1114 s.crtc_h = crtc_h; in drmModeSetPlane()
|
/third_party/mesa3d/include/drm-uapi/ |
D | drm_mode.h | 306 __u32 crtc_h; member
|
/third_party/libdrm/include/drm/ |
D | drm_mode.h | 306 __u32 crtc_h; member
|
/third_party/libabigail/tests/data/test-diff-filter/ |
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"…
|
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"…
|