mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 06:30:11 +01:00
i965/glk: Add l3 banks count for 2x6 configuration
2x6 configuration with pci-id 0x3185 has same number of banks (2) as 3x6 configuration (pci-id 0x3184). Reported-by: Clayton Craft <clayton.a.craft@intel.com> Signed-off-by: Anuj Phogat <anuj.phogat@gmail.com> Tested-by: Clayton Craft <clayton.a.craft@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Fixes:eb23be1d97"i965: Add and initialize l3_banks field for gen7+" Cc: Francisco Jerez <currojerez@riseup.net> (cherry picked from commit0748383a60)
This commit is contained in:
parent
620be4d431
commit
f844591ee3
1 changed files with 1 additions and 1 deletions
|
|
@ -632,10 +632,10 @@ static const struct gen_device_info gen_device_info_glk = {
|
|||
.l3_banks = 2,
|
||||
};
|
||||
|
||||
/*TODO: Initialize l3_banks when we know the number. */
|
||||
static const struct gen_device_info gen_device_info_glk_2x6 = {
|
||||
GEN9_LP_FEATURES_2X6,
|
||||
.is_geminilake = true,
|
||||
.l3_banks = 2,
|
||||
};
|
||||
|
||||
static const struct gen_device_info gen_device_info_cfl_gt1 = {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue