diff options
| author | Dave Airlie <airlied@redhat.com> | 2025-09-26 13:25:42 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2025-09-26 13:26:51 +1000 |
| commit | 62bea0e1d5c71a3d9c953d4bbbae79428d0ba05c (patch) | |
| tree | 026e2756c48520410af2d6f6b78e5cc081bf6268 /include/linux | |
| parent | a2caae58f8e8f24f085515d270b5983b83d2c6e3 (diff) | |
| parent | 6ca282c3e635cd98cc5a9bb24606b41379e1fd8e (diff) | |
Merge tag 'drm-habanalabs-next-2025-09-25' of https://github.com/HabanaAI/drivers.accel.habanalabs.kernel into drm-next
This tag contains habanalabs driver changes for v6.18.
It continues the previous upstream work from tags/drm-habanalabs-next-2024-06-23,
Including improvements in debug and visibility, alongside general code cleanups,
and new features such as vmalloc-backed coherent mmap, HLDIO infrastructure, etc.
Signed-off-by: Dave Airlie <airlied@redhat.com>
From: "Elbaz, Koby" <koby.elbaz@intel.com>
Link: https://lore.kernel.org/r/da02d370-9967-49d2-9eef-7aeaa40c987c@intel.com
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/habanalabs/cpucp_if.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/habanalabs/cpucp_if.h b/include/linux/habanalabs/cpucp_if.h index 7ed3fdd55dda..45f181bcf890 100644 --- a/include/linux/habanalabs/cpucp_if.h +++ b/include/linux/habanalabs/cpucp_if.h @@ -1425,9 +1425,13 @@ struct cpucp_monitor_dump { * from "pkt_subidx" field in struct cpucp_packet. * * HL_PASSTHROUGHT_VERSIONS - Fetch all firmware versions. + * HL_GET_ERR_COUNTERS_CMD - Command to get error counters + * HL_GET_P_STATE - get performance state */ enum hl_passthrough_type { HL_PASSTHROUGH_VERSIONS, + HL_GET_ERR_COUNTERS_CMD, + HL_GET_P_STATE, }; #endif /* CPUCP_IF_H */ |
