We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0224667 commit 77eb99aCopy full SHA for 77eb99a
1 file changed
drivers/vfio/pci/nvgrace-gpu/main.c
@@ -1290,6 +1290,8 @@ static int nvgrace_gpu_probe(struct pci_dev *pdev,
1290
1291
nvdev->cxl_dvsec = pci_find_dvsec_capability(pdev, PCI_VENDOR_ID_CXL,
1292
PCI_DVSEC_CXL_DEVICE);
1293
+ pci_info(pdev, "nvgrace-gpu: cxl_dvsec=0x%x (BNX patch applied)\n",
1294
+ nvdev->cxl_dvsec);
1295
1296
ret = nvgrace_gpu_probe_check_device_ready(nvdev);
1297
if (ret)
0 commit comments