Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c59 static void set_damage_blob(struct drm_property_blob *damage_blob, in set_damage_blob() argument
62 damage_blob->length = size; in set_damage_blob()
63 damage_blob->data = r; in set_damage_blob()
67 struct drm_property_blob *damage_blob) in set_plane_damage() argument
69 state->fb_damage_clips = damage_blob; in set_plane_damage()
279 struct drm_property_blob damage_blob; in igt_damage_iter_simple_damage() local
290 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_simple_damage()
291 set_plane_damage(&state, &damage_blob); in igt_damage_iter_simple_damage()
305 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage() local
315 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage()
[all …]