mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
intel: fix urb size for CFL GT1
Same 192Kb amount as SKL/KBL GT1 applies.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
Fixes: de7ed0ba55 ("i965/CFL: Add PCI Ids for Coffee Lake.")
This commit is contained in:
parent
bd2c5a8203
commit
1d626fc028
1 changed files with 1 additions and 0 deletions
|
|
@ -777,6 +777,7 @@ static const struct gen_device_info gen_device_info_cfl_gt1 = {
|
|||
.num_subslices = { 2, },
|
||||
.num_eu_per_subslice = 6,
|
||||
.l3_banks = 2,
|
||||
.urb.size = 192,
|
||||
.simulator_id = 24,
|
||||
};
|
||||
static const struct gen_device_info gen_device_info_cfl_gt2 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue