Home
last modified time | relevance | path

Searched refs:max_pipe_bandwidth (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/sdm845/display/libdrmutils/
Ddrm_interface.h473 uint64_t max_pipe_bandwidth; member
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h554 uint64_t max_pipe_bandwidth; member
/hardware/qcom/sm7250/display/libdrmutils/
Ddrm_interface.h571 uint64_t max_pipe_bandwidth; member
/hardware/qcom/sm7250/display/sdm/libs/core/drm/
Dhw_info_drm.cpp498 hw_resource->dyn_bw_info.pipe_bw_limit[index] = info.max_pipe_bandwidth / kKiloUnit; in PopulatePipeBWCaps()
/hardware/qcom/sm7250/display/sde-drm/
Ddrm_plane.cpp486 info->max_pipe_bandwidth = std::stoull(line.erase(0, max_pipe_bw.length())); in GetTypeInfo()