Searched refs:shadow_crtc (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
H A Dsna_display.c1121 list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link) {
1164 list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link)
1178 list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link)
1239 while (!list_is_empty(&sna->mode.shadow_crtc)) {
1241 list_first_entry(&sna->mode.shadow_crtc, struct sna_crtc, shadow_link);
5888 list_init(&sna->mode.shadow_crtc);
6927 list_move(&sna_crtc->shadow_link, &sna->mode.shadow_crtc);
6939 while (!list_is_empty(&sna->mode.shadow_crtc)) {
6942 list_first_entry(&sna->mode.shadow_crtc,
H A Dsna.h293 struct list shadow_crtc; member in struct:sna::sna_mode
/xsrc/external/mit/xf86-video-intel/dist/src/sna/
H A Dsna_display.c1722 list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link) {
1762 list_for_each_entry(crtc, &sna->mode.shadow_crtc, shadow_link)
1815 while (!list_is_empty(&sna->mode.shadow_crtc)) {
1817 list_first_entry(&sna->mode.shadow_crtc, struct sna_crtc, shadow_link);
7720 list_init(&sna->mode.shadow_crtc);
8994 list_move(&sna_crtc->shadow_link, &sna->mode.shadow_crtc);
9006 while (!list_is_empty(&sna->mode.shadow_crtc)) {
9009 list_first_entry(&sna->mode.shadow_crtc,
H A Dsna.h322 struct list shadow_crtc; member in struct:sna::sna_mode

Completed in 23 milliseconds