https://bugzilla.kernel.org/show_bug.cgi?id=216119 Bug ID: 216119 Summary: 087451f372bf76d breaks hibernation on amdgpu Radeon R9 390 Product: Drivers Version: 2.5 Kernel Version: v5.17+ Hardware: All OS: Linux Tree: Mainline Status: NEW Severity: normal Priority: P1 Component: Video(DRI - non Intel) Assignee: drivers_video-dri@xxxxxxxxxxxxxxxxxxxx Reporter: h.judt@xxxxxx Regression: No This is a problem with amdgpu only, as I did not experience this on my other machines, and caused by [087451f372bf76d971184caa258807b7c35aac8f] drm/amdgpu: use generic fb helpers instead of setting up AMD own's https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=087451f372bf76d971184caa258807b7c35aac8f Reverting this patch makes me a happy amdgpu user with working hibernation again on Linux 5.18.3. Note I did the bisect on the stable linux repo, but that shouldn't matter. git bisect start # good: [c19a885e12f114b799b5d0d877219f0695e0d4de] Linux 5.16.20 git bisect good c19a885e12f114b799b5d0d877219f0695e0d4de # bad: [f443e374ae131c168a065ea1748feac6b2e76613] Linux 5.17 git bisect bad f443e374ae131c168a065ea1748feac6b2e76613 # good: [df0cc57e057f18e44dac8e6c18aba47ab53202f9] Linux 5.16 git bisect good df0cc57e057f18e44dac8e6c18aba47ab53202f9 # bad: [22ef12195e13c5ec58320dbf99ef85059a2c0820] Merge tag 'staging-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging git bisect bad 22ef12195e13c5ec58320dbf99ef85059a2c0820 # bad: [9bcbf894b6872216ef61faf17248ec234e3db6bc] Merge tag 'media/v5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media git bisect bad 9bcbf894b6872216ef61faf17248ec234e3db6bc # bad: [cb6846fbb83b574c85c2a80211b402a6347b60b1] Merge tag 'amd-drm-next-5.17-2021-12-30' of ssh://gitlab.freedesktop.org/agd5f/linux into drm-next git bisect bad cb6846fbb83b574c85c2a80211b402a6347b60b1 # bad: [15bb79910fe734ad21c765d1cae762e855969caa] Merge tag 'drm-misc-next-2021-12-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next git bisect bad 15bb79910fe734ad21c765d1cae762e855969caa # good: [03848335b5b1faa4a4641fcf30b7c233579a45aa] drm/bridge: sn65dsi86: defer if there is no dsi host git bisect good 03848335b5b1faa4a4641fcf30b7c233579a45aa # good: [6bb0a0e0fd358d4f9f6ce4c2d36c1f80d7496f6a] drm/i915: Clean up FPGA_DBG/CLAIM_ER bits git bisect good 6bb0a0e0fd358d4f9f6ce4c2d36c1f80d7496f6a # bad: [13d20aabd6ef501229ac002493c6f237482c47de] drm/amd/display: remove no need NULL check before kfree git bisect bad 13d20aabd6ef501229ac002493c6f237482c47de # bad: [a6506cd845824fe92b1760aaf104011cc04dfa78] drm/radeon: correct indentation git bisect bad a6506cd845824fe92b1760aaf104011cc04dfa78 # bad: [f0d0c39149f817e5ecdff8fa164f44da455b3317] drm/amd/display: Pass panel inst to a PSR command git bisect bad f0d0c39149f817e5ecdff8fa164f44da455b3317 # good: [574c4183ef75117f763e9f2b35e08c85f5dcad2d] drm/amdkfd: replace kgd_dev in get amdgpu_amdkfd funcs git bisect good 574c4183ef75117f763e9f2b35e08c85f5dcad2d # bad: [b5f57384805a34f497edb8b04d694a8a1b3d81d4] drm/amdkfd: Add sysfs bitfields and enums to uAPI git bisect bad b5f57384805a34f497edb8b04d694a8a1b3d81d4 # good: [56c5977eae8799c9a71ee2112802fd1f1591dc3a] drm/amdkfd: replace/remove remaining kgd_dev references git bisect good 56c5977eae8799c9a71ee2112802fd1f1591dc3a # bad: [087451f372bf76d971184caa258807b7c35aac8f] drm/amdgpu: use generic fb helpers instead of setting up AMD own's. git bisect bad 087451f372bf76d971184caa258807b7c35aac8f # good: [b5d1d755c1344075d4f16a3e6183ed04b4d022ef] drm/amdkfd: remove kgd_dev declaration and initialization git bisect good b5d1d755c1344075d4f16a3e6183ed04b4d022ef # first bad commit: [087451f372bf76d971184caa258807b7c35aac8f] drm/amdgpu: use generic fb helpers instead of setting up AMD own's. lspci: 01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Hawaii PRO [Radeon R9 290/390] (rev 80) (prog-if 00 [VGA controller]) Subsystem: XFX Pine Group Inc. Hawaii PRO [Radeon R9 290/390] Flags: bus master, fast devsel, latency 0, IRQ 25 Memory at e0000000 (64-bit, prefetchable) [size=256M] Memory at f0000000 (64-bit, prefetchable) [size=8M] I/O ports at e000 [size=256] Memory at f7e00000 (32-bit, non-prefetchable) [size=256K] Expansion ROM at 000c0000 [disabled] [size=128K] Capabilities: <access denied> Kernel driver in use: amdgpu -- You may reply to this email to add a comment. You are receiving this mail because: You are watching the assignee of the bug.