[PATCH] drm/radeon: always set GEM function pointer

2024-10-08 Thread Christian Zigotzky
Hi All, I have released the RC2 of kernel 6.12 with Christian Koenig’s patch for the X1000 and X5000. Download and further information: https://github.com/chzigotzky/kernels/releases/tag/v6.12.0-rc2 Please test the kernels because of the second Radeon DRM driver issue. Thanks, Christian > Am

Re: [PATCH] drm/radeon: always set GEM function pointer

2024-10-08 Thread Hans de Goede
Hi, On 7-Oct-24 8:36 PM, Alex Deucher wrote: > Add a few people. Thank you. > This should fix the radeon ttm gem conversion. > > On Mon, Oct 7, 2024 at 2:33 PM Christian König > wrote: >> >> Make sure to always set the GEM function pointer even for in kernel >> allocations. This fixes a NULL po

Re: [PATCH] drm/radeon: always set GEM function pointer

2024-10-07 Thread Alex Deucher
On Mon, Oct 7, 2024 at 2:33 PM Christian König wrote: > > Make sure to always set the GEM function pointer even for in kernel > allocations. This fixes a NULL pointer deref caused by switching to GEM > references. > > Signed-off-by: Christian König > Fixes: fd69ef05029f ("drm/radeon: use GEM refe

Re: [PATCH] drm/radeon: always set GEM function pointer

2024-10-07 Thread Alex Deucher
Add a few people. This should fix the radeon ttm gem conversion. Alex On Mon, Oct 7, 2024 at 2:33 PM Christian König wrote: > > Make sure to always set the GEM function pointer even for in kernel > allocations. This fixes a NULL pointer deref caused by switching to GEM > references. > > Signe

[PATCH] drm/radeon: always set GEM function pointer

2024-10-07 Thread Christian König
Make sure to always set the GEM function pointer even for in kernel allocations. This fixes a NULL pointer deref caused by switching to GEM references. Signed-off-by: Christian König Fixes: fd69ef05029f ("drm/radeon: use GEM references instead of TTMs") --- drivers/gpu/drm/radeon/radeon_gem.c