disp: msm: add augen3 configuration

Add augen3 configuration for SA8155/SA8195/SA6155 family.

Change-Id: I206f0a636ef9f33b4c46cb0159ae2659a3dced59
Signed-off-by: Rahul Sharma <quic_rahsha@quicinc.com>
This commit is contained in:
Rahul Sharma
2022-04-22 02:27:25 +05:30
committed by Gerrit - the friendly Code Review server
parent 609f084c8a
commit d28f68dede
5 changed files with 53 additions and 2 deletions

View File

@@ -1,6 +1,7 @@
/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */
/*
* Copyright (c) 2020-2021, The Linux Foundation. All rights reserved.
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
#ifndef __MMM_COLOR_FMT_INFO_H__
#define __MMM_COLOR_FMT_INFO_H__
@@ -887,6 +888,7 @@ static inline unsigned int MMM_COLOR_FMT_Y_STRIDE(unsigned int color_fmt,
case MMM_COLOR_FMT_P010_512:
alignment = 512;
stride = MMM_COLOR_FMT_ALIGN(width * 2, alignment);
break;
default:
break;
}