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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user