Searched refs:output_id (Results 1 – 2 of 2) sorted by relevance
/hardware/intel/img/psb_video/src/x11/ |
D | psb_xrandr.c | 107 …props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &… in psb_xrandr_hdmi_property() 109 …EBUG_ERROR, "Xrandr: XRRListOutputProperties failed\n", psb_xrandr_info->extend_output->output_id); in psb_xrandr_hdmi_property() 113 …Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, nprop); in psb_xrandr_hdmi_property() 116 … XRRGetOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i], in psb_xrandr_hdmi_property() 120 … XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, props[i]); in psb_xrandr_hdmi_property() 122 …"Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, props[i]); in psb_xrandr_hdmi_property() 459 p_output->output_id = psb_xrandr_info->res->outputs[i]; in psb_xrandr_refresh()
|
D | psb_xrandr.h | 124 RROutput output_id; member
|