Searched refs:root_tile (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_hwmon.c | 186 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_power_limit() local 190 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_power_limit() 221 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_rmw_power_limit() local 225 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_rmw_power_limit() 244 ret = xe_pcode_write64_timeout(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_rmw_power_limit() 757 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in xe_hwmon_pcode_read_thermal_info() local 761 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_LIMITS, 0), in xe_hwmon_pcode_read_thermal_info() 769 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_CONFIG, 0), in xe_hwmon_pcode_read_thermal_info() 782 struct xe_tile *root_tile = xe_device_get_root_tile(hwmon->xe); in get_mc_temp() local 788 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_DATA, i), in get_mc_temp() [all …]
|
| H A D | xe_mmio.c | 82 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in mmio_fini() local 86 root_tile->mmio.regs = NULL; in mmio_fini() 91 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_mmio_probe_early() local 107 xe_mmio_init(&root_tile->mmio, root_tile, xe->mmio.regs, SZ_4M); in xe_mmio_probe_early()
|
| H A D | xe_late_bind_fw.c | 190 struct xe_tile *root_tile = xe_device_get_root_tile(xe); in xe_late_bind_fw_num_fans() local 192 return xe_pcode_read(root_tile, in xe_late_bind_fw_num_fans()
|