Home
last modified time | relevance | path

Searched refs:max_bandwidth_low (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/display/msm8996/sdm/libs/core/fb/
Dhw_info.cpp123 bw_info->total_bw_limit[index] = UINT32(hw_resource->max_bandwidth_low); in GetDynamicBWLimits()
213 hw_resource->max_bandwidth_low = UINT64(atol(tokens[1])); in GetHWResourceInfo()
319 DLOGI("MaxLowBw = %" PRIu64 " , MaxHighBw = % " PRIu64 "", hw_resource->max_bandwidth_low, in GetHWResourceInfo()
/hardware/qcom/display/msm8996/sdm/include/private/
Dhw_info_types.h129 uint64_t max_bandwidth_low = 0; member