Searched refs:drm_pvr_obj_array (Results 1 – 3 of 3) sorted by relevance
/linux/include/uapi/drm/ |
H A D | pvr_drm.h | 41 * struct drm_pvr_obj_array - Container used to pass arrays of objects 55 struct drm_pvr_obj_array { struct 67 * DRM_PVR_OBJ_ARRAY() - Helper macro for filling &struct drm_pvr_obj_array. argument 71 * Return: Literal of type &struct drm_pvr_obj_array. 326 struct drm_pvr_obj_array heaps; 434 struct drm_pvr_obj_array static_data_areas; 1269 struct drm_pvr_obj_array sync_ops; 1288 struct drm_pvr_obj_array jobs;
|
/linux/drivers/gpu/drm/imagination/ |
H A D | pvr_drv.h | 23 int pvr_get_uobj_array(const struct drm_pvr_obj_array *in, u32 min_stride, u32 obj_size, 25 int pvr_set_uobj_array(const struct drm_pvr_obj_array *out, u32 min_stride, u32 obj_size, 103 * @_src_drm_pvr_obj_array: The &struct drm_pvr_obj_array containing a __u64 raw 116 * @_dest_drm_pvr_obj_array: The &struct drm_pvr_obj_array containing a __u64 raw
|
H A D | pvr_drv.c | 1190 pvr_get_uobj_array(const struct drm_pvr_obj_array *in, u32 min_stride, u32 obj_size, void **out) in pvr_get_uobj_array() 1233 pvr_set_uobj_array(const struct drm_pvr_obj_array *out, u32 min_stride, u32 obj_size, in pvr_set_uobj_array()
|