Searched refs:count_props (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm7250/display/sde-drm/ |
D | drm_connector.cpp | 453 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 …]
|
D | drm_panel_feature_mgr.cpp | 131 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()
|
D | drm_dpps_mgr_imp.cpp | 147 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()
|
D | drm_crtc.cpp | 260 for (uint32_t j = 0; j < props->count_props; j++) { in ParseProperties()
|
D | drm_plane.cpp | 560 for (uint32_t j = 0; j < props->count_props; j++) { in ParseProperties()
|
/hardware/google/gfxstream/guest/mesa/include/drm-uapi/ |
D | drm_mode.h | 471 __u32 count_props; member 634 __u32 count_props; member
|
/hardware/google/graphics/common/libhwc2.1/libdrmresource/drm/ |
D | drmdevice.cpp | 471 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/ |
D | wsi_common_display.c | 348 p < drm_connector->count_props; p++) in wsi_display_get_connector()
|