Home
last modified time | relevance | path

Searched refs:dst_stride (Results 1 – 11 of 11) sorted by relevance

/Linux-v6.1/drivers/gpu/drm/i915/selftests/
Di915_vma.c408 left = (r->plane[n].dst_stride - y) * PAGE_SIZE; in assert_rotated()
501 left = (r->plane[n].dst_stride - r->plane[n].width) * PAGE_SIZE; in assert_remapped()
539 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
541 return a->dst_stride * a->height + b->dst_stride * b->height; in remapped_size()
566 { .width = 2, .height = 2, .src_stride = 2, .dst_stride = 2 }, in igt_vma_rotate_remap()
567 { .width = 3, .height = 3, .src_stride = 3, .dst_stride = 4 }, in igt_vma_rotate_remap()
568 { .width = 5, .height = 6, .src_stride = 7, .dst_stride = 8 }, in igt_vma_rotate_remap()
604 if (!plane_info[0].dst_stride) in igt_vma_rotate_remap()
605 plane_info[0].dst_stride = view.type == I915_GTT_VIEW_ROTATED ? in igt_vma_rotate_remap()
608 if (!plane_info[1].dst_stride) in igt_vma_rotate_remap()
[all …]
/Linux-v6.1/drivers/gpu/drm/vmwgfx/
Dvmwgfx_blit.c448 u32 dst_offset, u32 dst_stride, in vmw_bo_cpu_blit() argument
458 u32 j, initial_line = dst_offset / dst_stride; in vmw_bo_cpu_blit()
494 diff->line_offset = dst_offset % dst_stride; in vmw_bo_cpu_blit()
499 dst_offset += dst_stride; in vmw_bo_cpu_blit()
Dvmwgfx_drv.h1524 u32 dst_offset, u32 dst_stride,
/Linux-v6.1/drivers/media/test-drivers/vicodec/
Dcodec-fwht.c838 unsigned int dst_stride, unsigned int dst_step, in decode_plane() argument
857 dst += dst_stride; in decode_plane()
873 u8 *dstp = dst + j * 8 * dst_stride + i * 8 * dst_step; in decode_plane()
881 dst_stride, dst_step); in decode_plane()
903 fill_decoder_block(dstp, cf->de_fwht, dst_stride, in decode_plane()
914 struct fwht_raw_frame *dst, unsigned int dst_stride, in fwht_decode_frame() argument
922 ref->luma_alpha_step, dst->luma, dst_stride, in fwht_decode_frame()
953 ref->luma_alpha_step, dst->alpha, dst_stride, in fwht_decode_frame()
Dcodec-fwht.h116 struct fwht_raw_frame *dst, unsigned int dst_stride,
/Linux-v6.1/drivers/gpu/drm/i915/display/
Dintel_fb.c1402 assign_chk_ovf(i915, remap_info->dst_stride, in calc_plane_remap_info()
1415 color_plane_info->mapping_stride = remap_info->dst_stride * tile_height; in calc_plane_remap_info()
1418 size += remap_info->dst_stride * remap_info->width; in calc_plane_remap_info()
1444 unsigned int dst_stride = plane_view_dst_stride_tiles(fb, color_plane, in calc_plane_remap_info() local
1447 assign_chk_ovf(i915, remap_info->dst_stride, dst_stride); in calc_plane_remap_info()
1448 color_plane_info->mapping_stride = dst_stride * in calc_plane_remap_info()
1454 dst_stride); in calc_plane_remap_info()
1456 size += dst_stride * remap_info->height; in calc_plane_remap_info()
1473 tile_size, remap_info->dst_stride, in calc_plane_remap_info()
Dintel_display.c641 size += rot_info->plane[i].dst_stride * rot_info->plane[i].width; in intel_rotation_info_size()
657 plane_size = rem_info->plane[i].dst_stride * rem_info->plane[i].height; in intel_remapped_info_size()
/Linux-v6.1/drivers/gpu/drm/i915/
Di915_debugfs.c206 vma->gtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
211 vma->gtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj()
220 vma->gtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj()
225 vma->gtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj()
Di915_vma_types.h110 u16 dst_stride; member
Di915_vma.c908 unsigned int src_stride, unsigned int dst_stride, in rotate_pages() argument
933 left = (dst_stride - height) * I915_GTT_PAGE_SIZE; in rotate_pages()
981 rot_info->plane[i].dst_stride, in intel_rotate_pages()
1020 unsigned int src_stride, unsigned int dst_stride, in remap_tiled_color_plane_pages() argument
1062 left = (dst_stride - width) * I915_GTT_PAGE_SIZE; in remap_tiled_color_plane_pages()
1070 *gtt_offset += alignment_pad + dst_stride * height; in remap_tiled_color_plane_pages()
1156 rem_info->plane[color_plane].dst_stride, in remap_color_plane_pages()
/Linux-v6.1/drivers/media/platform/nxp/
Dimx-pxp.c727 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local
743 dst_stride = ctx->q_data[V4L2_M2M_DST].bytesperline; in pxp_start()
790 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start()
796 out_pitch = BF_PXP_OUT_PITCH_PITCH(dst_stride); in pxp_start()