Re: [PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state

2021-08-24 Thread Christian Gmeiner
Hi Lucas Am Di., 24. Aug. 2021 um 09:54 Uhr schrieb Lucas Stach : > > Am Dienstag, dem 24.08.2021 um 09:24 +0200 schrieb Christian Gmeiner: > > Am Fr., 20. Aug. 2021 um 22:18 Uhr schrieb Lucas Stach > > : > > > > > > Move the refcount manipulation of the MMU context to the point where the > > > h

Re: [PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state

2021-08-24 Thread Lucas Stach
Am Dienstag, dem 24.08.2021 um 09:24 +0200 schrieb Christian Gmeiner: > Am Fr., 20. Aug. 2021 um 22:18 Uhr schrieb Lucas Stach > : > > > > Move the refcount manipulation of the MMU context to the point where the > > hardware state is programmed. At that point it is also known if a previous > > MM

Re: [PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state

2021-08-24 Thread Christian Gmeiner
Am Fr., 20. Aug. 2021 um 22:18 Uhr schrieb Lucas Stach : > > Move the refcount manipulation of the MMU context to the point where the > hardware state is programmed. At that point it is also known if a previous > MMU state is still there, or the state needs to be reprogrammed with a > potentially d

[PATCH 7/8] drm/etnaviv: reference MMU context when setting up hardware state

2021-08-20 Thread Lucas Stach
Move the refcount manipulation of the MMU context to the point where the hardware state is programmed. At that point it is also known if a previous MMU state is still there, or the state needs to be reprogrammed with a potentially different context. Cc: sta...@vger.kernel.org # 5.4 Signed-off-by: