Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 228f5b17 authored by Prashant Beniwal's avatar Prashant Beniwal Committed by Gerrit - the friendly Code Review server
Browse files

drm/msm: Update UAPI flags for PCC to support L/R configuration



Add mask to fetch number of PCC configs from UAPI flags

Change-Id: Iaaa10474fd32053241411d76229e1431aa657c85
Signed-off-by: default avatarPrashant Beniwal <pbeniw@codeaurora.org>
parent 5200784e
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
/* SPDX-License-Identifier: GPL-2.0-only WITH Linux-syscall-note */
/*
 * Copyright (c) 2017-2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2017-2020, The Linux Foundation. All rights reserved.
 */

#ifndef _MSM_DRM_PP_H_
@@ -48,6 +48,7 @@ struct drm_msm_pcc_coeff {
 * @b_bb: second order coefficients
 */
#define DRM_MSM_PCC3
#define NUM_STRUCT_MASK (0xFUL << 60)
struct drm_msm_pcc {
	__u64 flags;
	struct drm_msm_pcc_coeff r;