Searched refs:__drm_object_property_get_value (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_mode_object.c | 300 static int __drm_object_property_get_value(struct drm_mode_object *obj, in __drm_object_property_get_value() function 347 return __drm_object_property_get_value(obj, property, val); in drm_object_property_get_value() 367 ret = __drm_object_property_get_value(obj, prop, &val); in drm_mode_object_get_properties()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_mode_object.c | 318 static int __drm_object_property_get_value(struct drm_mode_object *obj, in __drm_object_property_get_value() function 356 return __drm_object_property_get_value(obj, property, val); in drm_object_property_get_value() 402 ret = __drm_object_property_get_value(obj, prop, &val); in drm_mode_object_get_properties()
|
Completed in 2 milliseconds