From: Hans de Goede <hdegoede@redhat.com>
To: Laszlo Ersek <lersek@redhat.com>, Daniel Vetter <daniel.vetter@ffwll.ch>
Cc: Emil Velikov <emil.l.velikov@gmail.com>,
dri-devel@lists.freedesktop.org,
"Thorsten Leemhuis (regressions address)"
<regressions@leemhuis.info>, Gerd Hoffmann <kraxel@redhat.com>,
Daniel Vetter <daniel.vetter@intel.com>,
David Airlie <airlied@redhat.com>,
Joachim Frieben <jfrieben@hotmail.com>,
Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Subject: Re: Regression: drm: Lobotomize set_busid nonsense for !pci drivers (a325725633c2)
Date: Fri, 30 Sep 2016 16:59:13 +0200 [thread overview]
Message-ID: <26ac8ab0-fe8c-ea8a-08fb-905c873b5fef@redhat.com> (raw)
In-Reply-To: <1bb8741c-3411-ce56-9e84-f85433af05f0@redhat.com>
Hi,
On 30-09-16 16:51, Laszlo Ersek wrote:
> On 09/30/16 12:35, Hans de Goede wrote:
>
>> Attached are 2 patches against the xserver which should fix this,
>> please give them a try.
>
> Sorry about the delay.
>
> The patches don't seem to fix the issue for me. Please see the Xorg log
> attached.
>
> I tested the patches as follows. Given that my bisection had been done
> in a Fedora 24 guest, using
>
> xorg-x11-server-1.18.4-4.fc24
> http://koji.fedoraproject.org/koji/buildinfo?buildID=794494
>
> I now rebuilt the guest kernel exactly at the failing commit (a325725
> "drm: Lobotomize set_busid nonsense for !pci drivers"), and first
> reproduced the issue with the above X server.
>
> Then, I ported your patches to "xorg-server-1.18.4" (using the upstream
> xserver tree), and rebuilt the Fedora package with the backport. For the
> backport, I had to cherry-pick the following two patches from master first:
>
> 1 ca8d88e50310 xfree86: recognize primary BUS_PCI device in
> xf86IsPrimaryPlatform()
> 2 ea91db4b8331 config: fix GPUDevice fail when AutoAddGPU off + BusID
>
> This way your patches applied cleanly. (Cherry pick #1 above is actually
> necessary for semantics, while cherry pick #2 is needed for a clean
> context only, and has no impact for this test.)
>
> That is, in total, I added the following four patches to the Fedora 24
> package:
>
> 1 xfree86: recognize primary BUS_PCI device in xf86IsPrimaryPlatform()
> 2 config: fix GPUDevice fail when AutoAddGPU off + BusID
> 3 xfree86: Make adding unclaimed devices as GPU devices a separate step
> 4 xfree86: Try harder to find atleast 1 non GPU Screen
>
> You can find the scratch build that I used for testing here:
>
> xorg-x11-server-1.18.4-4.hans_bz1366842_2.fc24
> http://koji.fedoraproject.org/koji/taskinfo?taskID=15875087
>
> Another reason I used F24's X server as basis, rather than upstream
> HEAD, is that Fedora 24 is pretty young, and it's already on kernel
> 4.7.4, and I believe it will soon move to kernel 4.8, without
> (necessarily) rebasing its X server package to upstream. IOW the kernel
> upgrade to 4.8 will break X in Fedora 24 too, and then I expect the
> Fedora X maintainers would have to cherry pick those two patches as
> dependencies just the same.
>
> To summarize, the patches don't seem to help. I shall nonetheless thank
> you for spending your Friday on this!
Hmm, do you have a xorg.conf file lying around somewhere, the message
about the xserver not being able to find an entry for screen 0 does
not make sense ...
Anyways, Monday is another day we can look at this ...
Regards,
Hans
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
next prev parent reply other threads:[~2016-09-30 14:59 UTC|newest]
Thread overview: 41+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-06-21 8:54 [PATCH 01/11] drm: Move master pointer from drm_minor to drm_device Daniel Vetter
2016-06-21 8:54 ` [PATCH 02/11] drm: Clean up drm_crtc.h Daniel Vetter
2016-06-21 8:54 ` [PATCH 03/11] drm: Use dev->name as fallback for dev->unique Daniel Vetter
2016-06-21 8:54 ` [PATCH 04/11] drm/vgem: Stop calling drm_drv_set_unique Daniel Vetter
2016-06-21 8:54 ` [PATCH 05/11] drm: Don't call drm_dev_set_unique from platform drivers Daniel Vetter
2016-06-21 8:54 ` [PATCH 06/11] drm: Nuke SET_UNIQUE ioctl Daniel Vetter
2016-06-21 8:54 ` [PATCH 07/11] drm: Lobotomize set_busid nonsense for !pci drivers Daniel Vetter
2016-06-21 12:08 ` [PATCH] " Daniel Vetter
2016-09-30 3:09 ` Regression: drm: Lobotomize set_busid nonsense for !pci drivers (a325725633c2) Laszlo Ersek
2016-09-30 8:28 ` Hans de Goede
2016-09-30 10:03 ` Laszlo Ersek
2016-09-30 10:35 ` Hans de Goede
2016-09-30 14:51 ` Laszlo Ersek
2016-09-30 14:59 ` Hans de Goede [this message]
2016-09-30 15:33 ` Laszlo Ersek
2016-09-30 16:38 ` Hans de Goede
2016-09-30 17:26 ` Laszlo Ersek
2016-10-03 11:34 ` Emil Velikov
2016-10-03 12:14 ` Laszlo Ersek
2016-10-03 12:46 ` Emil Velikov
2016-10-03 13:03 ` Laszlo Ersek
2016-10-03 14:15 ` Laszlo Ersek
2016-10-03 14:27 ` Laszlo Ersek
2016-10-03 15:00 ` Emil Velikov
2016-10-03 15:19 ` Laszlo Ersek
2016-10-03 19:12 ` Daniel Vetter
2016-10-03 19:36 ` Laszlo Ersek
2016-10-03 20:34 ` Daniel Vetter
2016-10-03 20:44 ` Laszlo Ersek
2016-10-04 7:43 ` Gerd Hoffmann
2016-10-05 6:34 ` Gerd Hoffmann
2016-10-05 10:30 ` Daniel Vetter
2016-10-05 12:43 ` Gerd Hoffmann
2016-10-05 13:02 ` Daniel Vetter
2016-09-30 9:55 ` Emil Velikov
2016-09-30 10:37 ` Emil Velikov
2016-06-21 8:54 ` [PATCH 08/11] drm: Refactor drop/set master code a bit Daniel Vetter
2016-06-21 12:20 ` [PATCH] " Daniel Vetter
2016-06-21 8:54 ` [PATCH 09/11] drm: Extract drm_is_current_master Daniel Vetter
2016-06-21 8:54 ` [PATCH 10/11] drm: Clear up master tracking booleans Daniel Vetter
2016-06-21 8:54 ` [PATCH 11/11] drm: document drm_auth.c Daniel Vetter
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=26ac8ab0-fe8c-ea8a-08fb-905c873b5fef@redhat.com \
--to=hdegoede@redhat.com \
--cc=airlied@redhat.com \
--cc=daniel.vetter@ffwll.ch \
--cc=daniel.vetter@intel.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=emil.l.velikov@gmail.com \
--cc=gustavo.padovan@collabora.co.uk \
--cc=jfrieben@hotmail.com \
--cc=kraxel@redhat.com \
--cc=lersek@redhat.com \
--cc=regressions@leemhuis.info \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).