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

Commit 3a4bfe35 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

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

parents a80a92ab 228f5b17
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;