Searched refs:crtc_w (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
106 } else if (x > (int)cursor->crtc_w) {
107 x = cursor->crtc_w - 1;
167 uint32_t crtc_w, uint32_t crtc_h, uint32_t w, uint32_t h)
176 cursor->crtc_w = crtc_w;
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
1252 crtc_w = p->w * p->scale;
1256 crtc_x = (crtc->mode->hdisplay - crtc_w) / 2;
1271 add_property(dev, p->plane_id, "CRTC_W", crtc_w);
1281 int crtc_x, crtc_y, crtc_w, crtc_h; local in function:set_plane
1328 crtc_w = p->w * p->scale;
1332 crtc_x = (crtc->mode->hdisplay - crtc_w) / 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
339 s.crtc_w = dstBox->x2 - dstBox->x1;
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
451 s.crtc_w = dstBox->x2 - dstBox->x1;
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.h305 __u32 crtc_w; 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,
1146 s.crtc_w = crtc_w;
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.h276 __u32 crtc_w; member in struct:drm_mode_set_plane
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Ddrm_mode.h305 __u32 crtc_w; member in struct:drm_mode_set_plane

Completed in 36 milliseconds