android_kernel_xiaomi_sm8350/rotator/sde_rotator_vbif.h
Samantha Tran e2e554bc4d 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>
2019-04-22 14:04:59 -07:00

10 lines
286 B
C

/* 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__ */