Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_pci.c737 u32 mtcfg; in xe_info_probe_tile_count() local
758 mtcfg = xe_mmio_read32(mmio, XEHP_MTCFG_ADDR); in xe_info_probe_tile_count()
759 tile_count = REG_FIELD_GET(TILE_COUNT, mtcfg) + 1; in xe_info_probe_tile_count()