Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c190 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_power_limit()
225 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_rmw_power_limit()
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()
788 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_DATA, i), in get_mc_temp()
809 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_THERMAL_INFO, READ_THERMAL_DATA, in get_pcie_temp()
833 return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_i1()
857 return xe_pcode_read(root_tile, PCODE_MBOX(FAN_SPEED_CONTROL, subcmd, 0), uval, NULL); in xe_hwmon_pcode_read_fan_control()
H A Dxe_pcode.c135 int xe_pcode_read(struct xe_tile *tile, u32 mbox, u32 *val, u32 *val1) in xe_pcode_read() function
360 return xe_pcode_read(tile, mbox, val, val1); in intel_pcode_read()
H A Dxe_pcode.h20 int xe_pcode_read(struct xe_tile *tile, u32 mbox, u32 *val, u32 *val1);
H A Dxe_late_bind_fw.c192 return xe_pcode_read(root_tile, in xe_late_bind_fw_num_fans()