Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/
H A 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()
H A 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()
/kernel/linux/linux-6.6/drivers/gpu/drm/solomon/
H A Dssd130x.c676 struct drm_rect dst_clip; in ssd130x_primary_plane_helper_atomic_update() local
685 dst_clip = plane_state->dst; in ssd130x_primary_plane_helper_atomic_update()
687 if (!drm_rect_intersect(&dst_clip, &damage)) in ssd130x_primary_plane_helper_atomic_update()
690 ssd130x_fb_blit_rect(plane_state, &shadow_plane_state->data[0], &dst_clip); in ssd130x_primary_plane_helper_atomic_update()

Completed in 7 milliseconds