[Mesa-dev] [PATCH V2 1/4] i965/icl: Fix L3 configurations
Francisco Jerez
currojerez at riseup.net
Mon Nov 26 19:38:14 UTC 2018
Anuj Phogat <anuj.phogat at gmail.com> writes:
> Use L3 configuration specified in h/w specification.
>
> V2: Drop configs which do under allocation of l3 cache.
> Bump up the comment above table.
>
> Signed-off-by: Anuj Phogat <anuj.phogat at gmail.com>
> Cc: Kenneth Graunke <kenneth at whitecape.org>
> Cc: Francisco Jerez <currojerez at riseup.net>
Reviewed-by: Francisco Jerez <currojerez at riseup.net>
> ---
> src/intel/common/gen_l3_config.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/src/intel/common/gen_l3_config.c b/src/intel/common/gen_l3_config.c
> index b977c6ab136..32264394fb6 100644
> --- a/src/intel/common/gen_l3_config.c
> +++ b/src/intel/common/gen_l3_config.c
> @@ -134,15 +134,15 @@ static const struct gen_l3_config cnl_l3_configs[] = {
>
> /**
> * ICL validated L3 configurations. \sa icl_l3_configs.
> + * Zeroth entry in below table has been commented out intentionally
> + * due to known issues with this configuration. Many other entries
> + * suggested by h/w specification aren't added here because they
> + * do under allocation of L3 cache with below partitioning.
> */
> static const struct gen_l3_config icl_l3_configs[] = {
> /* SLM URB ALL DC RO IS C T */
> - {{ 0, 64, 64, 0, 0, 0, 0, 0 }},
> - {{ 0, 64, 0, 16, 48, 0, 0, 0 }},
> - {{ 0, 48, 0, 16, 64, 0, 0, 0 }},
> - {{ 0, 32, 0, 0, 96, 0, 0, 0 }},
> - {{ 0, 32, 96, 0, 0, 0, 0, 0 }},
> - {{ 0, 32, 0, 16, 80, 0, 0, 0 }},
> + /*{{ 0, 16, 80, 0, 0, 0, 0, 0 }},*/
> + {{ 0, 32, 64, 0, 0, 0, 0, 0 }},
> {{ 0 }}
> };
>
> --
> 2.17.1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 227 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20181126/a31eedf6/attachment.sig>
More information about the mesa-dev
mailing list