Home
last modified time | relevance | path

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

/hardware/intel/img/psb_video/src/x11/
Dpsb_xrandr.c385 psb_xrandr_info->crtc_tail = psb_xrandr_info->crtc_head->next; 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()
415 psb_xrandr_info->crtc_tail->next = p_crtc; in psb_xrandr_refresh()
417 psb_xrandr_info->crtc_tail = p_crtc; in psb_xrandr_refresh()
805 psb_xrandr_info->crtc_tail = psb_xrandr_info->crtc_head->next; in psb_xrandr_deinit()
809 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail; in psb_xrandr_deinit()
811 psb_xrandr_info->crtc_head = psb_xrandr_info->crtc_tail = NULL; in psb_xrandr_deinit()
Dpsb_xrandr.h157 psb_xrandr_crtc_p crtc_head, crtc_tail; member