mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
video: rockchip: rga2: delay rga2 initcall
rga2 and edp pd is the same -- PD_VIO. if rga2 initcall earlier than edp, then it will flash sreen when power on. Change-Id: Ifa9b4f1f985a6de66d48915f56bc7d225ae0d7a9 Signed-off-by: xubilv <xbl@rock-chips.com>
This commit is contained in:
@@ -1708,7 +1708,7 @@ void rga2_test_0(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
module_init(rga2_init);
|
||||
late_initcall(rga2_init);
|
||||
module_exit(rga2_exit);
|
||||
|
||||
/* Module information */
|
||||
|
||||
Reference in New Issue
Block a user