Mesa (staging/19.0): intel: fix urb size for CFL GT1

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 25 22:09:55 UTC 2019


Module: Mesa
Branch: staging/19.0
Commit: 641884c884d44e48627a339e090bdf598d5bbb08
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=641884c884d44e48627a339e090bdf598d5bbb08

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Wed Feb 20 12:49:17 2019 +0000

intel: fix urb size for CFL GT1

Same 192Kb amount as SKL/KBL GT1 applies.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Anuj Phogat <anuj.phogat at gmail.com>
Fixes: de7ed0ba5522 ("i965/CFL: Add PCI Ids for Coffee Lake.")
(cherry picked from commit 1d626fc02895daa9e7f7c74a829b9512f08869e8)

---

 src/intel/dev/gen_device_info.c | 1 +
 1 file changed, 1 insertion(+)

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 = {




More information about the mesa-commit mailing list