Searched refs:extend_output (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 …L, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_output->output_id, np… 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 …propinfo = XRRQueryOutputProperty(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id,… in psb_xrandr_hdmi_property() 122 …ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_output->output_id, pr… in psb_xrandr_hdmi_property() 297 psb_xrandr_info->extend_output = p_output; in psb_xrandr_coordinate_init() 306 psb_xrandr_info->extend_output = NULL; in psb_xrandr_coordinate_init()
|
D | psb_xrandr.h | 139 psb_xrandr_output_p extend_output; member
|