Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
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()
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()
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()
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()
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()
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-v5.4/Documentation/admin-guide/perf/
Dthunderx2-pmu.rst8 The DMC has 8 interleaved channels and the L3C has 16 interleaved tiles.
10 to the total number of channels/tiles.
/Linux-v5.4/Documentation/media/uapi/v4l/
Dpixfmt-nv12m.rst40 ``V4L2_PIX_FMT_NV12M`` with 16x16 macroblock tiles. Here pixels are
41 arranged in 16x16 2D tiles and tiles are arranged in linear order in
Dpixfmt-reserved.rst258 (codenamed sunxi) platforms, with 32x32 tiles for the luminance plane
259 and 32x64 tiles for the chrominance plane. The data in each tile is
264 of tiles, resulting in 32-aligned resolutions for the luminance plane
/Linux-v5.4/drivers/pinctrl/qcom/
Dpinctrl-msm.h114 const char *const *tiles; member
Dpinctrl-msm.c1144 if (soc_data->tiles) { in msm_pinctrl_probe()
1147 soc_data->tiles[i]); in msm_pinctrl_probe()
Dpinctrl-sc7180.c1108 .tiles = sc7180_tiles,
Dpinctrl-qcs404.c1635 .tiles = qcs404_tiles,
Dpinctrl-sdm660.c1419 .tiles = sdm660_tiles,
/Linux-v5.4/arch/arm/include/debug/
Dvexpress.S28 @ - all other (RS1 complaint) tiles use UART mapped
/Linux-v5.4/Documentation/devicetree/bindings/arm/
Dvexpress.txt5 or more daughterboards (tiles). The motherboard provides a set of
6 peripherals. Processor and RAM "live" on the tiles.
110 - when describing tiles consisting more than one DCC, its number
Darm-boards4 tiles of ARMv4, ARMv5 and ARMv6 type.
72 core tiles. The hardware configuration of the Versatile boards is
/Linux-v5.4/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd41 tiles get changed and it's not appropriate to expect the application
/Linux-v5.4/arch/arm/mach-vexpress/
DKconfig28 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
/Linux-v5.4/arch/arm/boot/dts/
Darm-realview-eb.dts42 * core tiles.
/Linux-v5.4/Documentation/devicetree/bindings/pinctrl/
Dqcom,qcs404-pinctrl.txt15 tiles.
Dqcom,sc7180-pinctrl.txt15 TLMM tiles
Dqcom,sm8150-pinctrl.txt15 and east TLMM tiles.
Dqcom,sdm660-pinctrl.txt16 TLMM tiles.
/Linux-v5.4/arch/arm/
DKconfig.debug1300 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
1307 Note that this will only work with standard A-class core tiles,
1319 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)"
1324 of the tiles using the RS1 memory map, including all new A-class
1325 core tiles, FPGA-based SMMs and software models.
1328 bool "Use PL011 UART0 at 0xb0090000 (Cortex-R compliant tiles)"
1333 Cortex-R series tiles and SMMs, such as Cortex-R5 and Cortex-R7

12