Re: [PATCH v2 1/3] drm/msm/disp: Tweak display snapshot to match gpu snapshot

2021-12-15 Thread Dmitry Baryshkov
On Wed, 15 Dec 2021 at 23:09, Rob Clark wrote: > > On Wed, Dec 15, 2021 at 11:17 AM Dmitry Baryshkov > wrote: > > > > On Wed, 15 Dec 2021 at 20:49, Rob Clark wrote: > > > > > > From: Rob Clark > > > > > > Add UTS_RELEASE and show timestamp the same way for consistency. > > > > > > Signed-off-by

Re: [PATCH v2 1/3] drm/msm/disp: Tweak display snapshot to match gpu snapshot

2021-12-15 Thread Rob Clark
On Wed, Dec 15, 2021 at 11:17 AM Dmitry Baryshkov wrote: > > On Wed, 15 Dec 2021 at 20:49, Rob Clark wrote: > > > > From: Rob Clark > > > > Add UTS_RELEASE and show timestamp the same way for consistency. > > > > Signed-off-by: Rob Clark > > Reviewed-by: Dmitry Baryshkov > > > --- > > drivers

Re: [PATCH v2 1/3] drm/msm/disp: Tweak display snapshot to match gpu snapshot

2021-12-15 Thread Dmitry Baryshkov
On Wed, 15 Dec 2021 at 20:49, Rob Clark wrote: > > From: Rob Clark > > Add UTS_RELEASE and show timestamp the same way for consistency. > > Signed-off-by: Rob Clark Reviewed-by: Dmitry Baryshkov > --- > drivers/gpu/drm/msm/disp/msm_disp_snapshot.h | 4 ++-- > drivers/gpu/drm/msm/disp/ms

[PATCH v2 1/3] drm/msm/disp: Tweak display snapshot to match gpu snapshot

2021-12-15 Thread Rob Clark
From: Rob Clark Add UTS_RELEASE and show timestamp the same way for consistency. Signed-off-by: Rob Clark --- drivers/gpu/drm/msm/disp/msm_disp_snapshot.h | 4 ++-- drivers/gpu/drm/msm/disp/msm_disp_snapshot_util.c | 9 ++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --gi