HomeSort by: relevance | last modified time | path
    Searched defs:crtc_h (Results 1 - 9 of 9) sorted by relevancy

  /xsrc/external/mit/libdrm/dist/tests/modetest/
cursor.c 48 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;
modetest.c 1222 int crtc_x, crtc_y, crtc_w, crtc_h; local
1254 crtc_h = p->h * p->scale;
1258 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1273 add_property(dev, p->plane_id, "CRTC_H", crtc_h);
1282 int crtc_x, crtc_y, crtc_w, crtc_h; local
1330 crtc_h = p->h * p->scale;
1334 crtc_y = (crtc->mode->vdisplay - crtc_h) / 2;
1342 0, crtc_x, crtc_y, crtc_w, crtc_h,
1420 add_property(dev, p[i].plane_id, "CRTC_H", 0)
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_video_sprite.c 59 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,
sna_display.c 6533 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_video_sprite.c 64 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,
sna_display.c 140 uint32_t crtc_w, crtc_h; member in struct:local_mode_set_plane
  /xsrc/external/mit/MesaLib.old/dist/include/drm-uapi/
drm_mode.h 277 __u32 crtc_h; member in struct:drm_mode_set_plane
  /xsrc/external/mit/MesaLib/dist/include/drm-uapi/
drm_mode.h 306 __u32 crtc_h; member in struct:drm_mode_set_plane
  /xsrc/external/mit/libdrm/dist/include/drm/
drm_mode.h 306 __u32 crtc_h; member in struct:drm_mode_set_plane

Completed in 27 milliseconds