Home
last modified time | relevance | path

Searched refs:x3d_mode (Results 1 – 1 of 1) sorted by relevance

/drivers/platform/x86/amd/
A Dx3d_vcache.c26 static char *x3d_mode = "frequency"; variable
27 module_param(x3d_mode, charp, 0);
28 MODULE_PARM_DESC(x3d_mode, "Initial 3D-VCache mode; 'frequency' (default) or 'cache'");
157 ret = match_string(amd_x3d_mode_strings, ARRAY_SIZE(amd_x3d_mode_strings), x3d_mode); in amd_x3d_probe()
159 return dev_err_probe(&pdev->dev, -EINVAL, "invalid mode %s\n", x3d_mode); in amd_x3d_probe()

Completed in 5 milliseconds