Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/
Dnv25.c32 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv25_fb_tile_comp() local
33 u32 tags = round_up(tiles / pfb->ram->parts, 0x40); in nv25_fb_tile_comp()
Dnv36.c32 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv36_fb_tile_comp() local
33 u32 tags = round_up(tiles / pfb->ram->parts, 0x40); in nv36_fb_tile_comp()
Dnv35.c32 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv35_fb_tile_comp() local
33 u32 tags = round_up(tiles / pfb->ram->parts, 0x40); in nv35_fb_tile_comp()
Dnv40.c32 u32 tiles = DIV_ROUND_UP(size, 0x80); in nv40_fb_tile_comp() local
33 u32 tags = round_up(tiles / pfb->ram->parts, 0x100); in nv40_fb_tile_comp()
Dnv20.c45 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv20_fb_tile_comp() local
46 u32 tags = round_up(tiles / pfb->ram->parts, 0x40); in nv20_fb_tile_comp()
Dnv30.c53 u32 tiles = DIV_ROUND_UP(size, 0x40); in nv30_fb_tile_comp() local
54 u32 tags = round_up(tiles / pfb->ram->parts, 0x40); in nv30_fb_tile_comp()
/linux-4.1.27/arch/arm/include/debug/
Dvexpress.S31 @ - all other (RS1 complaint) tiles use UART mapped
/linux-4.1.27/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-4.1.27/Documentation/ABI/testing/
Dsysfs-driver-hid-picolcd41 tiles get changed and it's not appropriate to expect the application
/linux-4.1.27/drivers/video/fbdev/msm/
Dmdp.c319 unsigned int tiles = req->dst_rect.h / 16; in mdp_blit() local
323 for (i = 0; i < tiles; i++) { in mdp_blit()
/linux-4.1.27/arch/arm/mach-vexpress/
DKconfig26 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
/linux-4.1.27/arch/tile/
DKconfig163 int "Maximum number of tiles (2-255)"
170 value on chips with fewer tiles.
/linux-4.1.27/arch/arm/
DKconfig.debug1090 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles"
1097 Note that this will only work with standard A-class core tiles,
1109 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)"
1114 of the tiles using the RS1 memory map, including all new A-class
1115 core tiles, FPGA-based SMMs and software models.
1118 bool "Use PL011 UART0 at 0xb0090000 (Cortex-R compliant tiles)"
1123 Cortex-R series tiles and SMMs, such as Cortex-R5 and Cortex-R7
/linux-4.1.27/Documentation/frv/
Dfeatures.txt124 (2) All other tiles are arranged to permit userspace access to the rest
/linux-4.1.27/drivers/video/fbdev/
DKconfig212 where the screen is divided into rectangular sections (tiles), whereas
215 parameters in terms of number of tiles instead of number of pixels.
219 terms of number of tiles in the x- and y-axis.
/linux-4.1.27/drivers/gpu/drm/i915/
Dintel_display.c2473 unsigned int tile_rows, tiles; in intel_gen4_compute_page_offset() local
2478 tiles = *x / (512/cpp); in intel_gen4_compute_page_offset()
2481 return tile_rows * pitch * 8 + tiles * 4096; in intel_gen4_compute_page_offset()