It's always zero now.
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
uint32_t swizzle_mode;
unsigned long stride;
- unsigned long kflags;
-
time_t free_time;
/** Array passed to the DRM containing relocation information. */
bufmgr->exec2_objects[index].relocs_ptr = (uintptr_t)bo_gem->relocs;
bufmgr->exec2_objects[index].alignment = bo->align;
bufmgr->exec2_objects[index].offset = bo->offset64;
- bufmgr->exec2_objects[index].flags = bo_gem->kflags;
+ bufmgr->exec2_objects[index].flags = 0;
bufmgr->exec2_objects[index].rsvd1 = 0;
bufmgr->exec2_objects[index].rsvd2 = 0;
bufmgr->exec_bos[index] = bo;
time);
}
}
- bo_gem->kflags = 0;
bo_gem->reloc_count = 0;
bo_gem->used_as_reloc_target = false;