]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
media: venus: hfi_helper: Add VP9 profile and levels
authorStanimir Varbanov <stanimir.varbanov@linaro.org>
Tue, 8 Sep 2020 12:03:28 +0000 (14:03 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 14 Sep 2020 13:40:04 +0000 (15:40 +0200)
Add HFI defines for VP9 codec profile and levels.

Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/qcom/venus/hfi_helper.h

index 758c70ac26fd303fe85756c38afac476a04776c1..60ee2479f7a68362dbc5dcfda27924609ca17e12 100644 (file)
 #define HFI_HEVC_TIER_MAIN                     0x1
 #define HFI_HEVC_TIER_HIGH0                    0x2
 
+/* VP9 Profile 0, 8-bit */
+#define HFI_VP9_PROFILE_P0                     0x00000001
+/* VP9 Profile 2, 10-bit */
+#define HFI_VP9_PROFILE_P2_10B                 0x00000004
+
+#define HFI_VP9_LEVEL_1                                0x00000001
+#define HFI_VP9_LEVEL_11                       0x00000002
+#define HFI_VP9_LEVEL_2                                0x00000004
+#define HFI_VP9_LEVEL_21                       0x00000008
+#define HFI_VP9_LEVEL_3                                0x00000010
+#define HFI_VP9_LEVEL_31                       0x00000020
+#define HFI_VP9_LEVEL_4                                0x00000040
+#define HFI_VP9_LEVEL_41                       0x00000080
+#define HFI_VP9_LEVEL_5                                0x00000100
+#define HFI_VP9_LEVEL_51                       0x00000200
+#define HFI_VP9_LEVEL_6                                0x00000400
+#define HFI_VP9_LEVEL_61                       0x00000800
+
 #define HFI_BUFFER_INPUT                       0x1
 #define HFI_BUFFER_OUTPUT                      0x2
 #define HFI_BUFFER_OUTPUT2                     0x3