sna/gen9: Fix Kabylake typo

Reported-by: Joseph Yasi
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-09-05 10:05:30 +01:00
parent ebc066c1ec
commit 205146b0fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 },
};