Re: [PATCH v15 11/19] drm/etnaviv: Add etnaviv_gem_obj_remove() helper

2024-10-01 Thread Sui Jingfeng
Hi, On 2024/10/1 22:21, Lucas Stach wrote: Am Sonntag, dem 08.09.2024 um 17:43 +0800 schrieb Sui Jingfeng: Which is corresonding to the etnaviv_gem_obj_add() While symmetry is nice, Thanks a lot for understanding and review my patch. it's still not really symmetric, patch 0016 will tr

Re: [PATCH v15 11/19] drm/etnaviv: Add etnaviv_gem_obj_remove() helper

2024-10-01 Thread Lucas Stach
Am Sonntag, dem 08.09.2024 um 17:43 +0800 schrieb Sui Jingfeng: > Which is corresonding to the etnaviv_gem_obj_add() > While symmetry is nice, it's still not really symmetric, as this function isn't exported into the PRIME parts of the driver like etnaviv_gem_obj_add(). Given that I don't really s

[PATCH v15 11/19] drm/etnaviv: Add etnaviv_gem_obj_remove() helper

2024-09-08 Thread Sui Jingfeng
Which is corresonding to the etnaviv_gem_obj_add() Signed-off-by: Sui Jingfeng --- drivers/gpu/drm/etnaviv/etnaviv_gem.c | 17 + 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/etnaviv/etnaviv_gem.c b/drivers/gpu/drm/etnaviv/etnaviv_gem.c index 39c