[PATCH v3 02/19] drm/virtio: blob prep: make CPU responses more generic

Gerd Hoffmann kraxel at redhat.com
Thu Sep 17 09:33:36 UTC 2020


On Wed, Sep 16, 2020 at 05:08:21PM -0700, Gurchetan Singh wrote:
> RESOURCE_MAP_BLOB / RESOURCE_UNMAP_BLOB can use this.

> -#define UUID_INITIALIZING 0
> -#define UUID_INITIALIZED 1
> -#define UUID_INITIALIZATION_FAILED 2
> +#define STATE_INITIALIZING 0
> +#define STATE_OK 1
> +#define STATE_ERR 2

--verbose please.  I fail to see the point and browsing the following
patches doesn't make things more clear ...

take care,
  Gerd



More information about the dri-devel mailing list