Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c89 for (p_crtc = psb_xrandr_info->crtc_head; p_crtc; p_crtc = p_crtc->next) in get_crtc_by_id()
383 if (psb_xrandr_info->crtc_head) { in psb_xrandr_refresh()
384 while (psb_xrandr_info->crtc_head) { in psb_xrandr_refresh()
385 psb_xrandr_info->crtc_tail = psb_xrandr_info->crtc_head->next; in psb_xrandr_refresh()
387 free(psb_xrandr_info->crtc_head); in psb_xrandr_refresh()
389 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail; in psb_xrandr_refresh()
391 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail = NULL; in psb_xrandr_refresh()
404 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail = p_crtc; in psb_xrandr_refresh()
803 if (psb_xrandr_info->crtc_head) { in psb_xrandr_deinit()
804 while (psb_xrandr_info->crtc_head) { in psb_xrandr_deinit()
[all …]
Dpsb_xrandr.h157 psb_xrandr_crtc_p crtc_head, crtc_tail; member