On Wed, 2023-09-06 at 17:15 -0700, Teres Alexis, Alan Previn wrote: > Update the GSC-fw input/output HECI packet size to match > updated internal fw specs. alan:snip
> +++ b/drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h > @@ -14,8 +14,8 @@ > > +/* PXP-Packet sizes for MTL's GSCCS-HECI instruction is 65K*/ > +#define PXP43_MAX_HECI_INOUT_SIZE (SZ_64K + SZ_1K) alan: my mistake - didnt fix this before posting - should have been PAGE_ALIGN(65k)