intel: Rename "GEN_" prefix used in common code to "INTEL_"
This patch renames all macros with "GEN_" prefix defined in common code. 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:
@@ -359,7 +359,7 @@ bool
|
||||
anv_gem_has_context_priority(int fd)
|
||||
{
|
||||
return !anv_gem_set_context_param(fd, 0, I915_CONTEXT_PARAM_PRIORITY,
|
||||
GEN_CONTEXT_MEDIUM_PRIORITY);
|
||||
INTEL_CONTEXT_MEDIUM_PRIORITY);
|
||||
}
|
||||
|
||||
int
|
||||
|
Reference in New Issue
Block a user