Searched refs:x3d_mode (Results 1 – 1 of 1) sorted by relevance
26 static char *x3d_mode = "frequency"; variable27 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