Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/selftests/
A Di915_vma.c407 left = (r->plane[n].dst_stride - y) * PAGE_SIZE; in assert_rotated()
538 return a->dst_stride * a->width + b->dst_stride * b->width; in remapped_size()
540 return a->dst_stride * a->height + b->dst_stride * b->height; in remapped_size()
603 if (!plane_info[0].dst_stride) in igt_vma_rotate_remap()
607 if (!plane_info[1].dst_stride) in igt_vma_rotate_remap()
681 plane_info[0].dst_stride, in igt_vma_rotate_remap()
686 plane_info[1].dst_stride, in igt_vma_rotate_remap()
996 if (!plane_info[0].dst_stride) in igt_vma_remapped_gtt()
997 plane_info[0].dst_stride = *t == I915_GGTT_VIEW_ROTATED ? in igt_vma_remapped_gtt()
1021 offset = (x * plane_info[0].dst_stride + y) * PAGE_SIZE; in igt_vma_remapped_gtt()
[all …]
/linux/drivers/gpu/drm/vmwgfx/
A 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()
A Dvmwgfx_drv.h1505 u32 dst_offset, u32 dst_stride,
/linux/drivers/media/test-drivers/vicodec/
A 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()
A Dcodec-fwht.h116 struct fwht_raw_frame *dst, unsigned int dst_stride,
/linux/drivers/gpu/drm/i915/
A Di915_debugfs.c191 vma->ggtt_view.rotated.plane[0].dst_stride, in i915_debugfs_describe_obj()
196 vma->ggtt_view.rotated.plane[1].dst_stride, in i915_debugfs_describe_obj()
205 vma->ggtt_view.remapped.plane[0].dst_stride, in i915_debugfs_describe_obj()
210 vma->ggtt_view.remapped.plane[1].dst_stride, in i915_debugfs_describe_obj()
A Di915_vma_types.h104 u16 dst_stride; member
/linux/drivers/gpu/drm/i915/display/
A Dintel_fb.c871 assign_chk_ovf(i915, remap_info->dst_stride, in calc_plane_remap_info()
884 color_plane_info->stride = remap_info->dst_stride * tile_height; in calc_plane_remap_info()
886 size += remap_info->dst_stride * remap_info->width; in calc_plane_remap_info()
903 assign_chk_ovf(i915, remap_info->dst_stride, in calc_plane_remap_info()
909 color_plane_info->stride = remap_info->dst_stride * tile_width * in calc_plane_remap_info()
912 size += remap_info->dst_stride * remap_info->height; in calc_plane_remap_info()
922 tile_size, remap_info->dst_stride, in calc_plane_remap_info()
A Dintel_display.c840 size += rot_info->plane[i].dst_stride * rot_info->plane[i].width; in intel_rotation_info_size()
853 plane_size = rem_info->plane[i].dst_stride * rem_info->plane[i].height; in intel_remapped_info_size()
/linux/drivers/gpu/drm/i915/gt/
A Dintel_ggtt.c1301 unsigned int src_stride, unsigned int dst_stride, in rotate_pages() argument
1326 left = (dst_stride - height) * I915_GTT_PAGE_SIZE; in rotate_pages()
1374 rot_info->plane[i].dst_stride, in intel_rotate_pages()
1394 unsigned int src_stride, unsigned int dst_stride, in remap_pages() argument
1446 left = (dst_stride - width) * I915_GTT_PAGE_SIZE; in remap_pages()
1500 rem_info->plane[i].src_stride, rem_info->plane[i].dst_stride, in intel_remap_pages()
1504 rem_info->plane[i].dst_stride * rem_info->plane[i].height; in intel_remap_pages()
/linux/drivers/media/platform/
A Dimx-pxp.c726 u32 dst_width, dst_height, dst_stride, dst_fourcc; in pxp_start() local
742 dst_stride = ctx->q_data[V4L2_M2M_DST].bytesperline; in pxp_start()
783 out_buf2 = out_buf + dst_stride * dst_height; in pxp_start()
789 out_pitch = BF_PXP_OUT_PITCH_PITCH(dst_stride); in pxp_start()

Completed in 68 milliseconds