anv: Turn device->queue into an array

Rework: Lionel
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8667>
This commit is contained in:
Jordan Justen
2018-08-14 02:34:16 -07:00
committed by Marge Bot
parent 40d4799d8a
commit 9fd0806621
4 changed files with 115 additions and 26 deletions

View File

@@ -1425,7 +1425,8 @@ struct anv_device {
struct anv_state slice_hash;
struct anv_queue queue;
uint32_t queue_count;
struct anv_queue * queues;
struct anv_scratch_pool scratch_pool;