1
0
mirror of https://github.com/openbsd/src.git synced 2026-06-17 23:03:29 +02:00

call amdgpu_init_debug_options() in amdgpu_attachhook()

matches the call in amdgpu_pci_probe()
This commit is contained in:
jsg
2026-06-15 01:30:51 +00:00
parent 82a9e4d18b
commit 385b42751a
+2
View File
@@ -3806,6 +3806,8 @@ amdgpu_attachhook(struct device *self)
pci_set_drvdata(pdev, dev);
amdgpu_init_debug_options(adev);
r = amdgpu_driver_load_kms(adev, adev->flags);
if (r)
goto out;