Searched refs:tile_flags (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.10/drivers/gpu/drm/radeon/ |
D | r200.c | 156 u32 tile_flags = 0; in r200_packet0_check() local 222 tile_flags |= R200_TXO_MACRO_TILE; in r200_packet0_check() 224 tile_flags |= R200_TXO_MICRO_TILE; in r200_packet0_check() 227 tmp |= tile_flags; in r200_packet0_check() 294 tile_flags |= RADEON_COLOR_TILE_ENABLE; in r200_packet0_check() 296 tile_flags |= RADEON_COLOR_MICROTILE_ENABLE; in r200_packet0_check() 299 tmp |= tile_flags; in r200_packet0_check()
|
D | r300.c | 638 uint32_t tmp, tile_flags = 0; in r300_packet0_check() local 724 tile_flags |= R300_TXO_MACRO_TILE; in r300_packet0_check() 726 tile_flags |= R300_TXO_MICRO_TILE; in r300_packet0_check() 728 tile_flags |= R300_TXO_MICRO_TILE_SQUARE; in r300_packet0_check() 731 tmp |= tile_flags; in r300_packet0_check() 793 tile_flags |= R300_COLOR_TILE_ENABLE; in r300_packet0_check() 795 tile_flags |= R300_COLOR_MICROTILE_ENABLE; in r300_packet0_check() 797 tile_flags |= R300_COLOR_MICROTILE_SQUARE_ENABLE; in r300_packet0_check() 800 tmp |= tile_flags; in r300_packet0_check() 878 tile_flags |= R300_DEPTHMACROTILE_ENABLE; in r300_packet0_check() [all …]
|
D | r100.c | 1265 u32 tile_flags = 0; in r100_reloc_pitch_offset() local 1284 tile_flags |= RADEON_DST_TILE_MACRO; in r100_reloc_pitch_offset() 1291 tile_flags |= RADEON_DST_TILE_MICRO; in r100_reloc_pitch_offset() 1294 tmp |= tile_flags; in r100_reloc_pitch_offset() 1561 u32 tile_flags = 0; in r100_packet0_check() local 1626 tile_flags |= RADEON_TXO_MACRO_TILE; in r100_packet0_check() 1628 tile_flags |= RADEON_TXO_MICRO_TILE_X2; in r100_packet0_check() 1631 tmp |= tile_flags; in r100_packet0_check() 1707 tile_flags |= RADEON_COLOR_TILE_ENABLE; in r100_packet0_check() 1709 tile_flags |= RADEON_COLOR_MICROTILE_ENABLE; in r100_packet0_check() [all …]
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_gem.h | 17 uint32_t tile_flags, struct nouveau_bo **);
|
D | nouveau_bo.h | 80 u32 domain, u32 tile_mode, u32 tile_flags); 84 u32 tile_mode, u32 tile_flags, struct sg_table *sg,
|
D | nouveau_gem.c | 174 uint32_t tile_mode, uint32_t tile_flags, in nouveau_gem_new() argument 185 tile_flags); in nouveau_gem_new() 245 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG; in nouveau_gem_info() 247 rep->tile_flags |= nvbo->kind << 8; in nouveau_gem_info() 250 rep->tile_flags |= nvbo->kind << 8 | nvbo->comp << 16; in nouveau_gem_info() 252 rep->tile_flags |= nvbo->zeta; in nouveau_gem_info() 267 req->info.tile_flags, &nvbo); in nouveau_gem_ioctl_new()
|
D | nouveau_bo.c | 199 u32 tile_mode, u32 tile_flags) in nouveau_bo_alloc() argument 233 nvbo->kind = (tile_flags & 0x0000ff00) >> 8; in nouveau_bo_alloc() 242 nvbo->kind = (tile_flags & 0x00007f00) >> 8; in nouveau_bo_alloc() 243 nvbo->comp = (tile_flags & 0x00030000) >> 16; in nouveau_bo_alloc() 249 nvbo->zeta = (tile_flags & 0x00000007); in nouveau_bo_alloc() 252 nvbo->contig = !(tile_flags & NOUVEAU_GEM_TILE_NONCONTIG); in nouveau_bo_alloc() 325 uint32_t domain, uint32_t tile_mode, uint32_t tile_flags, in nouveau_bo_new() argument 333 tile_flags); in nouveau_bo_new()
|
/Linux-v5.10/include/uapi/drm/ |
D | nouveau_drm.h | 56 __u32 tile_flags; member
|