Hi Justus, Thanks for bisecting! It really helps. Looking at what you found:
ubuntu-noble 648dd7aa1f69e1ea8eb6fdb8515e86945df2e424 commit b49420d6a1aeb399e5b107fc6eb8584d0860fbd7 Author: Alex Deucher <[email protected]> Date: Wed Aug 21 15:11:35 2024 -0400 Subject: video/aperture: optionally match the device in sysfb_disable() Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=b49420d6a1aeb399e5b107fc6eb8584d0860fbd7 I then looked for commits with that Fixes: tag, and came across this: commit ad604f0a4c040dcb8faf44dc72db25e457c28076 Author: Thomas Zimmermann <[email protected]> Date: Tue Sep 24 10:41:03 2024 +0200 Subject: firmware/sysfb: Disable sysfb for firmware buffers with unknown parent Link: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=ad604f0a4c040dcb8faf44dc72db25e457c28076 Looking at https://lore.kernel.org/dri-devel/sj1pr11mb6129efb8ce63d1ef6d932f94b9...@sj1pr11mb6129.namprd11.prod.outlook.com/ https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12160 it mentions phantom displays. I think we have a good lead on this one. ubuntu-noble$ git log --grep "firmware/sysfb: Disable sysfb for firmware buffers with unknown parent" origin/master-next commit a03ade11374b8a4c3a62f6a2ceda679858e8e8ee Author: Thomas Zimmermann <[email protected]> Date: Tue Sep 24 10:41:03 2024 +0200 firmware/sysfb: Disable sysfb for firmware buffers with unknown parent $ git describe --contains a03ade11374b8a4c3a62f6a2ceda679858e8e8ee fatal: cannot describe 'a03ade11374b8a4c3a62f6a2ceda679858e8e8ee' ubuntu-oracular$ git log --grep "firmware/sysfb: Disable sysfb for firmware buffers with unknown parent" origin/maste r-next commit cd007b66fa1c48f5bbfade6c50079e4423505512 Author: Thomas Zimmermann <[email protected]> Date: Tue Sep 24 10:41:03 2024 +0200 firmware/sysfb: Disable sysfb for firmware buffers with unknown parent $ git describe --contains cd007b66fa1c48f5bbfade6c50079e4423505512 fatal: cannot describe 'cd007b66fa1c48f5bbfade6c50079e4423505512' They are applied to ubuntu-noble and ubuntu-oracular git trees, but not tagged yet. Possibly available in next SRU cycle? In the meantime, how about I make you a test kernel you can try with the fix to double check we actually found the right one. Let me get some builds going, and I'll write back when they are ready. Thanks, Matthew ** Bug watch added: gitlab.freedesktop.org/drm/i915/kernel/-/issues #12160 https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12160 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2084046 Title: [i915] Phantom "Unknown" display detected on Intel Meteor Lake To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2084046/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
