From af87aa5ee4c6d136161dd0116931b94cc8ab95eb Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Mon, 10 Mar 2025 16:22:53 +0100 Subject: [PATCH] panfrost: properly align value This matches the rest of this file. Reviewed-by: Lars-Ivar Hesselberg Simonsen Part-of: --- src/panfrost/lib/pan_samples.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panfrost/lib/pan_samples.c b/src/panfrost/lib/pan_samples.c index a03647c215c..b942915efec 100644 --- a/src/panfrost/lib/pan_samples.c +++ b/src/panfrost/lib/pan_samples.c @@ -99,7 +99,7 @@ const struct mali_sample_positions sample_position_lut[] = { SAMPLE16(-5, 5), SAMPLE16(-7, -1), SAMPLE16( 3, 7), - SAMPLE16( 7, -7), + SAMPLE16( 7, -7), }, .origin = SAMPLE16(0, 0) },