Lines Matching defs:rep
218 struct drm_nouveau_gem_info *rep)
226 rep->domain = nvbo->valid_domains;
228 rep->domain = NOUVEAU_GEM_DOMAIN_GART;
230 rep->domain = NOUVEAU_GEM_DOMAIN_VRAM;
231 rep->offset = nvbo->offset;
237 rep->offset = vma->addr;
240 rep->size = nvbo->bo.mem.num_pages << PAGE_SHIFT;
241 rep->map_handle = drm_vma_node_offset_addr(&nvbo->bo.base.vma_node);
242 rep->tile_mode = nvbo->mode;
243 rep->tile_flags = nvbo->contig ? 0 : NOUVEAU_GEM_TILE_NONCONTIG;
245 rep->tile_flags |= nvbo->kind << 8;
248 rep->tile_flags |= nvbo->kind << 8 | nvbo->comp << 16;
250 rep->tile_flags |= nvbo->zeta;