Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/
H A Ddrm_damage_helper.c82 drm_property_blob_put(plane_state->fb_damage_clips); in drm_atomic_helper_check_plane_damage()
83 plane_state->fb_damage_clips = NULL; in drm_atomic_helper_check_plane_damage()
179 drm_property_replace_blob(&plane_state->fb_damage_clips, in drm_atomic_helper_dirtyfb()
H A Ddrm_plane.c1676 return (state && state->fb_damage_clips) ? in drm_plane_get_damage_clips_count()
1677 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count()
1684 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in __drm_plane_get_damage_clips()
1685 state->fb_damage_clips->data : NULL); in __drm_plane_get_damage_clips()
/linux/include/drm/
H A Ddrm_plane.h197 struct drm_property_blob *fb_damage_clips; member
/linux/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c92 state->fb_damage_clips = damage_blob; in set_plane_damage()