Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-06 Thread Christian Zigotzky
On 06 October 2024 at 8:01pm, Christian Zigotzky wrote: On 06 October 2024 at 7:37pm, Christophe Leroy wrote: Le 06/10/2024 à 18:56, Christian Zigotzky a écrit : Hello Wu Hoi Pok, Thanks a lot for your patch. Unfortunately there is a new issue after patching the RC1. Could you please fix the

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-02 Thread Christian Zigotzky
On 02 October 2024 at 3:43pm, Hoi Pok Wu wrote: Thanks to Christophe. I have figured out what happened. The connector is registered before the device, where drm_connector_register() states that, drm_dev_register() has to be called before it. Assuming this is the fix, I will send the patch for t

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-02 Thread Hoi Pok Wu
Thanks to Christophe. I have figured out what happened. The connector is registered before the device, where drm_connector_register() states that, drm_dev_register() has to be called before it. Assuming this is the fix, I will send the patch for testing soon. On Tue, Oct 1, 2024 at 8:23 PM Christ

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Christophe Leroy
Hi All, Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit : [Vous ne recevez pas souvent de courriers de wuhoi...@gmail.com. Découvrez pourquoi ceci est important à https://aka.ms/LearnAboutSenderIdentification ] Hi Thomas, Could you help on this issue? I do not have access to the hardware now. Thank

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Hoi Pok Wu
I will look into this and get back to you. Thank you. On Tue, Oct 1, 2024 at 8:23 PM Christophe Leroy wrote: > > Hi All, > > Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit : > > [Vous ne recevez pas souvent de courriers de wuhoi...@gmail.com. Découvrez > > pourquoi ceci est important à https://aka.m

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-10-01 Thread Hoi Pok Wu
Hi Thomas, Could you help on this issue? I do not have access to the hardware now. Thank you. Regards, Wu Hoi Pok On Tue, Oct 1, 2024 at 12:26 PM Christian Zigotzky wrote: > > On 30 September 2024 3:27pm, Alex Deucher wrote: > > + Wu Hoi Pok > > This is likely related to the drm device rewor

Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-30 Thread Christian Zigotzky
On 30 September 2024 3:27pm, Alex Deucher wrote: + Wu Hoi Pok This is likely related to the drm device rework. Alex —- Hi All, I was able to revert the drm-next-2024-09-19 updates for the RC1 of kernel 6.12. This kernel works on all machines without any problems. This means, the new R

Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-29 Thread Christian Zigotzky
> On 26 September 2024 at 6:38pm, Christian Zigotzky > wrote: > > On 26 September 2024 at 5:50pm, Alex Deucher wrote: > > Can you attach your dmesg output? There was a regression in the dma > subsystem what was fixed by this commit: > > commit b348b6d17fd1d5d89b86db602f02be > a54a754bd8 > A

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-26 Thread Christian Zigotzky
On 26 September 2024 at 5:50pm, Alex Deucher wrote: Can you attach your dmesg output? There was a regression in the dma subsystem what was fixed by this commit: commit b348b6d17fd1d5d89b86db602f02be a54a754bd8 Author: Leon Romanovsky Date: Sun Sep 22 21:09:48 2024 +0300 dma-mapping: repor

Re: Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-26 Thread Alex Deucher
On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky wrote: > > Hi All, > > The lastest Git kernel doesn't boot anymore after the latest DRM updates > (drm-next-2024-09-19). [1] > > I tested it with an AMD Radeon HD 6970 (Cayman XT) and with an AMD > Radeon HD 5870 (Cypress XT). > > I reverted the

[PPC] Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-22 Thread Christian Zigotzky
On 22 September 2024 at 08:48 am, Christian Zigotzky wrote: On 21 September 2024 at 06:15 am, Christian Zigotzky wrote: Hi All, The lastest Git kernel doesn't boot anymore after the latest DRM updates (drm-next-2024-09-19). [1] I tested it with an AMD Radeon HD 6970 (Cayman XT) and with an A

Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-21 Thread Christian Zigotzky
On 21 September 2024 at 06:15 am, Christian Zigotzky wrote: Hi All, The lastest Git kernel doesn't boot anymore after the latest DRM updates (drm-next-2024-09-19). [1] I tested it with an AMD Radeon HD 6970 (Cayman XT) and with an AMD Radeon HD 5870 (Cypress XT). I reverted the DRM updates

Kernel doesn't boot after DRM updates (drm-next-2024-09-19)

2024-09-20 Thread Christian Zigotzky
Hi All, The lastest Git kernel doesn't boot anymore after the latest DRM updates (drm-next-2024-09-19). [1] I tested it with an AMD Radeon HD 6970 (Cayman XT) and with an AMD Radeon HD 5870 (Cypress XT). I reverted the DRM updates and after that the kernel boots without any problems. Ple