video: rockchip: rga3: Fix wrong header dependencies

Signed-off-by: Yu Qiaowei <cerf.yu@rock-chips.com>
Change-Id: Ib3c47a36791aa83d2a9d949cb1ed5cb619011a1a
This commit is contained in:
Yu Qiaowei
2022-05-19 09:57:53 +08:00
committed by Tao Huang
parent 87dc0474c7
commit ad3be4b3e8
7 changed files with 6 additions and 1 deletions

View File

@@ -62,7 +62,6 @@
#include <linux/hrtimer.h>
#include "rga.h"
#include "rga_debugger.h"
#define RGA_CORE_REG_OFFSET 0x10000

View File

@@ -12,6 +12,7 @@
#include "rga2_mmu_info.h"
#include "rga_common.h"
#include "rga_hw_config.h"
#include "rga_debugger.h"
extern struct rga2_mmu_info_t rga2_mmu_info;

View File

@@ -9,6 +9,7 @@
#include "rga3_reg_info.h"
#include "rga_common.h"
#include "rga_debugger.h"
#define FACTOR_MAX ((int)(2 << 15))

View File

@@ -11,6 +11,7 @@
#include "rga.h"
#include "rga_common.h"
#include "rga_job.h"
#include "rga_debugger.h"
#if LINUX_VERSION_CODE < KERNEL_VERSION(5, 10, 0) && \
LINUX_VERSION_CODE >= KERNEL_VERSION(5, 4, 0)

View File

@@ -12,6 +12,7 @@
#include "rga_dma_buf.h"
#include "rga_mm.h"
#include "rga2_mmu_info.h"
#include "rga_debugger.h"
struct rga_job *
rga_scheduler_get_pending_job_list(struct rga_scheduler_t *scheduler)

View File

@@ -13,6 +13,7 @@
#include "rga_dma_buf.h"
#include "rga_common.h"
#include "rga2_mmu_info.h"
#include "rga_debugger.h"
static void rga_current_mm_read_lock(struct mm_struct *mm)
{

View File

@@ -10,6 +10,7 @@
#include "rga_job.h"
#include "rga_common.h"
#include "rga_hw_config.h"
#include "rga_debugger.h"
#define GET_GCD(n1, n2) \
({ \