Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-04-08 Thread Mikko Perttunen
On 4/8/21 7:25 AM, Michał Mirosław wrote: On Thu, Apr 08, 2021 at 06:13:44AM +0200, Michał Mirosław wrote: On Fri, Apr 02, 2021 at 07:02:32PM +0300, Dmitry Osipenko wrote: 02.04.2021 00:19, Michał Mirosław пишет: On Fri, Mar 26, 2021 at 04:34:13PM +0200, Mikko Perttunen wrote: On 3/23/21 12:1

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-04-07 Thread Michał Mirosław
On Thu, Apr 08, 2021 at 06:13:44AM +0200, Michał Mirosław wrote: > On Fri, Apr 02, 2021 at 07:02:32PM +0300, Dmitry Osipenko wrote: > > 02.04.2021 00:19, Michał Mirosław пишет: > > > On Fri, Mar 26, 2021 at 04:34:13PM +0200, Mikko Perttunen wrote: > > >> On 3/23/21 12:16 PM, Thierry Reding wrote: >

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-04-07 Thread Michał Mirosław
On Fri, Apr 02, 2021 at 07:02:32PM +0300, Dmitry Osipenko wrote: > 02.04.2021 00:19, Michał Mirosław пишет: > > On Fri, Mar 26, 2021 at 04:34:13PM +0200, Mikko Perttunen wrote: > >> On 3/23/21 12:16 PM, Thierry Reding wrote: > >>> On Mon, Jan 11, 2021 at 03:00:01PM +0200, Mikko Perttunen wrote: > >

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-04-02 Thread Dmitry Osipenko
02.04.2021 00:19, Michał Mirosław пишет: > On Fri, Mar 26, 2021 at 04:34:13PM +0200, Mikko Perttunen wrote: >> On 3/23/21 12:16 PM, Thierry Reding wrote: >>> On Mon, Jan 11, 2021 at 03:00:01PM +0200, Mikko Perttunen wrote: Show the number of pending waiters in the debugfs status file. Thi

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-04-01 Thread Michał Mirosław
On Fri, Mar 26, 2021 at 04:34:13PM +0200, Mikko Perttunen wrote: > On 3/23/21 12:16 PM, Thierry Reding wrote: > > On Mon, Jan 11, 2021 at 03:00:01PM +0200, Mikko Perttunen wrote: > > > Show the number of pending waiters in the debugfs status file. > > > This is useful for testing to verify that wai

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-03-26 Thread Mikko Perttunen
On 3/23/21 12:16 PM, Thierry Reding wrote: On Mon, Jan 11, 2021 at 03:00:01PM +0200, Mikko Perttunen wrote: Show the number of pending waiters in the debugfs status file. This is useful for testing to verify that waiters do not leak or accumulate incorrectly. Signed-off-by: Mikko Perttunen ---

Re: [PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-03-23 Thread Thierry Reding
On Mon, Jan 11, 2021 at 03:00:01PM +0200, Mikko Perttunen wrote: > Show the number of pending waiters in the debugfs status file. > This is useful for testing to verify that waiters do not leak > or accumulate incorrectly. > > Signed-off-by: Mikko Perttunen > --- > drivers/gpu/host1x/debug.c | 1

[PATCH v5 03/21] gpu: host1x: Show number of pending waiters in debugfs

2021-01-11 Thread Mikko Perttunen
Show the number of pending waiters in the debugfs status file. This is useful for testing to verify that waiters do not leak or accumulate incorrectly. Signed-off-by: Mikko Perttunen --- drivers/gpu/host1x/debug.c | 14 +++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git