From 6778948f9de86c3cfaf36725a7c87dcff9ba247f Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 08:20:59 +0000 Subject: [PATCH] kernel_5.10 no rt --- kernel/drivers/video/rockchip/rga3/include/rga_drv.h | 8 +++++--- 1 files changed, 5 insertions(+), 3 deletions(-) diff --git a/kernel/drivers/video/rockchip/rga3/include/rga_drv.h b/kernel/drivers/video/rockchip/rga3/include/rga_drv.h index e42493b..fff02e1 100644 --- a/kernel/drivers/video/rockchip/rga3/include/rga_drv.h +++ b/kernel/drivers/video/rockchip/rga3/include/rga_drv.h @@ -16,6 +16,7 @@ #include <linux/dma-mapping.h> #include <linux/err.h> #include <linux/fb.h> +#include <linux/fdtable.h> #include <linux/fs.h> #include <linux/init.h> #include <linux/interrupt.h> @@ -48,7 +49,6 @@ #include <linux/iommu.h> #include <linux/iova.h> -#include <linux/dma-iommu.h> #include <linux/pagemap.h> #ifdef CONFIG_DMABUF_CACHE @@ -86,8 +86,8 @@ #define STR(x) STR_HELPER(x) #define DRIVER_MAJOR_VERISON 1 -#define DRIVER_MINOR_VERSION 2 -#define DRIVER_REVISION_VERSION 26 +#define DRIVER_MINOR_VERSION 3 +#define DRIVER_REVISION_VERSION 0 #define DRIVER_PATCH_VERSION #define DRIVER_VERSION (STR(DRIVER_MAJOR_VERISON) "." STR(DRIVER_MINOR_VERSION) \ @@ -272,6 +272,7 @@ struct rga_req rga_command_base; uint32_t cmd_reg[32 * 8]; struct rga_full_csc full_csc; + struct rga_csc_clip full_csc_clip; struct rga_pre_intr_info pre_intr_info; struct rga_job_buffer src_buffer; @@ -379,6 +380,7 @@ */ struct mm_struct *current_mm; + struct rga_feature feature; /* TODO: add some common work */ }; -- Gitblit v1.6.2