mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
Merge 7547675b84 ("drm/virtio: implement context init: track {ring_idx, emit_fence_info} in virtio_gpu_fence") into android-mainline
Steps on the way to 5.16-rc1 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: I83d7b644af5240abdc4ea64f36a6cb03d101f984
This commit is contained in:
@@ -139,7 +139,9 @@ struct virtio_gpu_fence_driver {
|
||||
|
||||
struct virtio_gpu_fence {
|
||||
struct dma_fence f;
|
||||
uint32_t ring_idx;
|
||||
uint64_t fence_id;
|
||||
bool emit_fence_info;
|
||||
struct virtio_gpu_fence_driver *drv;
|
||||
struct list_head node;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user