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

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

Completed in 6 milliseconds