search for: songmuchun

Displaying 2 results from an estimated 2 matches for "songmuchun".

2020 Aug 07
0
[PATCH v3] drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()
...add in/out fence support for explicit synchronization") > > Co-developed-by: Xin He <hexin.op at bytedance.com> > > Signed-off-by: Xin He <hexin.op at bytedance.com> > > Signed-off-by: Qi Liu <liuqi.16 at bytedance.com> > > Reviewed-by: Muchun Song <songmuchun at bytedance.com> > > --- > > > > changelog in v3: > > 1) Change the subject from "drm/virtio: fixed memory leak in virtio_gpu_execbuffer_ioctl()" to > > "drm/virtio: fix missing dma_fence_put() in virtio_gpu_execbuffer_ioctl()" > > 2) R...
2023 Aug 22
0
[PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
...nvocations have seen an update before freeing memory. > > So we introduce a new pool_shrink_rwsem to implement a private > synchronize_shrinkers(), so as to achieve the same purpose. > > Signed-off-by: Qi Zheng <zhengqi.arch at bytedance.com> > Reviewed-by: Muchun Song <songmuchun at bytedance.com> On the 5 drm patches (I counted 2 ttm and 3 drivers) for merging through some other tree (since I'm assuming that's how this will land): Acked-by: Daniel Vetter <daniel.vetter at ffwll.ch> > --- > drivers/gpu/drm/ttm/ttm_pool.c | 15 +++++++++++++++ >...