Searched defs:props (Results 1 - 3 of 3) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/common/base/
H A DDrm.cpp493 drmModePropertyPtr props; local
495 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
496 if (!props) {
500 if (strcmp(props->name, "DPMS") == 0) {
504 props->prop_id,
508 drmModeFreeProperty(props);
516 drmModeFreeProperty(props);
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
H A DDrm.cpp530 drmModePropertyPtr props; local
532 props = drmModeGetProperty(mDrmFd, out->connector->props[i]);
533 if (!props) {
537 if (strcmp(props->name, "DPMS") == 0) {
541 props->prop_id,
545 drmModeFreeProperty(props);
553 drmModeFreeProperty(props);
/hardware/intel/img/psb_video/src/x11/
H A Dpsb_xrandr.c98 Atom *props; local
107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
108 if (!props) {
116 XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i],
120 propinfo = XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]);
122 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]);
126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]);

Completed in 192 milliseconds