Home
last modified time | relevance | path

Searched refs:tiles (Results 1 – 25 of 37) sorted by relevance

12

/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-yuv-planar.rst102 - 64x32 tiles
111 - 16x16 tiles
125 - 4x4 tiles
291 pixels in 2D 16x16 tiles, and stores tiles linearly in memory.
296 pixels in 2D 64x32 tiles, and stores 2x2 groups of tiles in
304 ``V4L2_PIX_FMT_NV12_4L4`` stores pixels in 4x4 tiles, and stores
305 tiles linearly in memory. The line stride and image height must be
320 pixels in 2D 8x128 tiles, and stores tiles linearly in memory.
328 10 bits pixels in 2D 8x128 tiles, and stores tiles linearly in memory.
365 Example V4L2_PIX_FMT_NV12MT memory layout of tiles
[all …]
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
A Dnv25.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv25_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv25_fb_tile_comp()
A Dnv35.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv35_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv35_fb_tile_comp()
A Dnv36.c33 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv36_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv36_fb_tile_comp()
A Dnv40.c33 u32 tiles = DIV_ROUND_UP(size, 0x80); in nv40_fb_tile_comp() local
34 u32 tags = round_up(tiles / fb->ram->parts, 0x100); in nv40_fb_tile_comp()
A Dnv20.c46 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv20_fb_tile_comp() local
47 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv20_fb_tile_comp()
A Dnv30.c52 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv30_fb_tile_comp() local
53 u32 tags = round_up(tiles / fb->ram->parts, 0x40); in nv30_fb_tile_comp()
/linux-6.3-rc2/Documentation/devicetree/bindings/arm/
A Darm,integrator.yaml14 They are ARMv4, ARMv5 and ARMv6-capable using different core tiles,
15 so the system is modular and can host a variety of CPU tiles called
16 "core tiles" and referred to in the device tree as "core modules".
A Darm,vexpress-juno.yaml18 The board consist of a motherboard and one or more daughterboards (tiles). The
20 tiles.
130 description: When describing tiles consisting of more than one DCC, its
139 the connection between the motherboard and any tiles. Sometimes the
A Dl2c2x0.yaml179 Some core tiles, especially ARM PB11MPCore have a faulty L220 cache that
/linux-6.3-rc2/Documentation/admin-guide/perf/
A Dthunderx2-pmu.rst9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
11 to the total number of channels/tiles.
/linux-6.3-rc2/drivers/media/platform/mediatek/vcodec/vdec/
A Dvdec_vp9_req_lat_if.c277 struct vdec_vp9_slice_tiles tiles; member
889 struct vdec_vp9_slice_tiles *tiles; in vdec_vp9_slice_setup_tile() local
899 tiles = &vsi->frame.tiles; in vdec_vp9_slice_setup_tile()
900 tiles->actual_rows = 0; in vdec_vp9_slice_setup_tile()
913 tiles->mi_rows[i] = (offset + 7) >> 3; in vdec_vp9_slice_setup_tile()
914 if (tiles->mi_rows[i]) in vdec_vp9_slice_setup_tile()
915 tiles->actual_rows++; in vdec_vp9_slice_setup_tile()
1081 struct vdec_vp9_slice_tiles *tiles; in vdec_vp9_slice_setup_tile_buffer() local
1109 tiles = &vsi->frame.tiles; in vdec_vp9_slice_setup_tile_buffer()
1135 tiles->size[i][j] = size; in vdec_vp9_slice_setup_tile_buffer()
[all …]
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_fb.c877 unsigned int tiles; in intel_adjust_tile_offset() local
883 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset()
885 *y += tiles / pitch_tiles * tile_height; in intel_adjust_tile_offset()
886 *x += tiles % pitch_tiles * tile_width; in intel_adjust_tile_offset()
988 unsigned int tile_rows, tiles, pitch_tiles; in intel_compute_aligned_offset() local
1003 tiles = *x / tile_width; in intel_compute_aligned_offset()
1006 offset = (tile_rows * pitch_tiles + tiles) * tile_size; in intel_compute_aligned_offset()
1500 unsigned int tiles; in calc_plane_normal_size() local
1505 tiles = plane_view_src_stride_tiles(fb, color_plane, dims) * in calc_plane_normal_size()
1512 tiles++; in calc_plane_normal_size()
[all …]
/linux-6.3-rc2/drivers/pinctrl/qcom/
A Dpinctrl-msm.h147 const char *const *tiles; member
A Dpinctrl-msm.c1474 if (soc_data->tiles) { in msm_pinctrl_probe()
1477 soc_data->tiles[i]); in msm_pinctrl_probe()
A Dpinctrl-sc8180x.c1600 .tiles = sc8180x_tiles,
1614 .tiles = sc8180x_tiles,
A Dpinctrl-sm6115.c886 .tiles = sm6115_tiles,
/linux-6.3-rc2/arch/arm/include/debug/
A Dvexpress.S28 @ - all other (RS1 complaint) tiles use UART mapped
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-driver-hid-picolcd41 tiles get changed and it's not appropriate to expect the application
/linux-6.3-rc2/arch/arm/boot/dts/
A Darm-realview-eb.dts42 * core tiles.
/linux-6.3-rc2/Documentation/devicetree/bindings/clock/
A Darm,syscon-icst.yaml30 In the core modules and logic tiles, the ICST is a configurable clock fed
/linux-6.3-rc2/drivers/media/platform/verisilicon/
A Dhantro_g2_vp9_dec.c254 static void recompute_tile_info(unsigned short *tile_info, unsigned int tiles, unsigned int sbs) in recompute_tile_info() argument
260 for (i = 1; i <= tiles; ++i) { in recompute_tile_info()
261 next_accumulated = i * sbs / tiles; in recompute_tile_info()
/linux-6.3-rc2/arch/arm/
A DKconfig.debug1284 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
1291 Note that this will only work with standard A-class core tiles,
1303 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)"
1308 of the tiles using the RS1 memory map, including all new A-class
1309 core tiles, FPGA-based SMMs and software models.
1312 bool "Use PL011 UART0 at 0xb0090000 (Cortex-R compliant tiles)"
1317 Cortex-R series tiles and SMMs, such as Cortex-R5 and Cortex-R7
/linux-6.3-rc2/Documentation/translations/sp_SP/process/
A Dkernel-docs.rst32 útiles para buscar temas específicos, y una breve "Descripción" del
/linux-6.3-rc2/arch/arm/mach-versatile/
A DKconfig270 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,

Completed in 57 milliseconds

12