Home
last modified time | relevance | path

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

/freebsd/sys/dev/drm2/
H A Ddrm_drv.c166 …DRM_IOCTL_DEF(DRM_IOCTL_MODE_OBJ_SETPROPERTY, drm_mode_obj_set_property_ioctl, DRM_MASTER|DRM_CONT…
H A Ddrm_crtc.h1071 extern int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data,
H A Ddrm_crtc.c3234 return drm_mode_obj_set_property_ioctl(dev, &obj_set_prop, file_priv); in drm_mode_connector_property_set_ioctl()
3344 int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data, in drm_mode_obj_set_property_ioctl() function