Re: [PATCH] drm/etnaviv: Remove duplicate call to drm_gem_free_mmap_offset

2022-08-19 Thread Lucas Stach
Am Mittwoch, dem 06.07.2022 um 18:29 + schrieb T.J. Mercier: > The docs explicitly say the drm_gem_object_release function already calls > this, > and this does not appear to be a prerequisite for the call to > etnaviv_gem_ops.release. > This looks correct to me. Patch applied to

[PATCH] drm/etnaviv: Remove duplicate call to drm_gem_free_mmap_offset

2022-07-06 Thread T.J. Mercier
The docs explicitly say the drm_gem_object_release function already calls this, and this does not appear to be a prerequisite for the call to etnaviv_gem_ops.release. Signed-off-by: T.J. Mercier --- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 1 - 1 file changed, 1 deletion(-) diff --git