disp: snapshot of offline rotator

This snapshot includes updates to offline rotator and supporting
files. Snapshot was taken from msm-4.14 as of commit 0f8fb25421ff
("cnss2: Add device version to SOC info structure").

Change-Id: I58674ba880de3d8722ed9119bfc2bee34b444917
Signed-off-by: Samantha Tran <samtran@codeaurora.org>
This commit is contained in:
Samantha Tran
2019-04-22 11:56:06 -07:00
parent eeaef40ed6
commit e2e554bc4d
6 changed files with 255 additions and 50 deletions

View File

@@ -0,0 +1,10 @@
/* SPDX-License-Identifier: GPL-2.0-only */
/*
* Copyright (c) 2019, The Linux Foundation. All rights reserved.
*/
#ifndef __SDE_ROTATOR_VBIF_H__
#define __SDE_ROTATOR_VBIF_H__
void mdp_vbif_lock(struct platform_device *parent_pdev, bool enable);
#endif /* __SDE_ROTATOR_VBIF_H__ */