mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
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:
@@ -62,7 +62,6 @@
|
||||
#include <linux/hrtimer.h>
|
||||
|
||||
#include "rga.h"
|
||||
#include "rga_debugger.h"
|
||||
|
||||
#define RGA_CORE_REG_OFFSET 0x10000
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
|
||||
#include "rga3_reg_info.h"
|
||||
#include "rga_common.h"
|
||||
#include "rga_debugger.h"
|
||||
|
||||
#define FACTOR_MAX ((int)(2 << 15))
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
{
|
||||
|
||||
@@ -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) \
|
||||
({ \
|
||||
|
||||
Reference in New Issue
Block a user