Searched refs:drmModeGetProperty (Results 1 – 10 of 10) sorted by relevance
132 drmModeGetProperty
483 extern drmModePropertyPtr drmModeGetProperty(int fd, uint32_t propertyId);
625 drm_public drmModePropertyPtr drmModeGetProperty(int fd, uint32_t property_id) in drmModeGetProperty() function
78 prop = drmModeGetProperty(device->fd, props->props[i]); in kms_plane_probe()
82 prop = drmModeGetProperty(fd, prop_id); in dump_prop()
176 props = drmModeGetProperty(fd, connector->props[i]); in printConnector()
321 prop = drmModeGetProperty(b->drm.fd, props->props[i]); in drm_property_info_populate()
598 property = drmModeGetProperty (fd, properties->props[i]); in set_drm_property()
707 drmModeGetProperty(dev->fd, obj->props->props[j]); \ in get_resources()
322 drmModePropertyPtr prop = drmModeGetProperty(drm_fd, in wsi_display_get_connector()