sna/gen9: Fix Kabylake typo
Reported-by: Joseph Yasi Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
ebc066c1ec
commit
205146b0fd
|
|
@ -236,7 +236,7 @@ static const struct gt_info bxt_gt_info = {
|
|||
};
|
||||
|
||||
static const struct gt_info kbl_gt_info = {
|
||||
.name = "Kayblake (gen9)",
|
||||
.name = "Kabylake (gen9)",
|
||||
.urb = { .max_vs_entries = 960 },
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue