Home
last modified time | relevance | path

Searched refs:HFI_MAX_PROFILE_COUNT (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/media/platform/qcom/venus/
H A Dhfi_parser.c92 if (cap->num_pl + num >= HFI_MAX_PROFILE_COUNT) in fill_profile_level()
104 struct hfi_profile_level pl_arr[HFI_MAX_PROFILE_COUNT] = {}; in parse_profile_level()
106 if (pl->profile_count > HFI_MAX_PROFILE_COUNT) in parse_profile_level()
H A Dhfi_platform.h35 struct hfi_profile_level pl[HFI_MAX_PROFILE_COUNT];
H A Dhfi_helper.h801 #define HFI_MAX_PROFILE_COUNT 16 macro