Skip to content

Commit 3a1b8a3

Browse files
PENDING: dt-bindings: media: iris: add sm8550 iris context bank function IDs
Add a dt-bindings header include/dt-bindings/media/qcom,sm8550-iris.h defining IRIS_NON_PIXEL_VCODEC (0) and IRIS_PIXEL (1) function IDs used to identify the non-pixel and pixel context bank SMMU stream mappings via iommu-map. Signed-off-by: Vishnu Reddy <busanna.reddy@oss.qualcomm.com> Signed-off-by: Vikash Garodia <vikash.garodia@oss.qualcomm.com> Signed-off-by: Gourav Kumar <gouravk@qti.qualcomm.com>
1 parent 22a586f commit 3a1b8a3

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2+
/*
3+
* Copyright (c) Qualcomm Technologies, Inc. and/or its subsidiaries.
4+
*/
5+
6+
#ifndef _DT_BINDINGS_MEDIA_QCOM_SM8550_IRIS_H_
7+
#define _DT_BINDINGS_MEDIA_QCOM_SM8550_IRIS_H_
8+
9+
/* Function identifiers for iommu-map to attach for the context bank devices */
10+
#define IRIS_NON_PIXEL_VCODEC 0
11+
#define IRIS_PIXEL 1
12+
13+
#endif

0 commit comments

Comments
 (0)