]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Use GT oriented message to report engine activity error
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Mon, 14 Apr 2025 20:23:47 +0000 (22:23 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 17 Apr 2025 19:57:51 +0000 (21:57 +0200)
commit73bf722bbb618df6d7936f97e1d68298fc893718
tree70453bc5a730f3efa277f961c661e6f8d8b2d206
parent8f9d815a89f5d08566c52ae1d18f05fe976b2c59
drm/xe: Use GT oriented message to report engine activity error

We are enabling/disabling engine activity on per-GT basis, so any
errors should be also reported per GT, like:

 [ ] xe 0000:00:02.0: [drm] GT0: PF: Failed to enable engine activity function stats (-ENOSPC)
 [ ] xe 0000:00:02.0: [drm] GT1: PF: Failed to enable engine activity function stats (-ENOSPC)

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Cc: Riana Tauro <riana.tauro@intel.com>
Reviewed-by: Riana Tauro <riana.tauro@intel.com>
Link: https://lore.kernel.org/r/20250414202347.1909-2-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/xe_pci_sriov.c