Home
last modified time | relevance | path

Searched refs:prop_fb_damage_clips (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/include/drm/
H A Ddrm_mode_config.h646 * @prop_fb_damage_clips: Optional plane property to mark damaged
653 struct drm_property *prop_fb_damage_clips; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_mode_config.h662 * @prop_fb_damage_clips: Optional plane property to mark damaged
669 struct drm_property *prop_fb_damage_clips; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_damage_helper.c101 drm_object_attach_property(&plane->base, config->prop_fb_damage_clips, in drm_plane_enable_fb_damage_clips()
H A Ddrm_atomic_uapi.c582 } else if (property == config->prop_fb_damage_clips) { in drm_atomic_plane_set_property()
645 } else if (property == config->prop_fb_damage_clips) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c311 dev->mode_config.prop_fb_damage_clips = prop; in drm_mode_create_standard_properties()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_plane.c1472 drm_object_attach_property(&plane->base, config->prop_fb_damage_clips, in drm_plane_enable_fb_damage_clips()
1520 config->prop_fb_damage_clips->base.id)) in drm_plane_get_damage_clips()
H A Ddrm_atomic_uapi.c583 } else if (property == config->prop_fb_damage_clips) { in drm_atomic_plane_set_property()
649 } else if (property == config->prop_fb_damage_clips) { in drm_atomic_plane_get_property()
H A Ddrm_mode_config.c314 dev->mode_config.prop_fb_damage_clips = prop; in drm_mode_create_standard_properties()
/kernel/linux/linux-6.6/drivers/gpu/drm/tests/
H A Ddrm_damage_helper_test.c45 mock->device.mode_config.prop_fb_damage_clips = &mock->prop; in drm_damage_helper_init()

Completed in 15 milliseconds