Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c36 psb_xrandr_info_p psb_xrandr_info; variable
89 for (p_crtc = psb_xrandr_info->crtc_head; p_crtc; p_crtc = p_crtc->next) in get_crtc_by_id()
107 …props = XRRListOutputProperties(psb_xrandr_info->dpy, psb_xrandr_info->extend_output->output_id, &… in psb_xrandr_hdmi_property()
109 …g_msg(VIDEO_DEBUG_ERROR, "Xrandr: XRRListOutputProperties failed\n", psb_xrandr_info->extend_outpu… in psb_xrandr_hdmi_property()
113 …DEO_DEBUG_GENERAL, "Xrandr: extend output %08x has %d properties\n", psb_xrandr_info->extend_outpu… 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 …msg(VIDEO_DEBUG_ERROR, "Xrandr: get output %08x prop %08x failed\n", psb_xrandr_info->extend_outpu… in psb_xrandr_hdmi_property()
126 prop_name = XGetAtomName(psb_xrandr_info->dpy, props[i]); in psb_xrandr_hdmi_property()
130 psb_xrandr_info->hdmi_extvideo_prop->ExtVideoMode = (int)((INT32*)prop)[0]; in psb_xrandr_hdmi_property()
[all …]