Searched refs:dirty_top (Results 1 – 2 of 2) sorted by relevance
192 g_autofree int *dirty_top = NULL; in qemu_spice_create_update() local201 dirty_top = g_new(int, blocks); in qemu_spice_create_update()203 dirty_top[blk] = -1; in qemu_spice_create_update()218 if (dirty_top[blk] != -1) { in qemu_spice_create_update()220 .top = dirty_top[blk], in qemu_spice_create_update()226 dirty_top[blk] = -1; in qemu_spice_create_update()229 if (dirty_top[blk] == -1) { in qemu_spice_create_update()230 dirty_top[blk] = y; in qemu_spice_create_update()239 if (dirty_top[blk] != -1) { in qemu_spice_create_update()241 .top = dirty_top[blk], in qemu_spice_create_update()[all …]
69 …int32_t surface_id, uint32_t dirty_left, uint32_t dirty_right, uint32_t dirty_top, uint32_t dirty_…