Home
last modified time | relevance | path

Searched refs:dst_pitch (Results 1 – 10 of 10) sorted by relevance

/linux-6.3-rc2/drivers/gpu/drm/tests/
A Ddrm_format_helper_test.c94 .dst_pitch = 0,
98 .dst_pitch = 0,
102 .dst_pitch = 0,
107 .dst_pitch = 0,
111 .dst_pitch = 0,
115 .dst_pitch = 0,
119 .dst_pitch = 0,
123 .dst_pitch = 0,
127 .dst_pitch = 0,
131 .dst_pitch = 0,
[all …]
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_format_helper.c68 if (!dst_pitch) in __drm_fb_xfrm()
79 dst += dst_pitch; in __drm_fb_xfrm()
112 if (!dst_pitch) in __drm_fb_xfrm_toio()
124 dst += dst_pitch; in __drm_fb_xfrm_toio()
143 if (!dst_pitch) in drm_fb_xfrm()
144 dst_pitch = default_dst_pitch; in drm_fb_xfrm()
184 if (!dst_pitch) in drm_fb_memcpy()
185 dst_pitch = default_dst_pitch; in drm_fb_memcpy()
1024 if (!dst_pitch) in drm_fb_xrgb8888_to_mono()
1025 dst_pitch = default_dst_pitch; in drm_fb_xrgb8888_to_mono()
[all …]
/linux-6.3-rc2/include/drm/
A Ddrm_format_helper.h21 void drm_fb_memcpy(struct iosys_map *dst, const unsigned int *dst_pitch,
24 void drm_fb_swab(struct iosys_map *dst, const unsigned int *dst_pitch,
27 void drm_fb_xrgb8888_to_rgb332(struct iosys_map *dst, const unsigned int *dst_pitch,
30 void drm_fb_xrgb8888_to_rgb565(struct iosys_map *dst, const unsigned int *dst_pitch,
33 void drm_fb_xrgb8888_to_xrgb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
36 void drm_fb_xrgb8888_to_argb1555(struct iosys_map *dst, const unsigned int *dst_pitch,
39 void drm_fb_xrgb8888_to_rgba5551(struct iosys_map *dst, const unsigned int *dst_pitch,
42 void drm_fb_xrgb8888_to_rgb888(struct iosys_map *dst, const unsigned int *dst_pitch,
45 void drm_fb_xrgb8888_to_argb8888(struct iosys_map *dst, const unsigned int *dst_pitch,
54 void drm_fb_xrgb8888_to_gray8(struct iosys_map *dst, const unsigned int *dst_pitch,
[all …]
/linux-6.3-rc2/drivers/video/fbdev/via/
A Daccel.c40 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_1() argument
139 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_1()
141 tmp, dst_pitch); in hw_bitblt_1()
144 tmp = VIA_PITCH_ENABLE | (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_1()
173 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y, in hw_bitblt_2() argument
220 if (tmp & 0xFFFFC007 || dst_pitch & 0xFFFFC007) { in hw_bitblt_2()
222 tmp, dst_pitch); in hw_bitblt_2()
225 tmp = (tmp >> 3) | (dst_pitch << (16 - 3)); in hw_bitblt_2()
A Dviafbdev.h53 u8 dst_bpp, u32 dst_addr, u32 dst_pitch, u32 dst_x, u32 dst_y,
/linux-6.3-rc2/drivers/gpu/drm/i915/gem/selftests/
A Di915_gem_client_blt.c148 u32 src_pitch, dst_pitch; in prepare_blit() local
180 dst_pitch = t->width; /* in dwords */ in prepare_blit()
189 dst_pitch *= 4; /* in bytes */ in prepare_blit()
194 *cs++ = src_4t | dst_4t | BLT_DEPTH_32 | dst_pitch; in prepare_blit()
233 dst_pitch = t->width * 4; in prepare_blit()
236 dst_pitch /= 4; in prepare_blit()
240 *cs++ = BLT_DEPTH_32 | BLT_ROP_SRC_COPY | dst_pitch; in prepare_blit()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_stdu.c585 s32 src_pitch, dst_pitch; in vmw_stdu_bo_cpu_commit() local
600 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp; in vmw_stdu_bo_cpu_commit()
602 dst_offset = ddirty->top * dst_pitch + ddirty->left * stdu->cpp; in vmw_stdu_bo_cpu_commit()
610 swap(dst_pitch, src_pitch); in vmw_stdu_bo_cpu_commit()
615 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, in vmw_stdu_bo_cpu_commit()
1291 s32 src_pitch, dst_pitch; in vmw_stdu_bo_populate_update_cpu() local
1304 dst_pitch = stdu->display_srf->metadata.base_size.width * stdu->cpp; in vmw_stdu_bo_populate_update_cpu()
1305 dst_offset = bb->y1 * dst_pitch + bb->x1 * stdu->cpp; in vmw_stdu_bo_populate_update_cpu()
1312 (void) vmw_bo_cpu_blit(dst_bo, dst_offset, dst_pitch, src_bo, in vmw_stdu_bo_populate_update_cpu()
/linux-6.3-rc2/drivers/gpu/drm/tiny/
A Dofdrm.c801 unsigned int dst_pitch = odev->pitch; in ofdrm_primary_plane_helper_atomic_update() local
822 iosys_map_incr(&dst, drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip)); in ofdrm_primary_plane_helper_atomic_update()
823 drm_fb_blit(&dst, &dst_pitch, dst_format->format, shadow_plane_state->data, fb, in ofdrm_primary_plane_helper_atomic_update()
840 unsigned int dst_pitch = odev->pitch; in ofdrm_primary_plane_helper_atomic_disable() local
857 dst_vmap += drm_fb_clip_offset(dst_pitch, dst_format, &dst_clip); in ofdrm_primary_plane_helper_atomic_disable()
860 dst_vmap += dst_pitch; in ofdrm_primary_plane_helper_atomic_disable()
A Drepaper.c516 unsigned int dst_pitch = 0; in repaper_fb_dirty() local
548 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, &vmap, fb, &clip); in repaper_fb_dirty()
/linux-6.3-rc2/drivers/gpu/drm/solomon/
A Dssd130x.c553 unsigned int dst_pitch; in ssd130x_fb_blit_rect() local
561 dst_pitch = DIV_ROUND_UP(drm_rect_width(rect), 8); in ssd130x_fb_blit_rect()
562 buf = kcalloc(dst_pitch, drm_rect_height(rect), GFP_KERNEL); in ssd130x_fb_blit_rect()
571 drm_fb_xrgb8888_to_mono(&dst, &dst_pitch, vmap, fb, rect); in ssd130x_fb_blit_rect()

Completed in 27 milliseconds