Searched refs:crtc_h (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/modetest/
H A Dcursor.h29 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h);
H A Dcursor.c48 uint32_t crtc_w, crtc_h; member in struct:cursor
114 } else if (y > (int)cursor->crtc_h) {
115 y = cursor->crtc_h - 1;
167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h)
177 cursor->crtc_h = crtc_h;
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) argument
H A Dmodetest.c1221 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:atomic_set_plane
1253 crtc_h = p->h * p->scale;
1257 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1272 add_property(dev, p->plane_id, "CRTC_H", crtc_h);
1281 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:set_plane
1329 crtc_h = p->h * p->scale;
1333 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1341 0, crtc_x, crtc_y, crtc_w, crtc_h,
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_video_sprite.c59 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
340 s.crtc_h = dstBox->y2 - dstBox->y1;
348 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
H A Dsna_display.c6533 uint32_t crtc_w, crtc_h; member in struct:sna_crtc_hide_planes::local_mode_set_plane
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_video_sprite.c64 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
452 s.crtc_h = dstBox->y2 - dstBox->y1;
460 s.crtc_x, s.crtc_y, s.crtc_w, s.crtc_h,
H A Dsna_display.c140 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
/xsrc/external/mit/libdrm/dist/include/drm/
H A Ddrm_mode.h306 __u32 crtc_h; member in struct:drm_mode_set_plane
/xsrc/external/mit/libdrm/dist/
H A Dxf86drmMode.h440 uint32_t crtc_w, uint32_t crtc_h,
H A Dxf86drmMode.c1133 uint32_t crtc_w, uint32_t crtc_h,
1147 s.crtc_h = crtc_h;
1130 drmModeSetPlane(int fd,uint32_t plane_id,uint32_t crtc_id,uint32_t fb_id,uint32_t flags,uint32_t crtc_x,uint32_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) argument
/xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
H A Ddrm_mode.h277 __u32 crtc_h; member in struct:drm_mode_set_plane
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h306 __u32 crtc_h; member in struct:drm_mode_set_plane

Completed in 34 milliseconds