[Mesa-dev] [PATCH] i965/glk: Add l3 banks count for 2x6 configuration
Clayton Craft
clayton.a.craft at intel.com
Mon May 21 23:34:55 UTC 2018
Quoting Anuj Phogat (2018-05-21 15:21:56)
> 2x6 configuration with pci-id 0x3185 has same number of
> banks (2) as 3x6 configuration (pci-id 0x3184).
This passes testing, you can add me to the tested-by.
>
> Reported-by: Clayton Craft <clayton.a.craft at intel.com>
> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
> Cc: <mesa-stable at lists.freedesktop.org>
> Cc: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> Cc: Francisco Jerez <currojerez at riseup.net>
> ---
> src/intel/dev/gen_device_info.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/intel/dev/gen_device_info.c b/src/intel/dev/gen_device_info.c
> index 653cece6d70..8e971329892 100644
> --- a/src/intel/dev/gen_device_info.c
> +++ b/src/intel/dev/gen_device_info.c
> @@ -732,10 +732,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 = {
> --
> 2.17.0
>
> _______________________________________________
> mesa-dev mailing list
> mesa-dev at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: signature
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180521/4a457852/attachment-0001.sig>
More information about the mesa-dev
mailing list