Searched refs:subdev_mask (Results 1 – 6 of 6) sorted by relevance
/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | tegra.c | 240 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new() argument 314 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_tegra_new() 336 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_tegra_new() argument
|
D | priv.h | 57 bool detect, bool mmio, u64 subdev_mask,
|
D | pci.c | 1629 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_pci_new() argument 1683 cfg, dbg, detect, mmio, subdev_mask, in nvkm_device_pci_new()
|
D | base.c | 2963 bool detect, bool mmio, u64 subdev_mask, in nvkm_device_ctor() argument 3221 if (device->chip->ptr.inst && (subdev_mask & (BIT_ULL(type)))) { \ in nvkm_device_ctor() 3240 if ((device->chip->ptr.inst & BIT(j)) && (subdev_mask & BIT_ULL(type))) { \ in nvkm_device_ctor()
|
/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | pci.h | 13 bool detect, bool mmio, u64 subdev_mask,
|
D | tegra.h | 54 bool detect, bool mmio, u64 subdev_mask,
|