Lines Matching refs:secondary
513 Create a shared pixmap on the secondary screen using the handle.
516 Set secondary screen to scanout shared linear pixmap.
522 Create another shared pixmap on the secondary screen using the handle.
523 Set secondary screen to prepare for scanout and flipping between shared
526 screen pixmap when prompted to by us or the secondary.
528 defer to the secondary.
598 ErrorF("randr: failed to set shadow secondary pixmap\n");
636 ScreenPtr secondary;
669 xorg_list_for_each_entry(secondary, &pScreen->secondary_list, secondary_head) {
670 rrScrPrivPtr secondary_priv = rrGetScrPriv(secondary);
672 if (!secondary->is_output_secondary)
988 ScreenPtr secondary= NULL;
993 xorg_list_for_each_entry(secondary, &pScreen->secondary_list, secondary_head) {
994 if (!secondary->is_output_secondary)
996 if (RRCrtcInScreen(secondary, findCrtc))
1931 ScreenPtr secondary;
1942 xorg_list_for_each_entry(secondary, &pScreen->secondary_list, secondary_head) {
1943 if (!secondary->is_output_secondary)
1946 ret = check_all_screen_crtcs(secondary, x, y);
1956 xorg_list_for_each_entry(secondary, &pScreen->secondary_list, secondary_head) {
1957 if (!secondary->is_output_secondary)
1960 ret = constrain_all_screen_crtcs(pDev, secondary, x, y);