From: Christian Zigotzky <hidden> Date: 2024-09-28 07:40:25
On 28 September 2024 at 09:21am, Christian Zigotzky wrote:
>
>> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky
>> [off-list ref] 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 and after that the kernel boots without any
>>> problems.
>>>
>>> Please note: Due to a lack of time, I can't do a bisect.
>>>
>>> Please check the latest DRM updates.
------------
>>
>> 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 [off-list ref]
>> Date: Sun Sep 22 21:09:48 2024 +0300
>>
>> dma-mapping: report unlimited DMA addressing in IOMMU DMA path
>>
>> Alex
>>
------------
Hi Alex,
I tested the latest Git kernel on my FSL P5040 board today and it
doesn't boot. Our FSL P5020 boards boot without any problems.
I connected my FSL P5040 board with a serial cable to my PC for getting
error messages. Unfortunately there aren't any error messages after the
loading of the uImage.
This means, that the dma-mapping patch doesn't solve the boot issue.
Please check the latest DRM updates.
Thanks
Only a p5020 here so i can't test.
Sorry..
Dave
Op za 28 sep 2024 09:40 schreef Christian Zigotzky [off-list ref]:
On 28 September 2024 at 09:21am, Christian Zigotzky wrote:
>
>> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky
>> [off-list ref] 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 and after that the kernel boots without any
>>> problems.
>>>
>>> Please note: Due to a lack of time, I can't do a bisect.
>>>
>>> Please check the latest DRM updates.
------------
>>
>> 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 [off-list ref]
>> Date: Sun Sep 22 21:09:48 2024 +0300
>>
>> dma-mapping: report unlimited DMA addressing in IOMMU DMA path
>>
>> Alex
>>
------------
Hi Alex,
I tested the latest Git kernel on my FSL P5040 board today and it
doesn't boot. Our FSL P5020 boards boot without any problems.
I connected my FSL P5040 board with a serial cable to my PC for getting
error messages. Unfortunately there aren't any error messages after the
loading of the uImage.
This means, that the dma-mapping patch doesn't solve the boot issue.
Please check the latest DRM updates.
Thanks
Hi Christian,
Le 28/09/2024 à 09:40, Christian Zigotzky a écrit :
On 28 September 2024 at 09:21am, Christian Zigotzky wrote:
>
>> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky
>> [off-list ref] 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 and after that the kernel boots without any
>>> problems.
>>>
>>> Please note: Due to a lack of time, I can't do a bisect.
>>>
>>> Please check the latest DRM updates.
------------
>>
>> 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 [off-list ref]
>> Date: Sun Sep 22 21:09:48 2024 +0300
>>
>> dma-mapping: report unlimited DMA addressing in IOMMU DMA path
>>
>> Alex
>>
------------
Hi Alex,
I tested the latest Git kernel on my FSL P5040 board today and it
doesn't boot. Our FSL P5020 boards boot without any problems.
I connected my FSL P5040 board with a serial cable to my PC for getting
error messages. Unfortunately there aren't any error messages after the
loading of the uImage.
This means, that the dma-mapping patch doesn't solve the boot issue.
Please check the latest DRM updates.
From: Christian Zigotzky <hidden> Date: 2024-09-28 11:47:23
Am 28.09.24 um 10:42 schrieb Christophe Leroy:
Hi Christian,
Le 28/09/2024 à 09:40, Christian Zigotzky a écrit :
quoted
On 28 September 2024 at 09:21am, Christian Zigotzky wrote:
>
>> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky
>> [off-list ref] 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 and after that the kernel boots
without any
>>> problems.
>>>
>>> Please note: Due to a lack of time, I can't do a bisect.
>>>
>>> Please check the latest DRM updates.
------------
>>
>> 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 [off-list ref]
>> Date: Sun Sep 22 21:09:48 2024 +0300
>>
>> dma-mapping: report unlimited DMA addressing in IOMMU DMA path
>>
>> Alex
>>
------------
Hi Alex,
I tested the latest Git kernel on my FSL P5040 board today and it
doesn't boot. Our FSL P5020 boards boot without any problems.
I connected my FSL P5040 board with a serial cable to my PC for
getting error messages. Unfortunately there aren't any error messages
after the loading of the uImage.
This means, that the dma-mapping patch doesn't solve the boot issue.
Please check the latest DRM updates.
Can you bisect the problem ?
Christophe
I would like ... but I don't have time for it. Sorry.
From: Christian Zigotzky <hidden> Date: 2024-09-28 12:16:24
On 28 September 2024 at 01:46pm, Christian Zigotzky wrote:
Am 28.09.24 um 10:42 schrieb Christophe Leroy:
quoted
Hi Christian,
Le 28/09/2024 à 09:40, Christian Zigotzky a écrit :
quoted
On 28 September 2024 at 09:21am, Christian Zigotzky wrote:
>
>> On Sun, Sep 22, 2024 at 12:28 AM Christian Zigotzky
>> [off-list ref] 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 and after that the kernel boots
without any
>>> problems.
>>>
>>> Please note: Due to a lack of time, I can't do a bisect.
>>>
>>> Please check the latest DRM updates.
------------
>>
>> 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 [off-list ref]
>> Date: Sun Sep 22 21:09:48 2024 +0300
>>
>> dma-mapping: report unlimited DMA addressing in IOMMU DMA path
>>
>> Alex
>>
------------
Hi Alex,
I tested the latest Git kernel on my FSL P5040 board today and it
doesn't boot. Our FSL P5020 boards boot without any problems.
I connected my FSL P5040 board with a serial cable to my PC for
getting error messages. Unfortunately there aren't any error
messages after the loading of the uImage.
This means, that the dma-mapping patch doesn't solve the boot issue.
Please check the latest DRM updates.
Can you bisect the problem ?
Christophe
I would like ... but I don't have time for it. Sorry.
Hi All,
Sorry, I have forgotten to add the boot arguments "console=ttyS0,115200"
for the connecting of my FSL P5040 board with a serial cable to my PC.
Now, I have a serial log file with Radeon error messages (kernel trace). :-)
Link: https://www.xenosoft.de/PuTTY_P5040_U-Boot.log
I hope, you have an idea. The FSL P5020 boards aren't affected.
Thanks,
Christian
From: Christian Zigotzky <hidden> Date: 2024-10-01 04:26:32
On 30 September 2024 3:27pm, Alex Deucher [off-list ref] 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 Radeon DRM driver is unreliable after the DRM rework.
Please fix this issue because we can’t deliver the kernels with the new Radeon DRM driver.
Error log: https://www.xenosoft.de/PuTTY_P5040_U-Boot.log
Thanks,
Christian
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
[off-list ref] wrote:
On 30 September 2024 3:27pm, Alex Deucher [off-list ref] 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 Radeon DRM driver is unreliable after the DRM rework.
Please fix this issue because we can’t deliver the kernels with the new Radeon DRM driver.
Error log: https://www.xenosoft.de/PuTTY_P5040_U-Boot.log
Thanks,
Christian
Hi All,
Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit :
[Vous ne recevez pas souvent de courriers de wuhoipok@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 you.
I will look into this and get back to you. Thank you.
On Tue, Oct 1, 2024 at 8:23 PM Christophe Leroy
[off-list ref] wrote:
Hi All,
Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit :
quoted
[Vous ne recevez pas souvent de courriers de wuhoipok@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 you.
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 Christophe Leroy
[off-list ref] wrote:
Hi All,
Le 01/10/2024 à 14:09, Hoi Pok Wu a écrit :
quoted
[Vous ne recevez pas souvent de courriers de wuhoipok@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 you.
From: Christian Zigotzky <hidden> Date: 2024-10-03 04:58:21
On 02 October 2024 at 3:43pm, Hoi Pok Wu [off-list ref] 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 testing soon.
- - -
Hi Hoi Pok Wu,
Many thanks for your help! I am looking forward to your patch.
I could try it out tomorrow.
Thanks,
Christian