Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/gpu/drm/
Ddrm_damage_helper.c232 iter->num_clips = drm_plane_get_damage_clips_count(state); in drm_atomic_helper_damage_iter_init()
Ddrm_plane.c1464 drm_plane_get_damage_clips_count(const struct drm_plane_state *state) in drm_plane_get_damage_clips_count() function
1469 EXPORT_SYMBOL(drm_plane_get_damage_clips_count);
Ddrm_atomic.c664 num_clips = drm_plane_get_damage_clips_count(new_plane_state); in drm_atomic_plane_check()
/Linux-v5.15/include/drm/
Ddrm_plane.h903 drm_plane_get_damage_clips_count(const struct drm_plane_state *state);
/Linux-v5.15/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c293 num_clips = drm_plane_get_damage_clips_count(new_state); in vbox_primary_atomic_update()
/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_psr.c1647 num_clips = drm_plane_get_damage_clips_count(&new_plane_state->uapi); in intel_psr2_sel_fetch_update()