Home
last modified time | relevance | path

Searched refs:count_props (Results 1 – 8 of 8) sorted by relevance

/hardware/qcom/sm7250/display/sde-drm/
Ddrm_connector.cpp453 for (uint32_t j = 0; j < props->count_props; j++) { in ParseProperties()
742 std::find(props->props, props->props + props->count_props, in GetInfo()
744 if (index < props->count_props) in GetInfo()
750 std::find(props->props, props->props + props->count_props, in GetInfo()
752 if (index < props->count_props) in GetInfo()
758 std::find(props->props, props->props + props->count_props, in GetInfo()
760 if (index < props->count_props) in GetInfo()
766 std::find(props->props, props->props + props->count_props, in GetInfo()
768 if (index < props->count_props) in GetInfo()
774 std::find(props->props, props->props + props->count_props, in GetInfo()
[all …]
Ddrm_panel_feature_mgr.cpp131 for (uint32_t j = 0; j < props->count_props; j++) { in InitObjectProps()
257 for (uint32_t j = 0; j < props->count_props; j++) { in GetPanelFeatureInfo()
Ddrm_dpps_mgr_imp.cpp147 for (uint32_t j = 0; j < props->count_props; j++) { in InitCrtcProps()
183 for (uint32_t j = 0; j < props->count_props; j++) { in InitConnProps()
Ddrm_crtc.cpp260 for (uint32_t j = 0; j < props->count_props; j++) { in ParseProperties()
Ddrm_plane.cpp560 for (uint32_t j = 0; j < props->count_props; j++) { in ParseProperties()
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/
Ddrm_mode.h471 __u32 count_props; member
634 __u32 count_props; member
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/
Ddrmdevice.cpp471 for (int i = 0; !found && (size_t)i < props->count_props; ++i) { in GetProperty()
512 for (int i = 0; !found && (size_t)i < props->count_props; ++i) { in UpdateObjectProperty()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_display.c348 p < drm_connector->count_props; p++) in wsi_display_get_connector()