|
From: | Akihiko Odaki |
Subject: | Re: [PATCH v8 07/11] virtio-gpu: Support suspension of commands processing |
Date: | Fri, 19 Apr 2024 17:53:04 +0900 |
User-agent: | Mozilla Thunderbird |
On 2024/04/19 4:00, Dmitry Osipenko wrote:
Add new "suspended" flag to virtio_gpu_ctrl_command telling cmd processor that it should stop processing commands and retry again next time until flag is unset. Signed-off-by: Dmitry Osipenko <dmitry.osipenko@collabora.com>
This flag shouldn't be added to virtio_gpu_ctrl_command. suspended is just !finished in virtio-gpu.c. Only virtio_gpu_virgl_process_cmd() needs the distinction of suspended and !finished so it is not appropriate to add this flag the common structure.
Regards, Akihiko Odaki
[Prev in Thread] | Current Thread | [Next in Thread] |