Home
last modified time | relevance | path

Searched refs:crtcs (Results 1 – 6 of 6) sorted by relevance

/hardware/intel/img/libdrm/tests/modeprint/
Dmodeprint.c49 int crtcs; variable
275 if (crtcs) { in printRes()
277 crtc = drmModeGetCrtc(fd, res->crtcs[i]); in printRes()
280 printf("Could not get crtc %i\n", res->crtcs[i]); in printRes()
282 printCrtc(fd, res, crtc, res->crtcs[i]); in printRes()
311 crtcs = 0; in args()
324 crtcs = 1; in args()
346 crtcs = 1; in args()
358 crtcs = 1; in args()
/hardware/intel/img/libdrm/tests/modetest/
Dmodetest.c218 crtc = drmModeGetCrtc(fd, resources->crtcs[i]); in dump_crtcs()
222 resources->crtcs[i], strerror(errno)); in dump_crtcs()
541 int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0; in main() local
557 crtcs = 1; in main()
585 encoders = connectors = crtcs = modes = framebuffers = 1; in main()
613 dump_resource(crtcs); in main()
/hardware/intel/img/hwcomposer/common/base/
DDrm.cpp173 if (!resources->crtcs || !resources->crtcs[j]) { in detect()
178 crtc = drmModeGetCrtc(mDrmFd, resources->crtcs[j]); in detect()
/hardware/intel/img/libdrm/libdrm/
Dxf86drmMode.h163 uint32_t *crtcs; member
Dxf86drmMode.c178 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t)); in drmModeGetResources()
/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c395 …_info = XRRGetCrtcInfo(psb_xrandr_info->dpy, psb_xrandr_info->res, psb_xrandr_info->res->crtcs[i]); in psb_xrandr_refresh()
406 p_crtc->crtc_id = psb_xrandr_info->res->crtcs[i]; in psb_xrandr_refresh()