Home
last modified time | relevance | path

Searched refs:crtc_w (Results 1 – 7 of 7) sorted by relevance

/external/libdrm/tests/modetest/
Dcursor.c52 uint32_t crtc_w, crtc_h; member
110 } else if (x > (int)cursor->crtc_w) { in move_cursor()
111 x = cursor->crtc_w - 1; in move_cursor()
171 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h) in cursor_init() argument
180 cursor->crtc_w = crtc_w; in cursor_init()
Dcursor.h29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
Dmodetest.c966 int crtc_x, crtc_y, crtc_w, crtc_h; in set_plane() local
1029 crtc_w = p->w * p->scale; in set_plane()
1033 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2; in set_plane()
1042 plane_flags, crtc_x, crtc_y, crtc_w, crtc_h, in set_plane()
/external/kernel-headers/original/uapi/drm/
Ddrm_mode.h189 __u32 crtc_w; member
/external/libdrm/include/drm/
Ddrm_mode.h181 __u32 crtc_w; member
/external/libdrm/
Dxf86drmMode.h488 uint32_t crtc_w, uint32_t crtc_h,
Dxf86drmMode.c970 uint32_t crtc_w, uint32_t crtc_h, in drmModeSetPlane() argument
983 s.crtc_w = crtc_w; in drmModeSetPlane()