Searched refs:nouveau_config (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_drm.c | 72 static char *nouveau_config; variable 73 module_param_named(config, nouveau_config, charp, 0400); 206 ret = nvif_driver_init(NULL, nouveau_config, nouveau_debug, cli->name, device, &cli->base); in nouveau_cli_init() 697 ret = nvkm_device_pci_new(pdev, nouveau_config, "error", true, false, 0, &device); in nouveau_drm_probe() 710 ret = nvkm_device_pci_new(pdev, nouveau_config, nouveau_debug, true, true, ~0ULL, &device); in nouveau_drm_probe() 1224 DRM_DEBUG_DRIVER("... config : %s\n", nouveau_config); in nouveau_display_options() 1259 err = nvkm_device_tegra_new(func, pdev, nouveau_config, nouveau_debug, true, true, ~0ULL, pdevice); in nouveau_platform_device_create()
|
Completed in 3 milliseconds