Skip to content

intel/fs: fixup scratch load/store handling on Gfx12.5+

We did not handle the operation with data size < 4. It works fine on all other messages (global/shared). The initial commit was just too restrictive.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: 1e242785 ("intel/fs: Implement load/store_scratch on XeHP")

Merge request reports