Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_mmio.c112 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in mmio_fini() local
116 root_tile->mmio.regs = NULL; in mmio_fini()
121 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_mmio_probe_early() local
137 xe_mmio_init(&root_tile->mmio, root_tile, xe->mmio.regs, SZ_4M); in xe_mmio_probe_early()
H A Dxe_device.h75 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_device_get_gt() local
86 gt = xe_tile_get_gt(root_tile, gt_id); in xe_device_get_gt()
H A Dxe_hwmon.c463 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_i1() local
469 return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_i1()
476 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_write_i1() local
478 return xe_pcode_write(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_write_i1()