xref: /linux/drivers/gpu/drm/xe/xe_module.h (revision a9a95523c84957b7863796b5d1df2f3f5dca4519)
1 /* SPDX-License-Identifier: MIT */
2 /*
3  * Copyright © 2023 Intel Corporation
4  */
5 
6 #include <linux/types.h>
7 
8 /* Module modprobe variables */
9 extern bool force_execlist;
10 extern bool enable_display;
11 extern u32 xe_force_vram_bar_size;
12 extern int xe_guc_log_level;
13 extern char *xe_guc_firmware_path;
14 extern char *xe_huc_firmware_path;
15 extern char *xe_param_force_probe;
16