i965: Fix URB size for CHV
Increase the device info .urb.size for CHV to match the default URB size (192kB). Reviewed-by: Kenneth Graunke <kenneth@whitecape.org> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
This commit is contained in:
parent
ced9425327
commit
970dc23603
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ static const struct brw_device_info brw_device_info_chv = {
|
|||
.max_gs_threads = 80,
|
||||
.max_wm_threads = 128,
|
||||
.urb = {
|
||||
.size = 128,
|
||||
.size = 192,
|
||||
.min_vs_entries = 34,
|
||||
.max_vs_entries = 640,
|
||||
.max_hs_entries = 80,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue