[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v6 05/11] virtio-gpu: Introduce virgl_gpu_resource structure
From: |
Huang Rui |
Subject: |
Re: [PATCH v6 05/11] virtio-gpu: Introduce virgl_gpu_resource structure |
Date: |
Tue, 19 Dec 2023 21:27:54 +0800 |
On Tue, Dec 19, 2023 at 08:35:27PM +0800, Akihiko Odaki wrote:
> On 2023/12/19 16:53, Huang Rui wrote:
> > Introduce a new virgl_gpu_resource data structure and helper functions
> > for virgl. It's used to add new member which is specific for virgl in
> > following patches of blob memory support.
>
> The name is ambigious. It should tell that it's specific for virgl.
How about "virgl_resource" which inherits virtio_gpu_simple_resource? But
this name is exactly same with the name in virglrenderer.
Thanks,
Ray
- Re: [PATCH v6 01/11] linux-headers: Update to kernel headers to add venus capset, (continued)
[PATCH v6 02/11] virtio-gpu: Configure new feature flag context_create_with_flags for virglrenderer, Huang Rui, 2023/12/19
[PATCH v6 03/11] virtio-gpu: Support context init feature with virglrenderer, Huang Rui, 2023/12/19
[PATCH v6 04/11] virtio-gpu: Don't require udmabuf when blobs and virgl are enabled, Huang Rui, 2023/12/19
[PATCH v6 05/11] virtio-gpu: Introduce virgl_gpu_resource structure, Huang Rui, 2023/12/19
[PATCH v6 06/11] softmmu/memory: enable automatic deallocation of memory regions, Huang Rui, 2023/12/19
[PATCH v6 07/11] virtio-gpu: Handle resource blob commands, Huang Rui, 2023/12/19