On Thu, Jun 16, 2022 at 1:27 AM Dmitry Baryshkov
wrote:
>
> On 15/06/2022 19:24, Rob Clark wrote:
> > From: Rob Clark
> >
> > And while we are at it, let's start the fence counter close to the
> > rollover point so that if issues slip in, they are more obvious.
> >
> > Signed-off-by: Rob Clark
>
On 15/06/2022 19:24, Rob Clark wrote:
From: Rob Clark
And while we are at it, let's start the fence counter close to the
rollover point so that if issues slip in, they are more obvious.
Signed-off-by: Rob Clark
Should it also have
Fixes: fde5de6cb461 ("drm/msm: move fence code to it's own
From: Rob Clark
And while we are at it, let's start the fence counter close to the
rollover point so that if issues slip in, they are more obvious.
Signed-off-by: Rob Clark
---
drivers/gpu/drm/msm/msm_fence.c | 13 +++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/dr