Lines Matching refs:ent
617 PixmapDirtyUpdatePtr ent;
620 xorg_list_for_each_entry(ent, &primary_screen->pixmap_dirty_list, ent) {
621 if (!radeon_dirty_src_equals(dirty, ent->secondary_dst))
624 region = dirty_region(ent);
625 redisplay_dirty(ent, region);
713 xorg_list_for_each_entry(dirty, &screen->pixmap_dirty_list, ent) {
819 radeon_prime_scanout_flip(PixmapDirtyUpdatePtr ent)
821 ScreenPtr screen = ent->secondary_dst->drawable.pScreen;
824 xf86CrtcPtr crtc = radeon_prime_dirty_to_crtc(ent);
889 PixmapDirtyUpdatePtr ent;
892 xorg_list_for_each_entry(ent, &screen->pixmap_dirty_list, ent) {
894 PixmapDirtyUpdatePtr region_ent = ent;
896 if (primary_has_sync_shared_pixmap(scrn, ent)) {
897 ScreenPtr primary_screen = radeon_dirty_primary(ent);
899 xorg_list_for_each_entry(region_ent, &primary_screen->pixmap_dirty_list, ent) {
900 if (radeon_dirty_src_equals(ent, region_ent->secondary_dst))
908 xf86CrtcPtr crtc = radeon_prime_dirty_to_crtc(ent);
915 radeon_prime_scanout_flip(ent);
917 radeon_prime_scanout_update(ent);
924 if (secondary_has_sync_shared_pixmap(scrn, ent))
927 region = dirty_region(ent);
928 redisplay_dirty(ent, region);