Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/selftests/
Dtest-drm_damage_helper.c30 static void set_damage_blob(struct drm_property_blob *damage_blob, in set_damage_blob() argument
33 damage_blob->length = size; in set_damage_blob()
34 damage_blob->data = r; in set_damage_blob()
38 struct drm_property_blob *damage_blob) in set_plane_damage() argument
40 state->fb_damage_clips = damage_blob; in set_plane_damage()
286 struct drm_property_blob damage_blob; in igt_damage_iter_simple_damage() local
306 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_simple_damage()
307 set_plane_damage(&state, &damage_blob); in igt_damage_iter_simple_damage()
322 struct drm_property_blob damage_blob; in igt_damage_iter_single_damage() local
341 set_damage_blob(&damage_blob, &damage, sizeof(damage)); in igt_damage_iter_single_damage()
[all …]