Skip to content
Snippets Groups Projects
Commit 2968ee95 authored by Damon Ding's avatar Damon Ding Committed by Sebastian Reichel
Browse files

drm/rockchip: vop2: add support to synchronize VPs automatically


For some application scenario, such as multi-screen splicing, multiple
VPs should display synchronously.

To Synchronize VP0 and VP1, the DTS configurations may be like:

&vop {
	rockchip,sync-vp-mask = /bits/ 8 <3>;
};

The 8-bits value 3 means VP0(1 << 0) and VP1(1 << 1).

Signed-off-by: default avatarDamon Ding <damon.ding@rock-chips.com>
[rebase]
Signed-off-by: default avatarSebastian Reichel <sebastian.reichel@collabora.com>
parent 9623e1f9
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment