intel: Rename files with gen_ prefix in common code to intel_

Changes in this patch include:
- Rename all files in src/intel/common path
- Update the filenames used in source and build files

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/9413>
This commit is contained in:
Anuj Phogat
2021-03-03 13:20:06 -08:00
committed by Marge Bot
parent b9e9f92f73
commit 733b0ee8cb
65 changed files with 151 additions and 151 deletions

View File

@@ -35,7 +35,7 @@
#include <drm-uapi/i915_drm.h>
#include "common/gen_gem.h"
#include "common/intel_gem.h"
#include "dev/gen_debug.h"
#include "dev/gen_device_info.h"