Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_plane.h1017 drm_plane_get_damage_clips(const struct drm_plane_state *state);
/linux/drivers/gpu/drm/
H A Ddrm_plane.c1700 drm_plane_get_damage_clips(const struct drm_plane_state *state) in drm_plane_get_damage_clips() function
1712 EXPORT_SYMBOL(drm_plane_get_damage_clips);
/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c6341 clips = drm_plane_get_damage_clips(new_plane_state); in fill_dc_dirty_rects()