From 6f5d032c6fec2df69cbad715e292e61e3ad1501a Mon Sep 17 00:00:00 2001 From: Lionel Landwerlin Date: Fri, 2 Feb 2024 18:28:28 +0200 Subject: [PATCH] intel/decoder: decode the 8 BLEND_STATEs Signed-off-by: Lionel Landwerlin Reviewed-by: Ivan Briano Part-of: --- src/intel/decoder/intel_batch_decoder.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intel/decoder/intel_batch_decoder.c b/src/intel/decoder/intel_batch_decoder.c index 0c1bfcbdc68..55c63422277 100644 --- a/src/intel/decoder/intel_batch_decoder.c +++ b/src/intel/decoder/intel_batch_decoder.c @@ -1134,7 +1134,7 @@ static void decode_3dstate_blend_state_pointers(struct intel_batch_decode_ctx *ctx, const uint32_t *p) { - decode_dynamic_state_pointers(ctx, "BLEND_STATE", p, 1); + decode_dynamic_state_pointers(ctx, "BLEND_STATE", p, 8); } static void