drm/i915/guc: Add GuC oriented print macros
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Sat, 28 Jan 2023 19:59:00 +0000 (20:59 +0100)
committerTvrtko Ursulin <tvrtko.ursulin@intel.com>
Tue, 31 Jan 2023 12:20:03 +0000 (12:20 +0000)
commite03a9d4063cb63cce4b3e29181d4ce3d9633ba7c
tree56b4e5ea68d093baf840f1796be81e174dd45554
parent10e0cbaaf1104f449d695c80bcacf930dcd3c42e
drm/i915/guc: Add GuC oriented print macros

While we do have GT oriented print macros, add few more GuC
specific to have common look and feel across all messages
related to the GuC and to avoid chasing the gt pointer.

We will use these macros shortly in upcoming patches.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Cc: John Harrison <John.C.Harrison@Intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Signed-off-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230128195907.1837-2-michal.wajdeczko@intel.com
drivers/gpu/drm/i915/gt/uc/intel_guc_print.h [new file with mode: 0644]