Home
last modified time | relevance | path

Searched refs:graphics_desc (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_pci.c612 const struct xe_graphics_desc *graphics_desc; in xe_info_init() local
648 graphics_desc = graphics_ip->desc; in xe_info_init()
659 xe->info.vram_flags = graphics_desc->vram_flags; in xe_info_init()
660 xe->info.va_bits = graphics_desc->va_bits; in xe_info_init()
661 xe->info.vm_max_level = graphics_desc->vm_max_level; in xe_info_init()
662 xe->info.has_asid = graphics_desc->has_asid; in xe_info_init()
668 xe->info.has_flat_ccs = graphics_desc->has_flat_ccs; in xe_info_init()
671 xe->info.has_usm = graphics_desc->has_usm; in xe_info_init()
672 xe->info.has_64bit_timestamp = graphics_desc->has_64bit_timestamp; in xe_info_init()
692 gt->info.has_indirect_ring_state = graphics_desc->has_indirect_ring_state; in xe_info_init()
[all …]