From b04be7eebca0181b60ead8fbccdd514b8b05ebfe Mon Sep 17 00:00:00 2001 From: wukuan Date: Fri, 11 Oct 2024 19:52:51 +0800 Subject: [PATCH] update rk3568 patch Signed-off-by: wukuan --- linux-6.6/rk3568_patch/kernel.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux-6.6/rk3568_patch/kernel.patch b/linux-6.6/rk3568_patch/kernel.patch index 1ed6c60..53d38a8 100644 --- a/linux-6.6/rk3568_patch/kernel.patch +++ b/linux-6.6/rk3568_patch/kernel.patch @@ -1540800,7 +1540800,7 @@ index 000000000..c27ac3484 +#endif + .dumb_create = rknpu_gem_dumb_create, +#if KERNEL_VERSION(4, 19, 0) > LINUX_VERSION_CODE -+ .dumb_map_offset = rknpu_gem_dumb_map_offset, ++ .dumb_map_offset = drm_gem_dumb_map_offset, +#else + .dumb_map_offset = drm_gem_dumb_map_offset, +#endif -- Gitee