On Mon, 2023-09-11 at 12:26 +0300, Jani Nikula wrote: > On Wed, 06 Sep 2023, Alan Previn <alan.previn.teres.alexis@xxxxxxxxx> wrote: > > Debugging PXP issues can't even begin without understanding precedding > > sequence of events. Add drm_dbg into the most important PXP events. > > > > Signed-off-by: Alan Previn <alan.previn.teres.alexis@xxxxxxxxx> alan:snip > > > + > > + drm_dbg(&pxp->ctrl_gt->i915->drm, "PXP: %s invoked", __func__); > > drm_dbg already covers __func__ (via __builtin_return_address(0) in > __drm_dev_dbg), it's redundant. > > Ditto for all added debugs below. My bad - yup - will fix them. Thanks for taking time to review this patch. ...alan >