Searched refs:tiles (Results 1 – 17 of 17) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
D | nv25.c | 32 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()
|
D | nv36.c | 32 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()
|
D | nv35.c | 32 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()
|
D | nv40.c | 32 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()
|
D | nv20.c | 45 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()
|
D | nv30.c | 53 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/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/linux-4.1.27/Documentation/devicetree/bindings/arm/ |
D | vexpress.txt | 5 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
|
D | arm-boards | 4 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/ |
D | sysfs-driver-hid-picolcd | 41 tiles get changed and it's not appropriate to expect the application
|
/linux-4.1.27/drivers/video/fbdev/msm/ |
D | mdp.c | 319 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/ |
D | Kconfig | 26 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
|
/linux-4.1.27/arch/tile/ |
D | Kconfig | 163 int "Maximum number of tiles (2-255)" 170 value on chips with fewer tiles.
|
/linux-4.1.27/arch/arm/ |
D | Kconfig.debug | 1090 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/ |
D | features.txt | 124 (2) All other tiles are arranged to permit userspace access to the rest
|
/linux-4.1.27/drivers/video/fbdev/ |
D | Kconfig | 212 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/ |
D | intel_display.c | 2473 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()
|