[PATCH v2] drm/radeon: add late_register for connector - Please test

2024-10-04 Thread Christian Zigotzky
Hi All, I compiled a new RC1 of kernel 6.12 with this patch today. Please test it. Downloads: - https://github.com/chzigotzky/kernels/releases/tag/v6.12.0-rc1-2 - https://www.xenosoft.de/linux-image-6.12-rc1-2-X1000_X5000.tar.gz Thanks, Christian On 04 October 2024 at 4:00pm, Alex Deucher wro

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

2024-10-04 Thread Alex Deucher
On Thu, Oct 3, 2024 at 9:18 PM Wu Hoi Pok wrote: > > The patch is to solve null dereference in 'aux.dev', which is > introduced in recent radeon rework. By having 'late_register', > the connector should be registered after 'drm_dev_register' > automatically, where in before it is the opposite. > >

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

2024-10-03 Thread Wu Hoi Pok
The patch is to solve null dereference in 'aux.dev', which is introduced in recent radeon rework. By having 'late_register', the connector should be registered after 'drm_dev_register' automatically, where in before it is the opposite. Fixes: 90985660ba48 ("drm/radeon: remove load callback from km