Re: [PATCH] drm/etnaviv: reduce number of ktime_get calls in IRQ handler

2024-06-24 Thread Christian Gmeiner
> > A single IRQ might signal the completion of multiple jobs/fences > at once. There is no point in attaching a new timestamp to each > fence that only differs in when exactly the IRQ handler was able > to process this fence. > > Get a single timestamp when the IRQ handler has determined that > th

Re: [PATCH] drm/etnaviv: reduce number of ktime_get calls in IRQ handler

2024-06-24 Thread Philipp Zabel
On Fr, 2024-06-21 at 22:00 +0200, Lucas Stach wrote: > A single IRQ might signal the completion of multiple jobs/fences > at once. There is no point in attaching a new timestamp to each > fence that only differs in when exactly the IRQ handler was able > to process this fence. > > Get a single tim

[PATCH] drm/etnaviv: reduce number of ktime_get calls in IRQ handler

2024-06-21 Thread Lucas Stach
A single IRQ might signal the completion of multiple jobs/fences at once. There is no point in attaching a new timestamp to each fence that only differs in when exactly the IRQ handler was able to process this fence. Get a single timestamp when the IRQ handler has determined that there are complet