sna/gen7: Set appropriate thread counts for Valleyview^Baytrail
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
a84a9fcb5e
commit
8d10c32d65
|
|
@ -112,10 +112,11 @@ static const struct gt_info ivb_gt2_info = {
|
|||
|
||||
static const struct gt_info vlv_gt_info = {
|
||||
.name = "Valleyview (gen7)",
|
||||
.max_vs_threads = 16,
|
||||
.max_gs_threads = 16,
|
||||
.max_wm_threads = (16-1) << IVB_PS_MAX_THREADS_SHIFT,
|
||||
.urb = { 128, 64, 64 },
|
||||
.max_vs_threads = 36,
|
||||
.max_gs_threads = 36,
|
||||
.max_wm_threads = (48-1) << IVB_PS_MAX_THREADS_SHIFT,
|
||||
.urb = { 128, 512, 192 },
|
||||
};
|
||||
|
||||
static const struct gt_info hsw_gt_info = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue