/openbmc/linux/Documentation/userspace-api/media/v4l/ |
H A D | pixfmt-yuv-planar.rst | 102 - 64x32 tiles 111 - 16x16 tiles 125 - 4x4 tiles 146 - 4x4 tiles 312 pixels in 2D 16x16 tiles, and stores tiles linearly in memory. 317 pixels in 2D 64x32 tiles, and stores 2x2 groups of tiles in 321 If the vertical resolution is an odd number of tiles, the last row of 322 tiles is stored in linear order. The layouts of the luma and chroma 325 ``V4L2_PIX_FMT_NV12_4L4`` stores pixels in 4x4 tiles, and stores 326 tiles linearly in memory. The line stride and image height must be [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-multimedia/libass/ |
H A D | libass_0.17.3.bb | 17 # use larger tiles in the rasterizer (better performance, slightly worse quality) 18 PACKAGECONFIG[largetiles] = "--enable-large-tiles,--disable-large-tiles"
|
/openbmc/linux/Documentation/devicetree/bindings/arm/ |
H A D | arm,integrator.yaml | 14 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".
|
H A D | arm,vexpress-juno.yaml | 18 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
|
/openbmc/linux/include/uapi/drm/ |
H A D | drm_fourcc.h | 503 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 520 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 538 * This is a tiled layout using 4Kb tiles in row-major layout. 539 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 559 * considered to be made up of normal 128Bx32 Y tiles, Thus 574 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 585 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 608 * corresponds to an area of 4x1 tiles in the main surface. The main surface 616 * This is a tiled layout using 4KB tiles in a row-major layout. It has the same 664 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in [all …]
|
/openbmc/qemu/include/standard-headers/drm/ |
H A D | drm_fourcc.h | 504 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 521 * This is a tiled layout using 4Kb tiles (except on gen2 where the tiles 2Kb) 539 * This is a tiled layout using 4Kb tiles in row-major layout. 540 * Within the tile pixels are laid out in 16 256 byte units / sub-tiles which 560 * considered to be made up of normal 128Bx32 Y tiles, Thus 575 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 586 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in 609 * corresponds to an area of 4x1 tiles in the main surface. The main surface 617 * This is a tiled layout using 4KB tiles in a row-major layout. It has the same 665 * at index 1. A 64B CCS cache line corresponds to an area of 4x1 tiles in [all …]
|
/openbmc/linux/drivers/video/fbdev/core/ |
H A D | Kconfig | 200 where the screen is divided into rectangular sections (tiles), whereas 203 parameters in terms of number of tiles instead of number of pixels. 207 terms of number of tiles in the x- and y-axis.
|
/openbmc/linux/include/linux/ |
H A D | fb.h | 320 __u32 length; /* number of tiles in the map */ 328 __u32 width; /* number of tiles in the x-axis */ 329 __u32 height; /* number of tiles in the y-axis */ 341 __u32 width; /* number of tiles in the x-axis */ 342 __u32 height; /* number of tiles in the y-axis */ 348 __u32 width; /* number of tiles in the x-axis */ 349 __u32 height; /* number of tiles in the y-axis */ 352 __u32 length; /* number of tiles to draw */ 369 /* all dimensions from hereon are in terms of tiles */ 371 /* move a rectangular region of tiles from one area to another*/ [all …]
|
/openbmc/linux/Documentation/admin-guide/perf/ |
H A D | thunderx2-pmu.rst | 9 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles. 11 to the total number of channels/tiles.
|
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
H A D | nv25.c | 33 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()
|
H A D | nv35.c | 33 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()
|
H A D | nv36.c | 33 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()
|
H A D | nv40.c | 33 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()
|
H A D | nv20.c | 46 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()
|
H A D | nv30.c | 52 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()
|
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/ |
H A D | vdec_vp9_req_lat_if.c | 276 struct vdec_vp9_slice_tiles tiles; member 888 struct vdec_vp9_slice_tiles *tiles; in vdec_vp9_slice_setup_tile() local 898 tiles = &vsi->frame.tiles; in vdec_vp9_slice_setup_tile() 899 tiles->actual_rows = 0; in vdec_vp9_slice_setup_tile() 912 tiles->mi_rows[i] = (offset + 7) >> 3; in vdec_vp9_slice_setup_tile() 913 if (tiles->mi_rows[i]) in vdec_vp9_slice_setup_tile() 914 tiles->actual_rows++; in vdec_vp9_slice_setup_tile() 921 tiles->mi_cols[i] = (offset + 7) >> 3; in vdec_vp9_slice_setup_tile() 1059 * parse tiles according to `6.4 Decode tiles syntax` 1062 * frame contains uncompress header, compressed header and several tiles. [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_fb.c | 45 * main surface. And each 64B CCS cache line represents an area of 4x1 Y-tiles 918 unsigned int tiles; in intel_adjust_tile_offset() local 924 tiles = (old_offset - new_offset) / tile_size; in intel_adjust_tile_offset() 926 *y += tiles / pitch_tiles * tile_height; in intel_adjust_tile_offset() 927 *x += tiles % pitch_tiles * tile_width; in intel_adjust_tile_offset() 1029 unsigned int tile_rows, tiles, pitch_tiles; in intel_compute_aligned_offset() local 1044 tiles = *x / tile_width; in intel_compute_aligned_offset() 1047 offset = (tile_rows * pitch_tiles + tiles) * tile_size; in intel_compute_aligned_offset() 1357 * of 8 main surface tiles. in plane_view_dst_stride_tiles() 1550 /* Return number of tiles @color_plane needs. */ [all …]
|
/openbmc/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 27 * of 4*4 or 16 tiles. A conversion is then carried out for each 34 * of tiles as the output frame: 62 * output image. Tiles are numbered row major from top left to bottom 347 "task %u: ctx %p: %s format: %dx%d (%dx%d tiles), %c%c%c%c\n", in dump_format() 403 * Calculate downsizing coefficients, which are the same for all tiles, 406 * Also determine the number of tiles necessary to guarantee that no tile 462 "%s: hscale: >>%u, *8192/%u vscale: >>%u, *8192/%u, %ux%u tiles\n", in calc_image_resize_coefficients() 540 * Output tiles must start at a multiple of 8 bytes horizontally and in find_best_seam() 552 * Tiles in the right row / bottom column may not be allowed to in find_best_seam() 661 * Fill in left position and width and for all tiles in an input column, and [all …]
|
/openbmc/linux/arch/arm/include/debug/ |
H A D | vexpress.S | 28 @ - all other (RS1 complaint) tiles use UART mapped
|
/openbmc/linux/drivers/video/fbdev/ |
H A D | gbefb.c | 688 The GBE hardware uses a tiled memory to screen mapping. Tiles are in gbefb_set_par() 691 tiles on the right and/or bottom of the screen if needed. in gbefb_set_par() 709 Tiles have the advantage that they can be allocated individually in in gbefb_set_par() 715 Tiles are still allocated as independent chunks of 64KB of in gbefb_set_par() 750 /* Tell gbe about the tiles table location */ in gbefb_set_par() 1157 printk(KERN_ERR "gbefb: couldn't allocate tiles table\n"); in gbefb_probe() 1191 /* map framebuffer memory into tiles table */ in gbefb_probe()
|
/openbmc/linux/drivers/gpu/drm/ |
H A D | drm_client_modeset.c | 419 /* if this tile_pass doesn't cover any of the tiles - keep going */ in drm_client_target_preferred() 424 * all tiles left and above in drm_client_target_preferred() 445 * In case of tiled mode if all tiles not present fallback to in drm_client_target_preferred() 447 * After all tiles are present, try to find the tiled mode in drm_client_target_preferred() 450 * tile 0,0 and set to no mode for all other tiles. in drm_client_target_preferred() 708 * In case of tiled modes, if all tiles are not present in drm_client_firmware_config()
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-driver-hid-picolcd | 41 tiles get changed and it's not appropriate to expect the application
|
/openbmc/linux/drivers/media/platform/verisilicon/ |
H A D | hantro_hevc.c | 85 /* Need to reallocate due to tiles passed via PPS */ in tile_buffer_reallocate() 255 * Maximum number of tiles times width and height (2 bytes each), in hantro_hevc_dec_init()
|
/openbmc/linux/drivers/gpu/drm/amd/display/dc/ |
H A D | dc_hw_types.h | 332 /* Specifies the number of tiles in the x direction 339 /* Specifies the number of tiles in the y direction to 377 * THIN tiles use an 8x8x1 tile size. 378 * THICK tiles use an 8x8x4 tile size.
|
/openbmc/linux/arch/arm/ |
H A D | Kconfig.debug | 1284 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
|