]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe/guc: Add helpers for GuC KLVs
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 10 Apr 2024 17:03:37 +0000 (19:03 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Fri, 12 Apr 2024 14:23:35 +0000 (16:23 +0200)
commit0ddc1e0721d410ae09a8ea4cbfebfb20bc1e2e03
treee5bd7ed22a3ab6d6879f3763ef740f1e326ecd0a
parentbbc8a6fb83afc41ba4e8d2564314d7a4d01db0cb
drm/xe/guc: Add helpers for GuC KLVs

Many of the GuC actions use KLVs to pass additional parameters or
configuration data. Add few helper functions for better reporting
any information related to KLVs.

Cc: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Reviewed-by: Piotr Piórkowski <piotr.piorkowski@intel.com>
Acked-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240410170338.1199-5-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_guc_klv_helpers.c [new file with mode: 0644]
drivers/gpu/drm/xe/xe_guc_klv_helpers.h [new file with mode: 0644]