[PATCH i-g-t 1/3] lib/intel_device_info: set has_flatccs on LNL
Zbigniew Kempczyński
zbigniew.kempczynski at intel.com
Wed Jan 31 12:18:45 UTC 2024
On Wed, Jan 31, 2024 at 11:43:03AM +0000, Matthew Auld wrote:
> Xe2 supports flat CCS based compression, including igpu. Currently
> HAS_FLATCCS() is incorrectly returning false on LNL.
>
> Signed-off-by: Matthew Auld <matthew.auld at intel.com>
> Cc: Akshata Jahagirdar <akshata.jahagirdar at intel.com>
> Cc: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
> ---
> lib/intel_device_info.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/lib/intel_device_info.c b/lib/intel_device_info.c
> index a669797c3..64b5246b7 100644
> --- a/lib/intel_device_info.c
> +++ b/lib/intel_device_info.c
> @@ -509,6 +509,7 @@ static const struct intel_device_info intel_lunarlake_info = {
> .graphics_rel = 4,
> .display_ver = 20,
> .has_4tile = true,
> + .has_flatccs = true,
> .is_lunarlake = true,
> .codename = "lunarlake",
> .cmds_info = &xe2_cmds_info,
> --
> 2.43.0
>
Reviewed-by: Zbigniew Kempczyński <zbigniew.kempczynski at intel.com>
--
Zbigniew
More information about the igt-dev
mailing list