Skip to content

Commit c14d446

Browse files
aalteresjohnharr-intel
authored andcommitted
drm/i915/pxp/mtl: Update pxp-firmware packet size
Update the GSC-fw input/output HECI packet size to match updated internal fw specs. Signed-off-by: Alan Previn <alan.previn.teres.alexis@intel.com> Reviewed-by: Vivaik Balasubrawmanian <vivaik.balasubrawmanian@intel.com> Signed-off-by: John Harrison <John.C.Harrison@Intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230917211933.1407559-3-alan.previn.teres.alexis@intel.com
1 parent 8ae2723 commit c14d446

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
#define PXP43_CMDID_NEW_HUC_AUTH 0x0000003F /* MTL+ */
1515
#define PXP43_CMDID_INIT_SESSION 0x00000036
1616

17-
/* PXP-Packet sizes for MTL's GSCCS-HECI instruction */
18-
#define PXP43_MAX_HECI_INOUT_SIZE (SZ_32K)
17+
/* PXP-Packet sizes for MTL's GSCCS-HECI instruction is spec'd at 65K before page alignment*/
18+
#define PXP43_MAX_HECI_INOUT_SIZE (PAGE_ALIGN(SZ_64K + SZ_1K))
1919

2020
/* PXP-Packet size for MTL's NEW_HUC_AUTH instruction */
2121
#define PXP43_HUC_AUTH_INOUT_SIZE (SZ_4K)

0 commit comments

Comments
 (0)