VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   34 Branches   58 Tags
author: shanlong.li <shanlong.li@starfivetech.com> 2023-07-27 20:21:14 -0700 committer: Andy Hu <andy.hu@starfivetech.com> 2023-08-07 10:59:15 +0800 commit: 204eb952254d73eeff6b760605d8f19e5a4d8432 parent: f1b6e9d69db4d3d5f7adecff1bd76f6c25b0e98b
Commit Summary:
driver:gpu: remove the condition check of fences
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/drivers/gpu/drm/img/img-rogue/services/server/env/linux/pvr_buffer_sync.c b/drivers/gpu/drm/img/img-rogue/services/server/env/linux/pvr_buffer_sync.c
index 203e2360a779..4a309e1670ad 100644
--- a/drivers/gpu/drm/img/img-rogue/services/server/env/linux/pvr_buffer_sync.c
+++ b/drivers/gpu/drm/img/img-rogue/services/server/env/linux/pvr_buffer_sync.c
@@ -300,7 +300,7 @@ pvr_buffer_sync_check_fences_create(struct pvr_fence_context *fence_ctx,
 		}
 	}
 
-	WARN_ON((i != nr_pmrs) || (data->nr_fences != fence_count));
+	WARN_ON((i != nr_pmrs));
 
 	return data;