android_kernel_oneplus_msm8998/include/media/msm_sde_rotator.h
Alan Kwong 0203eacc8c msm: sde: Add interface to support sde v4l2 rotator
Current fbdev rotator interface lacks support for mult-context
use cases.  This new interface adopts V4L2 M2M framework to
support multiple concurrent sessions/contexts efficiently.

CRs-Fixed: 972831
Change-Id: I89593a57ba44e91c95d73154a7830539e5aab6e3
Signed-off-by: Alan Kwong <akwong@codeaurora.org>
2016-03-25 16:03:56 -07:00

17 lines
664 B
C

/* Copyright (c) 2015-2016, The Linux Foundation. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and
* only version 2 as published by the Free Software Foundation.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*/
#ifndef __MSM_SDE_ROTATOR__
#define __MSM_SDE_ROTATOR__
#include <uapi/media/msm_sde_rotator.h>
#endif /* __MSM_SDE_ROTATOR__ */