intel: Rename "gen_" prefix used in common code to "intel_"
This patch renames functions, structures, enums etc. 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:
@@ -73,8 +73,8 @@ genX(cmd_buffer_so_memcpy)(struct anv_cmd_buffer *cmd_buffer,
|
||||
}
|
||||
|
||||
if (!cmd_buffer->state.current_l3_config) {
|
||||
const struct gen_l3_config *cfg =
|
||||
gen_get_default_l3_config(&cmd_buffer->device->info);
|
||||
const struct intel_l3_config *cfg =
|
||||
intel_get_default_l3_config(&cmd_buffer->device->info);
|
||||
genX(cmd_buffer_config_l3)(cmd_buffer, cfg);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user