Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/xe/
Dxe_mmio.c149 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in mmio_fini() local
153 root_tile->mmio.regs = NULL; in mmio_fini()
158 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_mmio_init() local
175 root_tile->mmio.size = SZ_16M; in xe_mmio_init()
176 root_tile->mmio.regs = xe->mmio.regs; in xe_mmio_init()
Dxe_device.h73 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_device_get_gt() local
84 gt = xe_tile_get_gt(root_tile, gt_id); in xe_device_get_gt()
Dxe_hwmon.c445 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_i1() local
451 return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_i1()
458 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_write_i1() local
460 return xe_pcode_write(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_write_i1()