/hardware/intel/img/libdrm/tests/modeprint/ |
modeprint.c | 49 int crtcs; variable 275 if (crtcs) { 277 crtc = drmModeGetCrtc(fd, res->crtcs[i]); 280 printf("Could not get crtc %i\n", res->crtcs[i]); 282 printCrtc(fd, res, crtc, res->crtcs[i]); 311 crtcs = 0; 323 } else if (strcmp(argv[i], "-crtcs") == 0) { 324 crtcs = 1; 346 crtcs = 1; 358 crtcs = 1 [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/ |
native_modeset.h | 51 * Get the available physical connectors and the number of CRTCs. 78 * This interface does not export a way to query capabilities of the CRTCs.
|
/external/mesa3d/src/gallium/state_trackers/egl/common/ |
native_modeset.h | 51 * Get the available physical connectors and the number of CRTCs. 78 * This interface does not export a way to query capabilities of the CRTCs.
|
/hardware/intel/img/libdrm/tests/modetest/ |
modetest.c | 121 printf("id\tcrtc\ttype\tpossible crtcs\tpossible clones\t\n"); 215 printf("CRTCs:\n"); 218 crtc = drmModeGetCrtc(fd, resources->crtcs[i]); 222 resources->crtcs[i], strerror(errno)); 527 fprintf(stderr, "\t-p\tlist CRTCs (pipes)\n"); 541 int encoders = 0, connectors = 0, crtcs = 0, framebuffers = 0; local 557 crtcs = 1; 585 encoders = connectors = crtcs = modes = framebuffers = 1; 613 dump_resource(crtcs);
|
/external/chromium_org/ui/ozone/platform/dri/ |
dri_util.cc | 51 IsCrtcInUse(resources->crtcs[j], displays)) { 56 return resources->crtcs[j];
|
hardware_display_controller.h | 38 // to be compatible to multiple CRTCs and each connector can be used with 77 // Note that it is possible to have more connectors than CRTCs which means that
|
/external/chromium_org/ui/display/chromeos/x11/ |
native_display_delegate_x11.cc | 397 if (info->crtcs[i] != *last_used_crtc) { 398 crtc = info->crtcs[i]; 542 if (screen_->crtcs[i] == x11_output->crtc()) { 549 ConfigureCrtc(screen_->crtcs[i], None, None, 0, 0); 557 // At the same time, turning CRTCs off and back on uses up a lot of time. 559 // - We set the new modes on CRTCs, if they fit in both the old and new 561 // - We disable the CRTCs we will need but don't fit in the old FB. Those 564 // not interested in the state we are setting - we just try to get the CRTCs 681 // Configuring CRTCs/Framebuffer clears the boot screen image. Paint the
|
native_display_delegate_x11.h | 111 // Destroys unused CRTCs. 114 // Parks used CRTCs in a way which allows a framebuffer resize. This is faster
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/drm/ |
native_drm.h | 69 /* save the original settings of the CRTCs */
|
modeset.c | 380 return drmdpy->resources->crtcs[idx];
|
/external/mesa3d/src/gallium/state_trackers/egl/drm/ |
native_drm.h | 69 /* save the original settings of the CRTCs */
|
modeset.c | 380 return drmdpy->resources->crtcs[idx];
|
/hardware/intel/img/hwcomposer/common/base/ |
Drm.cpp | 173 if (!resources->crtcs || !resources->crtcs[j]) { 174 ELOGTRACE("fail to get drm resources crtcs, error: %s", strerror(errno)); 178 crtc = drmModeGetCrtc(mDrmFd, resources->crtcs[j]);
|
/hardware/intel/img/libdrm/libdrm/ |
xf86drmMode.h | 163 uint32_t *crtcs; member in struct:_drmModeRes
|
xf86drmMode.c | 178 r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.count_crtcs, sizeof(uint32_t));
|
/external/chromium_org/remoting/host/ |
desktop_resizer_linux.cc | 109 return resources_->crtcs[0];
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xorg/ |
xorg_crtc.c | 425 drm_crtc = drmModeGetCrtc(ms->fd, res->crtcs[c]);
|
xorg_driver.c | 232 * re-enable all the crtcs again. For real HW we might want to do this [all...] |
/external/mesa3d/src/gallium/state_trackers/xorg/ |
xorg_crtc.c | 425 drm_crtc = drmModeGetCrtc(ms->fd, res->crtcs[c]);
|
xorg_driver.c | 232 * re-enable all the crtcs again. For real HW we might want to do this [all...] |
/hardware/intel/img/psb_video/src/x11/ |
psb_xrandr.c | 395 crtc_info = XRRGetCrtcInfo(psb_xrandr_info->dpy, psb_xrandr_info->res, psb_xrandr_info->res->crtcs[i]); 406 p_crtc->crtc_id = psb_xrandr_info->res->crtcs[i]; [all...] |
/external/kernel-headers/original/uapi/drm/ |
drm.h | 465 /* bits 1-6 are reserved for high crtcs */
|