Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/
H A Ddrm_damage_helper.c233 iter->clips = (struct drm_rect *)drm_plane_get_damage_clips(state); in drm_atomic_helper_damage_iter_init()
H A Ddrm_plane.c1513 drm_plane_get_damage_clips(const struct drm_plane_state *state) in drm_plane_get_damage_clips() function
1525 EXPORT_SYMBOL(drm_plane_get_damage_clips);
/openbmc/linux/include/drm/
H A Ddrm_plane.h954 drm_plane_get_damage_clips(const struct drm_plane_state *state);
/openbmc/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_ldu.c364 struct drm_mode_rect *damage_rects = drm_plane_get_damage_clips(new_state); in vmw_ldu_primary_plane_atomic_update()
/openbmc/linux/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c294 clips = drm_plane_get_damage_clips(new_state); in vbox_primary_atomic_update()
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c5200 clips = drm_plane_get_damage_clips(new_plane_state); in fill_dc_dirty_rects()