Searched refs:reloc_type (Results 1 – 2 of 2) sorted by relevance
215 if (reloc.reloc_type != QXL_RELOC_TYPE_BO && reloc.reloc_type != QXL_RELOC_TYPE_SURF) { in qxl_process_single_command()216 DRM_DEBUG("unknown reloc type %d\n", reloc.reloc_type); in qxl_process_single_command()221 reloc_info[i].type = reloc.reloc_type; in qxl_process_single_command()236 if (reloc.reloc_type == QXL_RELOC_TYPE_BO || reloc.src_handle) { in qxl_process_single_command()
78 __u32 reloc_type; member