Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/
Ddrm_damage_helper.c80 drm_property_blob_put(plane_state->fb_damage_clips); in drm_atomic_helper_check_plane_damage()
81 plane_state->fb_damage_clips = NULL; in drm_atomic_helper_check_plane_damage()
177 drm_property_replace_blob(&plane_state->fb_damage_clips, in drm_atomic_helper_dirtyfb()
Ddrm_atomic_state_helper.c340 state->fb_damage_clips = NULL; in __drm_atomic_helper_plane_duplicate_state()
386 drm_property_blob_put(state->fb_damage_clips); in __drm_atomic_helper_plane_destroy_state()
Ddrm_plane.c1489 return (state && state->fb_damage_clips) ? in drm_plane_get_damage_clips_count()
1490 state->fb_damage_clips->length/sizeof(struct drm_mode_rect) : 0; in drm_plane_get_damage_clips_count()
1497 return (struct drm_mode_rect *)((state && state->fb_damage_clips) ? in __drm_plane_get_damage_clips()
1498 state->fb_damage_clips->data : NULL); in __drm_plane_get_damage_clips()
Ddrm_atomic_uapi.c585 &state->fb_damage_clips, in drm_atomic_plane_set_property()
650 *val = (state->fb_damage_clips) ? in drm_atomic_plane_get_property()
651 state->fb_damage_clips->base.id : 0; in drm_atomic_plane_get_property()
/linux-6.6.21/include/drm/
Ddrm_plane.h191 struct drm_property_blob *fb_damage_clips; member
/linux-6.6.21/drivers/gpu/drm/tests/
Ddrm_damage_helper_test.c92 state->fb_damage_clips = damage_blob; in set_plane_damage()