drm/i915/pxp: Add drm_dbgs for critical PXP events.
authorAlan Previn <alan.previn.teres.alexis@intel.com>
Wed, 22 Nov 2023 19:15:23 +0000 (11:15 -0800)
committerJohn Harrison <John.C.Harrison@Intel.com>
Wed, 29 Nov 2023 23:03:55 +0000 (15:03 -0800)
commit0eec708ec3c2cb4076cd239605eb6d51e7c23e77
treeda5ff0830985571b2dcadbc258ef799d4cf2ec08
parent97137bd3ffc5c5972ef3e27d145250c1750f8dc4
drm/i915/pxp: Add drm_dbgs for critical PXP events.

Debugging PXP issues can't even begin without understanding precedding
sequence of important events. Add drm_dbg into the most important PXP
events.

 v5 : - rebase.
 v4 : - rebase.
 v3 : - move gt_dbg to after mutex block in function
        i915_gsc_proxy_component_bind. (Vivaik)
 v2 : - remove __func__ since drm_dbg covers that (Jani).
      - add timeout dbg of the restart from front-end (Alan).

Signed-off-by: Alan Previn <alan.previn.teres.alexis@intel.com>
Reviewed-by: Vivaik Balasubrawmanian <vivaik.balasubrawmanian@intel.com>
Signed-off-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20231122191523.58379-1-alan.previn.teres.alexis@intel.com
drivers/gpu/drm/i915/gt/uc/intel_gsc_proxy.c
drivers/gpu/drm/i915/pxp/intel_pxp.c
drivers/gpu/drm/i915/pxp/intel_pxp_irq.c
drivers/gpu/drm/i915/pxp/intel_pxp_session.c
drivers/gpu/drm/i915/pxp/intel_pxp_types.h