Lines Matching refs:graphics_desc
635 const struct xe_graphics_desc *graphics_desc, in xe_info_init() argument
649 if (graphics_desc) { in xe_info_init()
650 handle_pre_gmdid(xe, graphics_desc, media_desc); in xe_info_init()
654 handle_gmdid(xe, &graphics_desc, &media_desc, in xe_info_init()
666 if (!graphics_desc) in xe_info_init()
669 xe->info.graphics_name = graphics_desc->name; in xe_info_init()
671 xe->info.tile_mmio_ext_size = graphics_desc->tile_mmio_ext_size; in xe_info_init()
673 xe->info.dma_mask_size = graphics_desc->dma_mask_size; in xe_info_init()
674 xe->info.vram_flags = graphics_desc->vram_flags; in xe_info_init()
675 xe->info.va_bits = graphics_desc->va_bits; in xe_info_init()
676 xe->info.vm_max_level = graphics_desc->vm_max_level; in xe_info_init()
677 xe->info.has_asid = graphics_desc->has_asid; in xe_info_init()
678 xe->info.has_atomic_enable_pte_bit = graphics_desc->has_atomic_enable_pte_bit; in xe_info_init()
681 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
682 xe->info.has_range_tlb_invalidation = graphics_desc->has_range_tlb_invalidation; in xe_info_init()
683 xe->info.has_usm = graphics_desc->has_usm; in xe_info_init()
694 xe->info.tile_count = 1 + graphics_desc->max_remote_tiles; in xe_info_init()
708 gt->info.has_indirect_ring_state = graphics_desc->has_indirect_ring_state; in xe_info_init()
709 gt->info.engine_mask = graphics_desc->hw_engine_mask; in xe_info_init()