On Thu, 10 Nov 2022 17:24:14 +, John Keeping wrote:
> If a buffer is allocated with alloc_kmap, then it is vmap'd on creation
> and there is no reason to map it again in rockchip_gem_prime_vmap() when
> the existing mapping can be used.
>
>
Applied, thanks!
[1/1] drm/rockchip: avoid duplica
If a buffer is allocated with alloc_kmap, then it is vmap'd on creation
and there is no reason to map it again in rockchip_gem_prime_vmap() when
the existing mapping can be used.
Signed-off-by: John Keeping
---
drivers/gpu/drm/rockchip/rockchip_drm_gem.c | 13 ++---
1 file changed, 10 in