Home
last modified time | relevance | path

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

/include/drm/
Ddrm_plane.h184 struct drm_property_blob *fb_damage_clips; member
825 return (state && state->fb_damage_clips) ? in drm_plane_get_damage_clips_count()
826 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count()
842 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in drm_plane_get_damage_clips()
843 state->fb_damage_clips->data : NULL); in drm_plane_get_damage_clips()