accel/amdxdna: Expose per-client BO memory usage via fdinfoImplement amdxdna_show_fdinfo() to report per-client memory usage,including below driver-specific memory stat: - heap allocation - in
accel/amdxdna: Expose per-client BO memory usage via fdinfoImplement amdxdna_show_fdinfo() to report per-client memory usage,including below driver-specific memory stat: - heap allocation - internal BO allocation - external BO allocationHook the implementation into the DRM fdinfo infrastructure viadrm_driver.show_fdinfo, while continuing to expose standard DRMmemory stat through drm_show_memory_stats().This improves observability of per-process memory usage and alignswith existing fdinfo reporting mechanisms used by other drivers.Suggested-by: Ian Rogers <irogers@google.com>Signed-off-by: Max Zhen <max.zhen@amd.com>Reviewed-by: Mario Limonciello (AMD) <superm1@kernel.org>Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>Link: https://patch.msgid.link/20260409152259.176883-1-lizhi.hou@amd.com
show more ...
Documentation: accel: amdxdna: Update compiler informationThe compiler information is outdated. Update it to the latest.Reviewed-by: Maciej Falkowski <maciej.falkowski@linux.intel.com>Reviewed-b
Documentation: accel: amdxdna: Update compiler informationThe compiler information is outdated. Update it to the latest.Reviewed-by: Maciej Falkowski <maciej.falkowski@linux.intel.com>Reviewed-by: Alex Deucher <alexander.deucher@amd.com>Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>Link: https://lore.kernel.org/r/20250820233817.4050006-1-lizhi.hou@amd.com
accel/amdxdna: Add documentation for AMD NPU accelerator driverAMD NPU (Neural Processing Unit) is a multi-user AI inference acceleratorintegrated into AMD client APU. NPU enables efficient execut
accel/amdxdna: Add documentation for AMD NPU accelerator driverAMD NPU (Neural Processing Unit) is a multi-user AI inference acceleratorintegrated into AMD client APU. NPU enables efficient execution of MachineLearning applications like CNN, LLM, etc. NPU is based on AMD XDNAArchitecture. NPU is managed by amdxdna driver.Co-developed-by: Sonal Santan <sonal.santan@amd.com>Signed-off-by: Sonal Santan <sonal.santan@amd.com>Reviewed-by: Jeffrey Hugo <quic_jhugo@quicinc.com>Signed-off-by: Lizhi Hou <lizhi.hou@amd.com>Signed-off-by: Jeffrey Hugo <quic_jhugo@quicinc.com>Link: https://patchwork.freedesktop.org/patch/msgid/20241118172942.2014541-2-lizhi.hou@amd.com