Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c338 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_max_read()
358 if (!hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_max_read()
387 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_max_write()
425 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_max_write()
439 if (hwmon->xe->info.has_mbx_power_limits) in xe_hwmon_power_max_write()
454 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_rated_max_read()
551 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_max_interval_show()
651 if (hwmon->xe->info.has_mbx_power_limits) in xe_hwmon_power_max_interval_store()
699 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_attributes_visible()
1078 if (hwmon->xe->info.has_mbx_power_limits) { in xe_hwmon_power_is_visible()
[all …]
H A Dxe_pci.c313 .has_mbx_power_limits = false,
330 .has_mbx_power_limits = false,
366 .has_mbx_power_limits = true,
420 .has_mbx_power_limits = true,
692 xe->info.has_mbx_power_limits = desc->has_mbx_power_limits; in xe_info_init_early()
H A Dxe_device_types.h343 u8 has_mbx_power_limits:1; member