static int skip_simpledrm; static int __init simpledrm_disable(char *opt) { if (!opt) return -EINVAL; get_option(&opt, &skip_simpledrm); if (skip_simpledrm) pr_info("The simpledrm driver will not be probed\n"); return 0; } early_param("nvidia-drm.modeset", simpledrm_disable)...
static int skip_simpledrm; static int __init simpledrm_disable(char *opt) { if (!opt) return -EINVAL; get_option(&opt, &skip_simpledrm); if (skip_simpledrm) pr_info("The simpledrm driver will not be probed\n"); return 0; } early_param("nvidia-drm.modeset", simpledrm_disable)...