Re: [PATCH 3/8] drm/etnaviv: move runtime PM handling to events

2023-06-19 Thread Christian Gmeiner
Hi Lucas, Am Do., 15. Juni 2023 um 11:37 Uhr schrieb Lucas Stach : > > Hi Christian, > > Am Mittwoch, dem 14.06.2023 um 20:41 +0200 schrieb Christian Gmeiner: > > Hi Lucas > > > > > > > > Conceptually events are the right abstraction to handle the GPU > > > runtime PM state: as long as any event

Re: [PATCH 3/8] drm/etnaviv: move runtime PM handling to events

2023-06-15 Thread Lucas Stach
Hi Christian, Am Mittwoch, dem 14.06.2023 um 20:41 +0200 schrieb Christian Gmeiner: > Hi Lucas > > > > > Conceptually events are the right abstraction to handle the GPU > > runtime PM state: as long as any event is pending the GPU can not > > be idle. Events are also properly freed and

Re: [PATCH 3/8] drm/etnaviv: move runtime PM handling to events

2023-06-14 Thread Christian Gmeiner
Hi Lucas > > Conceptually events are the right abstraction to handle the GPU > runtime PM state: as long as any event is pending the GPU can not > be idle. Events are also properly freed and reallocated when the > GPU has been reset after a hang. > > Signed-off-by: Lucas Stach > --- >

[PATCH 3/8] drm/etnaviv: move runtime PM handling to events

2023-06-07 Thread Lucas Stach
Conceptually events are the right abstraction to handle the GPU runtime PM state: as long as any event is pending the GPU can not be idle. Events are also properly freed and reallocated when the GPU has been reset after a hang. Signed-off-by: Lucas Stach ---