Searched refs:dst_clip (Results 1 – 2 of 2) sorted by relevance
582 struct drm_rect src_clip, dst_clip; in ssd130x_primary_plane_helper_atomic_update() local588 dst_clip = plane_state->dst; in ssd130x_primary_plane_helper_atomic_update()589 if (!drm_rect_intersect(&dst_clip, &src_clip)) in ssd130x_primary_plane_helper_atomic_update()595 ssd130x_fb_blit_rect(plane_state->fb, &shadow_plane_state->data[0], &dst_clip); in ssd130x_primary_plane_helper_atomic_update()
495 struct drm_rect dst_clip = plane_state->dst; in simpledrm_primary_plane_helper_atomic_update() local497 if (!drm_rect_intersect(&dst_clip, &damage)) in simpledrm_primary_plane_helper_atomic_update()500 iosys_map_incr(&dst, drm_fb_clip_offset(sdev->pitch, sdev->format, &dst_clip)); in simpledrm_primary_plane_helper_atomic_update()