Re: [PATCH 4/5] amdgpu: add support for memcg integration

2025-05-02 Thread Waiman Long
On 5/1/25 11:36 PM, Dave Airlie wrote: From: Dave Airlie This adds the memcg object for any user allocated object, and adds account_op to necessary paths which might populate a tt object. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 ++- drivers/gpu/dr

[PATCH 4/5] amdgpu: add support for memcg integration

2025-05-01 Thread Dave Airlie
From: Dave Airlie This adds the memcg object for any user allocated object, and adds account_op to necessary paths which might populate a tt object. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c| 2 ++ drive

[PATCH 4/5] amdgpu: add support for memcg integration

2025-04-23 Thread Dave Airlie
From: Dave Airlie This adds the memcg object for any user allocated object, and adds account_op to necessary paths which might populate a tt object. Signed-off-by: Dave Airlie --- drivers/gpu/drm/amd/amdgpu/amdgpu_cs.c | 7 ++- drivers/gpu/drm/amd/amdgpu/amdgpu_gem.c| 2 ++ drive