Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/drm/
Ddrm_plane.h185 struct drm_property_blob *fb_damage_clips; member
844 return (state && state->fb_damage_clips) ? in drm_plane_get_damage_clips_count()
845 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count()
861 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in drm_plane_get_damage_clips()
862 state->fb_damage_clips->data : NULL); in drm_plane_get_damage_clips()
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_damage_helper.c133 drm_property_blob_put(plane_state->fb_damage_clips); in drm_atomic_helper_check_plane_damage()
134 plane_state->fb_damage_clips = NULL; in drm_atomic_helper_check_plane_damage()
230 drm_property_replace_blob(&plane_state->fb_damage_clips, in drm_atomic_helper_dirtyfb()
Ddrm_atomic_state_helper.c313 state->fb_damage_clips = NULL; in __drm_atomic_helper_plane_duplicate_state()
359 drm_property_blob_put(state->fb_damage_clips); in __drm_atomic_helper_plane_destroy_state()
Ddrm_atomic_uapi.c582 &state->fb_damage_clips, in drm_atomic_plane_set_property()
644 *val = (state->fb_damage_clips) ? in drm_atomic_plane_get_property()
645 state->fb_damage_clips->base.id : 0; in drm_atomic_plane_get_property()
/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c40 state->fb_damage_clips = damage_blob; in set_plane_damage()