Searched refs:tiles (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
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()
|
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()
|
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()
|
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()
|
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()
|
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()
|
/linux-4.4.14/arch/arm/include/debug/ |
D | vexpress.S | 31 @ - all other (RS1 complaint) tiles use UART mapped
|
/linux-4.4.14/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.4.14/Documentation/ABI/testing/ |
D | sysfs-driver-hid-picolcd | 41 tiles get changed and it's not appropriate to expect the application
|
/linux-4.4.14/arch/arm/mach-vexpress/ |
D | Kconfig | 26 ARM core and logic (FPGA) tiles on the Versatile Express motherboard,
|
/linux-4.4.14/arch/tile/ |
D | Kconfig | 170 int "Maximum number of tiles (2-255)" 177 value on chips with fewer tiles.
|
/linux-4.4.14/arch/arm/ |
D | Kconfig.debug | 1122 bool "Autodetect UART0 on Versatile Express Cortex-A core tiles" 1129 Note that this will only work with standard A-class core tiles, 1141 bool "Use PL011 UART0 at 0x1c090000 (RS1 complaint tiles)" 1146 of the tiles using the RS1 memory map, including all new A-class 1147 core tiles, FPGA-based SMMs and software models. 1150 bool "Use PL011 UART0 at 0xb0090000 (Cortex-R compliant tiles)" 1155 Cortex-R series tiles and SMMs, such as Cortex-R5 and Cortex-R7
|
/linux-4.4.14/Documentation/frv/ |
D | features.txt | 124 (2) All other tiles are arranged to permit userspace access to the rest
|
/linux-4.4.14/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.4.14/drivers/gpu/drm/i915/ |
D | intel_display.c | 2460 unsigned int tile_rows, tiles; in intel_gen4_compute_page_offset() local 2465 tiles = *x / (512/cpp); in intel_gen4_compute_page_offset() 2468 return tile_rows * pitch * 8 + tiles * 4096; in intel_gen4_compute_page_offset()
|