Home
last modified time | relevance | path

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

/third_party/libdrm/
Dxf86drmMode.h260 } drmModePropertyRes, *drmModePropertyPtr; typedef
262 static __inline int drm_property_type_is(drmModePropertyPtr property, in drm_property_type_is()
483 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
484 extern void drmModeFreeProperty(drmModePropertyPtr ptr);
Dxf86drmMode.c625 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty()
628 drmModePropertyPtr r; in drmModeGetProperty()
679 drm_public void drmModeFreeProperty(drmModePropertyPtr ptr) in drmModeFreeProperty()
/third_party/libdrm/tests/modeprint/
Dmodeprint.c82 static int printProperty(int fd, drmModeResPtr res, drmModePropertyPtr props, uint64_t value) in printProperty()
135 drmModePropertyPtr props; in printConnector()
/third_party/libdrm/tests/kms/
Dlibkms-test-plane.c76 drmModePropertyPtr prop; in kms_plane_probe()
/third_party/libdrm/tests/proptest/
Dproptest.c80 drmModePropertyPtr prop; in dump_prop()
/third_party/gstreamer/gstplugins_bad/sys/kms/
Dgstkmssink.c596 drmModePropertyPtr property; in set_drm_property()
/third_party/libdrm/tests/modetest/
Dmodetest.c351 static void dump_prop(struct device *dev, drmModePropertyPtr prop, in dump_prop()
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_display.c322 drmModePropertyPtr prop = drmModeGetProperty(drm_fd, in wsi_display_get_connector()