intel: Rename brw_gen_enum.h to brw_gfx_ver_enum.h

export SEARCH_PATH="src/intel src/gallium/drivers/iris src/mesa/drivers/dri/i965
grep -E "brw_gen_enum" -rIl $SEARCH_PATH | xargs sed -ie "s/brw_gen_enum\.h/brw_gfx_ver_enum\.h/g"

Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10241>
This commit is contained in:
Anuj Phogat
2021-04-06 10:25:46 -07:00
committed by Marge Bot
parent 5d7e7545ac
commit 47a32160eb
3 changed files with 2 additions and 2 deletions

View File

@@ -35,7 +35,7 @@
#include "brw_eu_defines.h"
#include "brw_eu.h"
#include "brw_shader.h"
#include "brw_gen_enum.h"
#include "brw_gfx_ver_enum.h"
#include "dev/intel_debug.h"
#include "util/ralloc.h"

View File

@@ -26,7 +26,7 @@
#include <stdbool.h>
#include "util/ralloc.h"
#include "brw_eu.h"
#include "brw_gen_enum.h"
#include "brw_gfx_ver_enum.h"
static bool
test_compact_instruction(struct brw_codegen *p, brw_inst src)