Re: [PATCH 6/7] drm/v3d: switch to using drm_exec

2023-07-17 Thread Maira Canal
Hi Christian, I believe that `select DRM_EXEC` is missing on v3d's Kconfig file. If we don't select it, we will get some compilation errors. Apart from this problem, I ran some tests on the RPi 4 and didn't see any problems. Best Regards, - Maíra On 7/12/23 09:47, Christian König wrote: Just

[PATCH 6/7] drm/v3d: switch to using drm_exec

2023-07-12 Thread Christian König
Just a straightforward conversion without any optimization. Only compile tested for now. Signed-off-by: Christian König Cc: Emma Anholt Cc: Melissa Wen --- drivers/gpu/drm/v3d/v3d_gem.c | 44 --- 1 file changed, 20 insertions(+), 24 deletions(-) diff --git a/d