hk: Increase maxFragmentCombinedOutputResources to HK_MAX_DESCRIPTORS

Backport-to: 26.0
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/15249 for hk
Signed-off-by: Janne Grunau <j@jannau.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/40859>
This commit is contained in:
Janne Grunau 2026-04-08 22:32:54 +02:00 committed by Marge Bot
parent 9b44def4e9
commit 564b061981

View file

@ -739,7 +739,7 @@ hk_get_device_properties(const struct agx_device *dev,
.maxFragmentInputComponents = max_vgt_output_components, .maxFragmentInputComponents = max_vgt_output_components,
.maxFragmentOutputAttachments = HK_MAX_RTS, .maxFragmentOutputAttachments = HK_MAX_RTS,
.maxFragmentDualSrcAttachments = 1, .maxFragmentDualSrcAttachments = 1,
.maxFragmentCombinedOutputResources = 16, .maxFragmentCombinedOutputResources = HK_MAX_DESCRIPTORS,
.maxComputeSharedMemorySize = HK_MAX_SHARED_SIZE, .maxComputeSharedMemorySize = HK_MAX_SHARED_SIZE,
.maxComputeWorkGroupCount = {0x7fffffff, 65535, 65535}, .maxComputeWorkGroupCount = {0x7fffffff, 65535, 65535},
.maxComputeWorkGroupInvocations = 1024, .maxComputeWorkGroupInvocations = 1024,