Home
last modified time | relevance | path

Searched refs:extend_output (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c107 …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()
Dpsb_xrandr.h139 psb_xrandr_output_p extend_output; member