Home
last modified time | relevance | path

Searched refs:stride (Results 151 – 175 of 556) sorted by relevance

12345678910>>...23

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/falcon/
H A Dmsgq.c182 msgq->head_reg = func->msgq.head + index * func->msgq.stride; in nvkm_falcon_msgq_init()
183 msgq->tail_reg = func->msgq.tail + index * func->msgq.stride; in nvkm_falcon_msgq_init()
/openbmc/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c104 u32 stride; member
119 unsigned int stride; member
883 tile->stride = tile->width; in calc_tile_dimensions()
886 tile->stride = in calc_tile_dimensions()
999 y_stride = image->stride; in calc_tile_offsets_planar()
1053 u32 bpp, stride, offset; in calc_tile_offsets_packed() local
1057 stride = image->stride; in calc_tile_offsets_packed()
1061 row_off = image->tile[tile].top * stride; in calc_tile_offsets_packed()
1298 u32 width, height, stride; in init_idmac_channel() local
1321 stride = image->stride; in init_idmac_channel()
[all …]
H A Dipu-prg.c275 unsigned int height, unsigned int stride, in ipu_prg_channel_configure() argument
299 width, height, stride, format, modifier, *eba); in ipu_prg_channel_configure()
304 val = (stride - 1) & IPU_PRG_STRIDE_STRIDE_MASK; in ipu_prg_channel_configure()
/openbmc/linux/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier-core.c159 unsigned int stride = 0; in uniphier_conf_get_drvctrl_data() local
167 stride = 1; in uniphier_conf_get_drvctrl_data()
173 stride = 2; in uniphier_conf_get_drvctrl_data()
179 stride = 4; in uniphier_conf_get_drvctrl_data()
197 drvctrl *= stride; in uniphier_conf_get_drvctrl_data()
/openbmc/linux/drivers/video/fbdev/
H A Dgxt4500.c382 unsigned int dfa_ctl, pixfmt, stride; in gxt4500_set_par() local
455 stride = 4096; in gxt4500_set_par()
458 stride = 2048; in gxt4500_set_par()
461 stride = 1024; in gxt4500_set_par()
506 info->fix.line_length = stride * pixsize[pixfmt]; in gxt4500_set_par()
/openbmc/linux/include/linux/
H A Dsysfb.h53 int stride; member
/openbmc/linux/drivers/gpu/drm/qxl/
H A Dqxl_dumb.c60 surf.stride = pitch; in qxl_mode_dumb_create()
/openbmc/linux/drivers/media/test-drivers/vicodec/
H A Dcodec-v4l2-fwht.h32 unsigned int stride; member
H A Dcodec-fwht.h111 unsigned int stride, unsigned int chroma_stride);
/openbmc/linux/sound/usb/usx2y/
H A Dusbusx2y.h29 int stride; member
/openbmc/linux/drivers/nvmem/
H A Dqoriq-efuse.c36 .stride = sizeof(u32), in qoriq_efuse_probe()
H A Dapple-efuses.c42 .stride = sizeof(u32), in apple_efuses_probe()
H A Duniphier-efuse.c48 econfig.stride = 1; in uniphier_efuse_probe()
/openbmc/linux/arch/arm64/boot/dts/qcom/
H A Dsdm845-lg-judyp.dts22 stride = <(1440 * 4)>;
/openbmc/qemu/hw/display/
H A Dati.c62 int stride = (s->regs.crtc_pitch & 0x7ff) * 8; in ati_vga_switch_mode() local
97 DPRINTF("Switching to %dx%d %d %d @ %x\n", h, v, stride, bpp, offs); in ati_vga_switch_mode()
113 if (stride) { in ati_vga_switch_mode()
117 vbe_ioport_write_data(&s->vga, 0, stride); in ati_vga_switch_mode()
118 stride *= bypp; in ati_vga_switch_mode()
119 if (offs % stride) { in ati_vga_switch_mode()
123 vbe_ioport_write_data(&s->vga, 0, offs % stride / bypp); in ati_vga_switch_mode()
126 vbe_ioport_write_data(&s->vga, 0, offs / stride); in ati_vga_switch_mode()
/openbmc/linux/crypto/
H A Dskcipher.c213 data = skcipher_get_spot(data, walk->stride); in skcipher_walk_complete()
218 if (offset_in_page(p->data) + p->len + walk->stride > in skcipher_walk_complete()
327 if (offset_in_page(walk->page) + walk->nbytes + walk->stride > in skcipher_next_copy()
372 bsize = min(walk->stride, max(n, walk->blocksize)); in skcipher_walk_next()
420 unsigned bs = walk->stride; in skcipher_copy_iv()
488 walk->stride = crypto_skcipher_walksize(tfm); in skcipher_walk_skcipher()
553 walk->stride = crypto_aead_chunksize(tfm); in skcipher_walk_aead_common()
/openbmc/qemu/include/hw/display/
H A Dmacfb.h48 uint32_t stride; member
/openbmc/linux/include/xen/interface/io/
H A Dfbif.h45 int32_t stride; /* stride in bytes */ member
/openbmc/linux/Documentation/devicetree/bindings/interrupt-controller/
H A Darm,gic-v3.yaml94 redistributor-stride:
96 If using padding pages, specifies the stride of consecutive
275 redistributor-stride = <0x0 0x40000>; // 256kB stride
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-class-bsr24 (RO) The stride or the interval at which the allocated BSR bytes
/openbmc/u-boot/arch/arm/include/asm/arch-rockchip/
H A Dsdram_rk3399.h99 unsigned int stride; member
/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h47 int32_t stride; /* stride in bytes */ member
/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_display.c224 nouveau_get_width_in_blocks(uint32_t stride) in nouveau_get_width_in_blocks() argument
231 return (stride + (1 << log_block_width) - 1) >> log_block_width; in nouveau_get_width_in_blocks()
256 uint32_t offset, uint32_t stride, uint32_t h, in nouveau_check_bl_size() argument
278 bw = nouveau_get_width_in_blocks(stride); in nouveau_check_bl_size()
284 offset, stride, h, tile_mode, bw, bh, gob_size, bl_size, in nouveau_check_bl_size()
/openbmc/linux/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c29 unsigned long *map, u16 stride) in free_slots() argument
33 for (i = 0; i < h; i++, pos += stride) in free_slots()
/openbmc/linux/drivers/gpu/drm/gma500/
H A Dpsb_device.c211 .stride = DSPASTRIDE,
235 .stride = DSPBSTRIDE,

12345678910>>...23