Re: [PATCH v6 06/10] gpu: host1x: Cleanup and refcounting for syncpoints

2021-03-30 Thread Dmitry Osipenko
29.03.2021 16:38, Mikko Perttunen пишет: > Add reference counting for allocated syncpoints to allow keeping > them allocated while jobs are referencing them. Additionally, > clean up various places using syncpoint IDs to use host1x_syncpt > pointers instead. > > Signed-off-by: Mikko Perttunen > -

[PATCH v6 06/10] gpu: host1x: Cleanup and refcounting for syncpoints

2021-03-29 Thread Mikko Perttunen
Add reference counting for allocated syncpoints to allow keeping them allocated while jobs are referencing them. Additionally, clean up various places using syncpoint IDs to use host1x_syncpt pointers instead. Signed-off-by: Mikko Perttunen --- v5: - Remove host1x_syncpt_put in submit code, as jo