Searched refs:PCODE_MBOX (Results 1 – 3 of 3) sorted by relevance
| /drivers/gpu/drm/xe/ |
| A D | xe_device_sysfs.c | 85 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0), in lb_fan_control_version_show() 91 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_LOW, 0), in lb_fan_control_version_show() 96 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_HIGH, 0), in lb_fan_control_version_show() 124 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0), in lb_voltage_regulator_version_show() 130 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_LOW, 0), in lb_voltage_regulator_version_show() 135 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_VERSION_HIGH, 0), in lb_voltage_regulator_version_show() 161 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0), in late_bind_create_files() 194 ret = xe_pcode_read(root, PCODE_MBOX(PCODE_LATE_BINDING, GET_CAPABILITY_STATUS, 0), in late_bind_remove_files() 273 PCODE_MBOX(DGFX_PCODE_STATUS, DGFX_GET_INIT_STATUS, 0), in auto_link_downgrade_status_show()
|
| A D | xe_hwmon.c | 150 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_power_limit() 185 ret = xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_rmw_power_limit() 204 ret = xe_pcode_write64_timeout(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_rmw_power_limit() 706 return xe_pcode_read(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_read_i1() 715 return xe_pcode_write(root_tile, PCODE_MBOX(PCODE_POWER_SETUP, in xe_hwmon_pcode_write_i1() 730 return xe_pcode_read(root_tile, PCODE_MBOX(FAN_SPEED_CONTROL, subcmd, 0), uval, NULL); in xe_hwmon_pcode_read_fan_control()
|
| A D | xe_pcode.h | 32 #define PCODE_MBOX(mbcmd, param1, param2)\ macro
|
Completed in 9 milliseconds