Searched refs:tile0 (Results 1 – 4 of 4) sorted by relevance
| /linux-6.15/drivers/gpu/drm/xe/display/ |
| H A D | xe_plane_initial.c | 77 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in initial_plane_bo() local 90 u64 __iomem *gte = tile0->mem.ggtt->gsm; in initial_plane_bo() 109 if (phys_base >= tile0->mem.vram.usable_size) { in initial_plane_bo() 144 bo = xe_bo_create_pin_map_at(xe, tile0, NULL, size, phys_base, in initial_plane_bo()
|
| H A D | xe_fb_pin.c | 88 struct xe_tile *tile0 = xe_device_get_root_tile(xe); in __xe_pin_fb_vma_dpt() local 89 struct xe_ggtt *ggtt = tile0->mem.ggtt; in __xe_pin_fb_vma_dpt() 105 dpt = xe_bo_create_pin_map_at_aligned(xe, tile0, NULL, in __xe_pin_fb_vma_dpt() 113 dpt = xe_bo_create_pin_map_at_aligned(xe, tile0, NULL, in __xe_pin_fb_vma_dpt() 121 dpt = xe_bo_create_pin_map_at_aligned(xe, tile0, NULL, in __xe_pin_fb_vma_dpt() 166 vma->node = dpt->ggtt_node[tile0->id]; in __xe_pin_fb_vma_dpt()
|
| /linux-6.15/Documentation/gpu/ |
| H A D | drm-compute.rst | 53 The key is set to the regionid set by the driver, for example "tile0".
|
| /linux-6.15/drivers/media/platform/verisilicon/ |
| H A D | rockchip_vpu981_hw_av1_dec.c | 581 int tile0, tile1; in rockchip_vpu981_av1_dec_set_tile_info() local 585 for (tile0 = 0; tile0 < tile_info->tile_cols; tile0++) { in rockchip_vpu981_av1_dec_set_tile_info() 587 int tile_id = tile1 * tile_info->tile_cols + tile0; in rockchip_vpu981_av1_dec_set_tile_info() 591 u32 x0 = tile_info->width_in_sbs_minus_1[tile0] + 1; in rockchip_vpu981_av1_dec_set_tile_info()
|