virgl: drop unused format field

This commit is contained in:
Dave Airlie 2019-08-22 16:20:39 +10:00 committed by Gert Wollny
parent 4379dcc12d
commit 035cd6cdf9
2 changed files with 0 additions and 2 deletions

View File

@ -186,7 +186,6 @@ virgl_drm_winsys_resource_create(struct virgl_winsys *qws,
}
res->bind = bind;
res->format = format;
res->res_handle = createcmd.res_handle;
res->bo_handle = createcmd.bo_handle;

View File

@ -44,7 +44,6 @@ struct virgl_hw_res {
uint32_t stride;
struct virgl_resource_cache_entry cache_entry;
uint32_t format;
uint32_t bind;
uint32_t flink_name;