mirror of
https://github.com/torvalds/linux.git
synced 2026-04-23 17:15:46 -04:00
The module parameter should reflect the name of the optional, experimental and unsafe option, rather than the default one. Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com> Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
14 lines
295 B
C
14 lines
295 B
C
/* SPDX-License-Identifier: MIT */
|
|
/*
|
|
* Copyright © 2023 Intel Corporation
|
|
*/
|
|
|
|
#include <linux/types.h>
|
|
|
|
/* Module modprobe variables */
|
|
extern bool force_execlist;
|
|
extern bool enable_display;
|
|
extern u32 xe_force_vram_bar_size;
|
|
extern int xe_guc_log_level;
|
|
extern char *xe_param_force_probe;
|