Searched refs:crtc_w (Results 1 - 7 of 7) sorted by relevance
/third_party/libdrm/tests/modetest/ |
H A 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() 176 cursor->crtc_w = crtc_w; in cursor_init() 166 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) cursor_init() argument
|
H A D | cursor.h | 29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
|
H A D | modetest.c | 1181 int crtc_x, crtc_y, crtc_w, crtc_h; in atomic_set_plane() local 1212 crtc_w = p->w * p->scale; in atomic_set_plane() 1216 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in atomic_set_plane() 1231 add_property(dev, p->plane_id, "CRTC_W", crtc_w); in atomic_set_plane() 1241 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local 1288 crtc_w = p->w * p->scale; in set_plane() 1292 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in set_plane() 1301 0, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | drm_mode.h | 305 __u32 crtc_w; member
|
/third_party/libdrm/include/drm/ |
H A D | drm_mode.h | 305 __u32 crtc_w; member
|
/third_party/libdrm/ |
H A D | xf86drmMode.h | 420 uint32_t crtc_w, uint32_t crtc_h,
|
H A D | xf86drmMode.c | 1100 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() 1113 s.crtc_w = crtc_w; in drmModeSetPlane() 1097 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) drmModeSetPlane() argument
|
Completed in 12 milliseconds