intel: Rename gen_mi_builder.h to mi_builder.h

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9393>
This commit is contained in:
Jason Ekstrand
2021-03-03 12:09:11 -06:00
committed by Marge Bot
parent 7e25e5b56f
commit 6d522538b6
6 changed files with 6 additions and 6 deletions

View File

@@ -42,7 +42,7 @@
#define GEN_MI_BUILDER_NUM_ALLOC_GPRS 14
#define __gen_get_batch_dwords anv_batch_emit_dwords
#define __gen_address_offset anv_address_add
#include "common/gen_mi_builder.h"
#include "common/mi_builder.h"
static void genX(flush_pipeline_select)(struct anv_cmd_buffer *cmd_buffer,
uint32_t pipeline);