Home
last modified time | relevance | path

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

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp454 string max_pipe_bw_high = "max_per_pipe_bw_high="; in GetTypeInfo() local
487 } else if (line.find(max_pipe_bw_high) != string::npos) { in GetTypeInfo()
488 info->max_pipe_bandwidth_high = std::stoull(line.erase(0, max_pipe_bw_high.length())); in GetTypeInfo()
/hardware/qcom/sm7250/display/sdm/include/private/
Dhw_info_types.h308 uint64_t max_pipe_bw_high = 0; member
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp170 bw_info->pipe_bw_limit[index] = hw_resource->max_pipe_bw_high; in GetDynamicBWLimits()