HomeSort by relevance Sort by last modified time
    Searched refs:extend_output (Results 1 - 2 of 2) sorted by null

  /hardware/intel/img/psb_video/src/x11/
psb_xrandr.c 107 props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &nprop);
109 drv_debug_msg(VIDEO_DEBUG_ERROR, "Xrandr: XRRListOutputProperties failed\n", psb_xrandr_info->extend_output->output_id);
113 drv_debug_msg(VIDEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop);
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]);
297 psb_xrandr_info->extend_output = p_output;
306 psb_xrandr_info->extend_output = NULL;
    [all...]
psb_xrandr.h 139 psb_xrandr_output_p extend_output; member in struct:_psb_xrandr_info_s

Completed in 60 milliseconds