Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/
Ddrm_damage_helper.c234 iter->num_clips = drm_plane_get_damage_clips_count(state); in drm_atomic_helper_damage_iter_init()
Ddrm_plane.c1468 drm_plane_get_damage_clips_count(const struct drm_plane_state *state) in drm_plane_get_damage_clips_count() function
1473 EXPORT_SYMBOL(drm_plane_get_damage_clips_count);
Ddrm_atomic.c677 num_clips = drm_plane_get_damage_clips_count(new_plane_state); in drm_atomic_plane_check()
/linux-6.1.9/include/drm/
Ddrm_plane.h942 drm_plane_get_damage_clips_count(const struct drm_plane_state *state);
/linux-6.1.9/drivers/gpu/drm/vboxvideo/
Dvbox_mode.c295 num_clips = drm_plane_get_damage_clips_count(new_state); in vbox_primary_atomic_update()
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c4952 num_clips = drm_plane_get_damage_clips_count(new_plane_state); in fill_dc_dirty_rects()