]> Git Repo - linux.git/blob - drivers/gpu/drm/xe/xe_tile.h
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
[linux.git] / drivers / gpu / drm / xe / xe_tile.h
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5
6 #ifndef _XE_TILE_H_
7 #define _XE_TILE_H_
8
9 #include "xe_device_types.h"
10
11 struct xe_tile;
12
13 int xe_tile_init_early(struct xe_tile *tile, struct xe_device *xe, u8 id);
14 int xe_tile_init_noalloc(struct xe_tile *tile);
15
16 void xe_tile_migrate_wait(struct xe_tile *tile);
17
18 #endif
This page took 0.032909 seconds and 4 git commands to generate.