HomeSort by: relevance | last modified time | path
    Searched defs:fb_damage_clips (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_plane.h 180 * @fb_damage_clips:
187 struct drm_property_blob *fb_damage_clips; member in struct:drm_plane_state
841 * Return: Number of clips in plane fb_damage_clips blob property.
846 return (state && state->fb_damage_clips) ?
847 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0;
858 * Return: Damage clips in plane fb_damage_clips blob property.
863 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ?
864 state->fb_damage_clips->data : NULL);
drm_plane.h 180 * @fb_damage_clips:
187 struct drm_property_blob *fb_damage_clips; member in struct:drm_plane_state
841 * Return: Number of clips in plane fb_damage_clips blob property.
846 return (state && state->fb_damage_clips) ?
847 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0;
858 * Return: Damage clips in plane fb_damage_clips blob property.
863 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ?
864 state->fb_damage_clips->data : NULL);

Completed in 21 milliseconds