mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 00:38:48 +02: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.") (cherry picked from commit1d626fc028)
This commit is contained in:
parent
32e2f645e4
commit
641884c884
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