Re: [PATCH] drm/radeon: add late_register for connector

2024-10-07 Thread Christian König
That's the issue I was working on, give me 10 minutes to send out the fix. Regards, Christian. Am 07.10.24 um 06:49 schrieb Hoi Pok Wu: Thank you. I am looking at the problem now. On Mon, Oct 7, 2024 at 1:37 AM Christophe Leroy wrote: Le 06/10/2024 à 18:56, Christian Zigotzky a écrit : On

Re: [PATCH] drm/radeon: add late_register for connector

2024-10-07 Thread Alex Deucher
This is a different issue related to the radeon ttm to gem conversion. @Christian Koenig is working on the fix. Alex On Mon, Oct 7, 2024 at 4:23 AM Christophe Leroy wrote: > > > > Le 06/10/2024 à 18:56, Christian Zigotzky a écrit : > > On 03 October 2024 at 08:06 am, Wu Hoi Pok wrote: > >> This

Re: [PATCH] drm/radeon: add late_register for connector

2024-10-06 Thread Hoi Pok Wu
Thank you. I am looking at the problem now. On Mon, Oct 7, 2024 at 1:37 AM Christophe Leroy wrote: > > > > Le 06/10/2024 à 18:56, Christian Zigotzky a écrit : > > On 03 October 2024 at 08:06 am, Wu Hoi Pok wrote: > >> This is a fix patch not tested yet, > >> for a bug I introduce in previous rewo

[PATCH] drm/radeon: add late_register for connector

2024-10-06 Thread Christian Zigotzky
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 following issue? Thanks, Christian --- Linux fienix

Re: [PATCH] drm/radeon: add late_register for connector

2024-10-06 Thread Christophe Leroy
Le 06/10/2024 à 18:56, Christian Zigotzky a écrit : On 03 October 2024 at 08:06 am, Wu Hoi Pok wrote: This is a fix patch not tested yet, for a bug I introduce in previous rework of radeon driver. The bug is a null dereference in 'aux.dev', which is the 'device' not registered, resulting in k

[PATCH] drm/radeon: add late_register for connector

2024-10-06 Thread Christian Zigotzky
On 03 October 2024 at 08:06 am, Wu Hoi Pok wrote: This is a fix patch not tested yet, for a bug I introduce in previous rework of radeon driver. The bug is a null dereference in 'aux.dev', which is the 'device' not registered, resulting in kernel panic. By having 'late_register', the connector sh

Re: [PATCH] drm/radeon: add late_register for connector

2024-10-03 Thread Hans de Goede
Hi, On 3-Oct-24 5:54 PM, Alex Deucher wrote: > + Hans > > On Thu, Oct 3, 2024 at 2:33 AM Wu Hoi Pok wrote: >> >> This is a fix patch not tested yet, >> for a bug I introduce in previous rework of radeon driver. >> The bug is a null dereference in 'aux.dev', which is the >> 'device' not registere

Re: [PATCH] drm/radeon: add late_register for connector

2024-10-03 Thread Alex Deucher
+ Hans On Thu, Oct 3, 2024 at 2:33 AM Wu Hoi Pok wrote: > > This is a fix patch not tested yet, > for a bug I introduce in previous rework of radeon driver. > The bug is a null dereference in 'aux.dev', which is the > 'device' not registered, resulting in kernel panic. By having > 'late_register'

[PATCH] drm/radeon: add late_register for connector

2024-10-02 Thread Wu Hoi Pok
This is a fix patch not tested yet, for a bug I introduce in previous rework of radeon driver. The bug is a null dereference in 'aux.dev', which is the 'device' not registered, resulting in kernel panic. By having 'late_register', the connector should be registered after 'drm_dev_register' automati