[PATCH] Track total GPU memory for virtio driver

2021-01-19 Thread Yiwei Zhang
On the success of virtio_gpu_object_create, add size of newly allocated bo to the tracled total_mem. In drm_gem_object_funcs.free, after the gem bo lost its last refcount, subtract the bo size from the tracked total_mem if the original underlying memory allocation is successful. Signed-off-by: Yiw

Re: [PATCH] Track total GPU memory for virtio driver

2021-01-19 Thread Yiwei Zhang‎
On Mon, Jan 18, 2021 at 2:47 PM Yiwei Zhang wrote: > > On the success of virtio_gpu_object_create, add size of newly allocated > bo to the tracled total_mem. In drm_gem_object_funcs.free, after the gem > bo lost its last refcount, subtract the bo size from the tracked > total_mem if the original u