Home
last modified time | relevance | path

Searched refs:stride (Results 451 – 475 of 556) sorted by relevance

1...<<11121314151617181920>>...23

/openbmc/linux/drivers/gpu/drm/tegra/
H A Ddc.c418 value = window->stride[1] << 16 | window->stride[0]; in tegra_dc_setup_window()
421 tegra_plane_writel(plane, window->stride[0], DC_WIN_LINE_STRIDE); in tegra_dc_setup_window()
772 window.stride[i] = fb->pitches[i]; in tegra_plane_atomic_update()
/openbmc/linux/drivers/dma/xilinx/
H A Dxilinx_dma.c239 u32 stride; member
1446 last->hw.stride); in xilinx_vdma_start_transfer()
2074 hw->stride = (xt->sgl[0].icg + xt->sgl[0].size) << in xilinx_vdma_dma_prep_interleaved()
2076 hw->stride |= chan->config.frm_dly << in xilinx_vdma_dma_prep_interleaved()
H A Dxilinx_dpdma.c692 size_t stride = hsize + xt->sgl[0].icg; in xilinx_dpdma_chan_prep_interleaved_dma() local
720 stride / 16); in xilinx_dpdma_chan_prep_interleaved_dma()
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/
H A D0001-Allow-applications-to-set-next-resource-handle.patch207 … s, KHRN_IMAGE_FORMAT_T format, uint32_t width, uint32_t height, int32_t stride, uint32_t y_offset…
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c278 .stride = m->fd_stride, in vhost_user_gpu_handle_display()
/openbmc/linux/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_sriov.h55 u16 stride; /* following VF stride */ member
H A Dbnx2x_sriov.c1050 iov->stride * vfid) >> 8); in bnx2x_vf_bus()
1058 return (dev->devfn + iov->offset + iov->stride * vfid) & 0xff; in bnx2x_vf_devfn()
1132 pci_read_config_word(dev, pos + PCI_SRIOV_VF_STRIDE, &iov->stride); in bnx2x_sriov_pci_cfg_info()
1163 iov->initial, iov->nr_virtfn, iov->offset, iov->stride, iov->pgsz); in bnx2x_sriov_info()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Doaktrail_crtc.c618 REG_WRITE(map->stride, fb->pitches[0]); in oaktrail_pipe_set_base()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm670-google-sargo.dts47 stride = <(1080 * 4)>;
H A Dmsm8998-oneplus-common.dtsi33 stride = <(1080 * 4)>;
/openbmc/linux/arch/arm64/boot/dts/intel/
H A Dsocfpga_agilex5.dtsi79 redistributor-stride = <0x0 0x20000>;
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-vid-out.c341 unsigned stride = dev->bytesperline_out[p]; in vivid_g_fmt_vid_out() local
344 (stride * mp->height) / fmt->vdownsampling[p]; in vivid_g_fmt_vid_out()
/openbmc/linux/drivers/base/regmap/
H A Dregmap-kunit.c408 static void stride(struct kunit *test) in stride() function
1232 KUNIT_CASE_PARAM(stride, regcache_types_gen_params),
/openbmc/linux/drivers/media/platform/mediatek/jpeg/
H A Dmtk_jpeg_core.c293 u32 stride = pix_mp->width * fmt->h_sample[i] / 4; in mtk_jpeg_try_fmt_mplane() local
296 pfmt->bytesperline = stride; in mtk_jpeg_try_fmt_mplane()
297 pfmt->sizeimage = stride * h; in mtk_jpeg_try_fmt_mplane()
/openbmc/u-boot/drivers/video/
H A Dstb_truetype.h809 int w,h,stride; member
1851 STBTT_memcpy(result->pixels + j * result->stride, scanline, result->w); in stbtt__rasterize_sorted_edges()
2131 result->pixels[j*result->stride + i] = (unsigned char) m; in stbtt__rasterize_sorted_edges()
2451 gbm.stride = gbm.w; in stbtt_GetGlyphBitmapSubpixel()
2476 gbm.stride = out_stride; in stbtt_MakeGlyphBitmapSubpixel()
/openbmc/linux/drivers/crypto/
H A Dtalitos.c3334 int stride; in talitos_probe() local
3388 stride = TALITOS1_CH_STRIDE; in talitos_probe()
3396 stride = TALITOS1_CH_STRIDE; in talitos_probe()
3406 stride = TALITOS2_CH_STRIDE; in talitos_probe()
3448 priv->chan[i].reg = priv->reg + stride * (i + 1); in talitos_probe()
/openbmc/linux/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2145 priv->prof->rx_ring_size, priv->stride); in mlx4_en_free_resources()
2181 prof->rx_ring_size, priv->stride, in mlx4_en_alloc_resources()
2199 priv->stride); in mlx4_en_alloc_resources()
2231 dst->stride = roundup_pow_of_two(sizeof(struct mlx4_en_rx_desc) + in mlx4_en_copy_priv()
3231 priv->stride = roundup_pow_of_two(sizeof(struct mlx4_en_rx_desc) + in mlx4_en_init_netdev()
/openbmc/linux/Documentation/driver-api/media/drivers/
H A Dcx2341x-devel.rst447 buffer stride in pixels
734 destination stride in dwords
739 source stride in dwords
796 destination stride in dwords
853 destination stride in dwords
858 source stride in dwords
/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Dcmd_parser.c1392 u32 stride, tile; in gen8_check_mi_display_flip() local
1398 stride = vgpu_vreg_t(s->vgpu, info->stride_reg) & GENMASK(9, 0); in gen8_check_mi_display_flip()
1402 stride = (vgpu_vreg_t(s->vgpu, info->stride_reg) & in gen8_check_mi_display_flip()
1407 if (stride != info->stride_val) in gen8_check_mi_display_flip()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_sriov_common.c126 u16 stride, offset; in qlcnic_sriov_virtid_fn() local
135 pci_read_config_word(dev, pos + PCI_SRIOV_VF_STRIDE, &stride); in qlcnic_sriov_virtid_fn()
137 return (dev->devfn + offset + stride * vf_id) & 0xff; in qlcnic_sriov_virtid_fn()
/openbmc/qemu/hw/m68k/
H A Dq800.c610 BOOTINFO1(param_ptr, BI_MAC_VROW, macfb_mode->stride); in q800_machine_init()
/openbmc/linux/drivers/media/platform/allegro-dvt/
H A Dallegro-mail.c346 dst[i++] = msg->stride; in allegro_enc_encode_frame()
/openbmc/linux/drivers/rtc/
H A Drtc-sun6i.c708 .stride = 4,
H A Drtc-rv8803.c627 .stride = 1, in rv8803_probe()
/openbmc/linux/drivers/video/fbdev/
H A Dxen-fbfront.c286 xenfb_info->resize.stride = info->fix.line_length; in xenfb_set_par()

1...<<11121314151617181920>>...23