Searched refs:p_crtc (Results 1 – 1 of 1) sorted by relevance
88 psb_xrandr_crtc_p p_crtc; in get_crtc_by_id() local89 for (p_crtc = psb_xrandr_info->crtc_head; p_crtc; p_crtc = p_crtc->next) in get_crtc_by_id()90 if (p_crtc->crtc_id == crtc_id) in get_crtc_by_id()91 return p_crtc; in get_crtc_by_id()377 psb_xrandr_crtc_p p_crtc; in psb_xrandr_refresh() local397 p_crtc = (psb_xrandr_crtc_p)calloc(1, sizeof(psb_xrandr_crtc_s)); in psb_xrandr_refresh()398 if (!p_crtc) { in psb_xrandr_refresh()404 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail = p_crtc; in psb_xrandr_refresh()406 p_crtc->crtc_id = psb_xrandr_info->res->crtcs[i]; in psb_xrandr_refresh()407 p_crtc->x = crtc_info->x; in psb_xrandr_refresh()[all …]