diff options
author | Chia-I Wu <[email protected]> | 2013-04-29 10:56:36 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-05-01 11:23:11 +0800 |
commit | ce188bb252c0d8cab8a2763e8365985df1a0902b (patch) | |
tree | 59f2bd52b90c22d5520844196387283b0f37387c /src/gallium/drivers/ilo/ilo_common.h | |
parent | bef98f9c3add317dd1a0cfa6b160792281e2a066 (diff) |
ilo: move device limits to ilo_dev_info or to GPEs
It seems a bit weird to have device limits in a context.
Diffstat (limited to 'src/gallium/drivers/ilo/ilo_common.h')
-rw-r--r-- | src/gallium/drivers/ilo/ilo_common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/drivers/ilo/ilo_common.h b/src/gallium/drivers/ilo/ilo_common.h index d86b10b06c8..e00d01317c1 100644 --- a/src/gallium/drivers/ilo/ilo_common.h +++ b/src/gallium/drivers/ilo/ilo_common.h @@ -62,6 +62,7 @@ struct ilo_dev_info { int gen; int gt; + int urb_size; }; extern int ilo_debug; |