mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
video: rockchip: rga3: modify driver probe time if CONFIG_VIDEO_REVERSE_IMAGE=y
Signed-off-by: Jianwei Fan <jianwei.fan@rock-chips.com> Change-Id: I187c87767cc6a6c3b06f7bee977e13e35f15fdcc
This commit is contained in:
@@ -1689,6 +1689,8 @@ static void __exit rga_exit(void)
|
||||
#if (LINUX_VERSION_CODE >= KERNEL_VERSION(4, 4, 0))
|
||||
#ifdef CONFIG_ROCKCHIP_THUNDER_BOOT
|
||||
module_init(rga_init);
|
||||
#elif defined CONFIG_VIDEO_REVERSE_IMAGE
|
||||
fs_initcall(rga_init);
|
||||
#else
|
||||
late_initcall(rga_init);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user