Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/
H A Ddrm_crtc.c3351 struct drm_mode_object *prop_obj; in drm_mode_obj_set_property_ioctl() local
3374 prop_obj = drm_mode_object_find(dev, arg->prop_id, in drm_mode_obj_set_property_ioctl()
3376 if (!prop_obj) in drm_mode_obj_set_property_ioctl()
3378 property = obj_to_property(prop_obj); in drm_mode_obj_set_property_ioctl()