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:
xubilv
2017-04-26 14:47:06 +08:00
committed by Huang, Tao
parent 1b34486c27
commit abaac8dc4c

View File

@@ -1708,7 +1708,7 @@ void rga2_test_0(void)
}
#endif
module_init(rga2_init);
late_initcall(rga2_init);
module_exit(rga2_exit);
/* Module information */