Summary: | Radeon module takes over two seconds to initialize on a Radeon HD 8470D (Richland) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | DRI | Reporter: | Paul Menzel <paulepanter> | ||||||
Component: | DRM/Radeon | Assignee: | Default DRI bug account <dri-devel> | ||||||
Status: | RESOLVED MOVED | QA Contact: | |||||||
Severity: | normal | ||||||||
Priority: | medium | CC: | paulepanter | ||||||
Version: | DRI git | ||||||||
Hardware: | Other | ||||||||
OS: | All | ||||||||
Whiteboard: | |||||||||
i915 platform: | i915 features: | ||||||||
Attachments: |
|
Created attachment 133266 [details] HTML output of `sudo ./analyze_boot.py -f -maxdepth 15` from https://github.com/01org/pm-graph The majority of the time spent in pci_device_probe (2322.294 ms @ 17.587483). -- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/drm/amd/issues/814. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 133255 [details] Output of `dmesg` Starting Linux with `initcall_debug` shows that the radeon module takes over two seconds to load on a Asus F2A85-M PRO. ``` initcall radeon_init+0x0/0xaf [radeon] returned 0 after 2278773 usecs ``` ``` $ lspci -s 0:01.0 -nn 00:01.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8470D] [1002:9996] ``` Please find the Linux messages captured by running `dmesg` attached.