forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-10 cde9070d9970eef1f7ec2360586c802a16230ad8
kernel/drivers/media/platform/qcom/venus/hfi_parser.h
....@@ -107,4 +107,9 @@
107107 return cap_step(inst, HFI_CAPABILITY_FRAMERATE);
108108 }
109109
110
+static inline u32 core_num_max(struct venus_inst *inst)
111
+{
112
+ return cap_max(inst, HFI_CAPABILITY_MAX_VIDEOCORES);
113
+}
114
+
110115 #endif