From ba47e03908442bfa4691f7b1fd7d42f5383e2597 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 13 Nov 2025 12:11:16 +0100 Subject: [PATCH] pvr: store has_pbe_stride_align_1pixel in pvr_device_features This doesn't actually need fixing; there's no Rogue HW with this feature. Instead, let's start populating this when we fill in new architectures, which does support this. Reviewed-by: Ashish Chauhan Part-of: --- src/imagination/common/pvr_device_info.h | 1 + src/imagination/csbgen/rogue/pbestate.xml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/imagination/common/pvr_device_info.h b/src/imagination/common/pvr_device_info.h index 9ae5283938e..701b28524d1 100644 --- a/src/imagination/common/pvr_device_info.h +++ b/src/imagination/common/pvr_device_info.h @@ -276,6 +276,7 @@ struct pvr_device_features { bool has_paired_tiles : 1; bool has_pbe2_in_xe : 1; bool has_pbe_filterable_f16 : 1; + bool has_pbe_stride_align_1pixel : 1; bool has_pbe_yuv : 1; bool has_pds_ddmadt : 1; bool has_roguexe : 1; diff --git a/src/imagination/csbgen/rogue/pbestate.xml b/src/imagination/csbgen/rogue/pbestate.xml index dcff708bcfc..b06f02db0df 100644 --- a/src/imagination/csbgen/rogue/pbestate.xml +++ b/src/imagination/csbgen/rogue/pbestate.xml @@ -256,7 +256,6 @@ SOFTWARE. -