Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c375 XRRCrtcInfo *crtc_info; in psb_xrandr_refresh() local
395crtc_info = XRRGetCrtcInfo(psb_xrandr_info->dpy, psb_xrandr_info->res, psb_xrandr_info->res->crtcs… in psb_xrandr_refresh()
396 if (crtc_info) { in psb_xrandr_refresh()
407 p_crtc->x = crtc_info->x; in psb_xrandr_refresh()
408 p_crtc->y = crtc_info->y; in psb_xrandr_refresh()
409 p_crtc->width = crtc_info->width; in psb_xrandr_refresh()
410 p_crtc->height = crtc_info->height; in psb_xrandr_refresh()
411 p_crtc->crtc_mode = crtc_info->mode; in psb_xrandr_refresh()
412 p_crtc->noutput = crtc_info->noutput; in psb_xrandr_refresh()
413 p_crtc->rotation = crtc_info->rotation; in psb_xrandr_refresh()