Home
last modified time | relevance | path

Searched refs:drm_mode_obj_set_property_ioctl (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/sys/dev/drm2/
HDdrm_drv.c166 …DRM_IOCTL_DEF(DRM_IOCTL_MODE_OBJ_SETPROPERTY, drm_mode_obj_set_property_ioctl, DRM_MASTER|DRM_CONT…
HDdrm_crtc.h1071 extern int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data,
HDdrm_crtc.c3202 return drm_mode_obj_set_property_ioctl(dev, &obj_set_prop, file_priv); in drm_mode_connector_property_set_ioctl()
3312 int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data, in drm_mode_obj_set_property_ioctl() function