forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
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