Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/
H A Ddrm_crtc_internal.h124 int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data,
H A Ddrm_mode_object.c501 int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data, in drm_mode_obj_set_property_ioctl() function
H A Ddrm_ioctl.c663 …DRM_IOCTL_DEF(DRM_IOCTL_MODE_OBJ_SETPROPERTY, drm_mode_obj_set_property_ioctl, DRM_MASTER|DRM_CONT…
H A Ddrm_connector.c1341 return drm_mode_obj_set_property_ioctl(dev, &obj_set_prop, file_priv); in drm_mode_connector_property_set_ioctl()