Searched refs:strides (Results 1 – 10 of 10) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/sun4i/ |
D | sun4i_frontend.c | 161 unsigned int strides[3] = {}; in sun4i_frontend_update_buffer() local 170 strides[0] = SUN4I_FRONTEND_LINESTRD_TILED(fb->pitches[0]); in sun4i_frontend_update_buffer() 183 strides[1] = in sun4i_frontend_update_buffer() 191 strides[2] = in sun4i_frontend_update_buffer() 198 strides[0] = fb->pitches[0]; in sun4i_frontend_update_buffer() 201 strides[1] = fb->pitches[1]; in sun4i_frontend_update_buffer() 204 strides[2] = fb->pitches[2]; in sun4i_frontend_update_buffer() 210 strides[0]); in sun4i_frontend_update_buffer() 214 strides[1]); in sun4i_frontend_update_buffer() 218 strides[2]); in sun4i_frontend_update_buffer()
|
/linux-6.12.1/drivers/staging/media/atomisp/pci/css_2401_system/host/ |
D | isys_stream2mmio_private.h | 79 state->strides = in stream2mmio_get_sid_state() 100 ia_css_print("\t \t Strides 0x%x\n", state->strides); in stream2mmio_print_sid_state()
|
D | isys_stream2mmio_local.h | 29 hrt_data strides; member
|
/linux-6.12.1/fs/btrfs/ |
D | raid-stripe-tree.c | 119 const size_t item_size = struct_size(stripe_extent, strides, num_stripes); in btrfs_insert_one_raid_extent() 135 struct btrfs_raid_stride *raid_stride = &stripe_extent->strides[i]; in btrfs_insert_one_raid_extent() 262 struct btrfs_raid_stride *stride = &stripe_extent->strides[i]; in btrfs_get_raid_extent_offset()
|
D | print-tree.c | 214 i, btrfs_raid_stride_devid(eb, &stripe->strides[i]), in print_raid_stripe_key() 215 btrfs_raid_stride_physical(eb, &stripe->strides[i])); in print_raid_stripe_key()
|
/linux-6.12.1/drivers/gpu/drm/msm/registers/ |
D | gen_header.py | 341 strides = indices_strides(self.indices()) 357 …ine REG_%s_%s(%s)" % (self.domain, self.name, proto), "(0x%08x + %s )\n" % (array_offset, strides)) 401 strides = indices_strides(self.indices()) 406 …tic inline uint32_t REG_%s(%s) { return 0x%08x + %s; }" % (self.full_name, proto, offset, strides))
|
/linux-6.12.1/include/uapi/linux/ |
D | virtio_gpu.h | 428 __le32 strides[4]; member
|
D | btrfs_tree.h | 752 __DECLARE_FLEX_ARRAY(struct btrfs_raid_stride, strides);
|
/linux-6.12.1/drivers/gpu/drm/virtio/ |
D | virtgpu_vq.c | 1294 cmd_p->strides[i] = cpu_to_le32(fb->pitches[i]); in virtio_gpu_cmd_set_scanout_blob()
|
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/mellanox/mlx5/ |
D | counters.rst | 357 - The number of strides consumed by filler CQEs on ring i.
|