Re: [PATCH 1/3] drm/etnaviv: move debug register en-/disable into own function

2024-07-01 Thread Lucas Stach
Am Freitag, dem 28.06.2024 um 13:07 +0200 schrieb Philipp Zabel: > On Fr, 2024-06-28 at 12:47 +0200, Lucas Stach wrote: > > The next changes will introduce another place where the debug registers > > need to be en-/disabled. Split into separate functions, so we don't need > > to replicate the code

Re: [PATCH 1/3] drm/etnaviv: move debug register en-/disable into own function

2024-06-28 Thread Philipp Zabel
On Fr, 2024-06-28 at 12:47 +0200, Lucas Stach wrote: > The next changes will introduce another place where the debug registers > need to be en-/disabled. Split into separate functions, so we don't need > to replicate the code there. Also allow those calls to nest, keeping > the debug registers enab

[PATCH 1/3] drm/etnaviv: move debug register en-/disable into own function

2024-06-28 Thread Lucas Stach
The next changes will introduce another place where the debug registers need to be en-/disabled. Split into separate functions, so we don't need to replicate the code there. Also allow those calls to nest, keeping the debug registers enabled until all callers don't need them any longer. Signed-off