Re: [PATCH 2/5] drm/exec: don't immediately add the prelocked obj

2024-07-05 Thread Thomas Hellström
On Fri, 2024-07-05 at 14:41 +0200, Christian König wrote: > Am 03.07.24 um 17:51 schrieb Thomas Hellström: > > On Wed, 2024-07-03 at 15:25 +0200, Christian König wrote: > > > Some contended objects might never be locked again in the case of > > > eviction > > > handling for example. > > > > > > Ma

Re: [PATCH 2/5] drm/exec: don't immediately add the prelocked obj

2024-07-05 Thread Christian König
Am 03.07.24 um 17:51 schrieb Thomas Hellström: On Wed, 2024-07-03 at 15:25 +0200, Christian König wrote: Some contended objects might never be locked again in the case of eviction handling for example. Make sure that those doesn't show up in the list of locked objects until they are explicitely

Re: [PATCH 2/5] drm/exec: don't immediately add the prelocked obj

2024-07-03 Thread Thomas Hellström
On Wed, 2024-07-03 at 15:25 +0200, Christian König wrote: > Some contended objects might never be locked again in the case of > eviction > handling for example. > > Make sure that those doesn't show up in the list of locked objects > until > they are explicitely mentioned. Could you be a bit more

[PATCH 2/5] drm/exec: don't immediately add the prelocked obj

2024-07-03 Thread Christian König
Some contended objects might never be locked again in the case of eviction handling for example. Make sure that those doesn't show up in the list of locked objects until they are explicitely mentioned. Signed-off-by: Christian König --- drivers/gpu/drm/drm_exec.c | 18 +- 1 file