diff options
author | Lionel Landwerlin <[email protected]> | 2019-02-20 12:49:17 +0000 |
---|---|---|
committer | Dylan Baker <[email protected]> | 2019-02-25 13:26:35 -0800 |
commit | 641884c884d44e48627a339e090bdf598d5bbb08 (patch) | |
tree | 47d4de0e1aa7ee4325f74efd16ce5937b631b332 /src | |
parent | 32e2f645e49d22f0486cfadad9f87cbbd413012c (diff) |
intel: fix urb size for CFL GT1
Same 192Kb amount as SKL/KBL GT1 applies.
Signed-off-by: Lionel Landwerlin <[email protected]>
Reviewed-by: Anuj Phogat <[email protected]>
Fixes: de7ed0ba5522 ("i965/CFL: Add PCI Ids for Coffee Lake.")
(cherry picked from commit 1d626fc02895daa9e7f7c74a829b9512f08869e8)
Diffstat (limited to 'src')
-rw-r--r-- | src/intel/dev/gen_device_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c index 5dbd0607572..ee1a2e85ada 100644 --- a/src/intel/dev/gen_device_info.c +++ b/src/intel/dev/gen_device_info.c @@ -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 = { |