Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/tiny/
Dofdrm.c813 struct drm_rect dst_clip = plane_state->dst; in ofdrm_primary_plane_helper_atomic_update() local
815 if (!drm_rect_intersect(&dst_clip, &damage)) in ofdrm_primary_plane_helper_atomic_update()
818 iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip)); in ofdrm_primary_plane_helper_atomic_update()
838 struct drm_rect dst_clip; in ofdrm_primary_plane_helper_atomic_disable() local
842 drm_rect_init(&dst_clip, in ofdrm_primary_plane_helper_atomic_disable()
846 lines = drm_rect_height(&dst_clip); in ofdrm_primary_plane_helper_atomic_disable()
847 linepixels = drm_rect_width(&dst_clip); in ofdrm_primary_plane_helper_atomic_disable()
853 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in ofdrm_primary_plane_helper_atomic_disable()
Dsimpledrm.c502 struct drm_rect dst_clip = plane_state->dst; in simpledrm_primary_plane_helper_atomic_update() local
505 if (!drm_rect_intersect(&dst_clip, &damage)) in simpledrm_primary_plane_helper_atomic_update()
508 iosys_map_incr(&dst, drm_fb_clip_offset(sdev->pitch, sdev->format, &dst_clip)); in simpledrm_primary_plane_helper_atomic_update()
/Linux-v6.6/drivers/gpu/drm/solomon/
Dssd130x.c645 struct drm_rect dst_clip; in ssd130x_primary_plane_helper_atomic_update() local
654 dst_clip = plane_state->dst; in ssd130x_primary_plane_helper_atomic_update()
656 if (!drm_rect_intersect(&dst_clip, &damage)) in ssd130x_primary_plane_helper_atomic_update()
659 ssd130x_fb_blit_rect(plane_state, &shadow_plane_state->data[0], &dst_clip); in ssd130x_primary_plane_helper_atomic_update()