From 86832f7499ad1ac8aec7cdfa3cb6133a37285dcb Mon Sep 17 00:00:00 2001 From: David Rosca Date: Wed, 15 Oct 2025 08:52:04 +0200 Subject: [PATCH] radeonsi/vpe: Stop clearing embedded buffer on allocation If it was needed, it would be needed to clear it before every submission as well. Acked-by: Pierre-Eric Pelloux-Prayer Part-of: --- src/gallium/drivers/radeonsi/si_vpe.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_vpe.c b/src/gallium/drivers/radeonsi/si_vpe.c index 8a327fa7347..eca786b711a 100644 --- a/src/gallium/drivers/radeonsi/si_vpe.c +++ b/src/gallium/drivers/radeonsi/si_vpe.c @@ -1622,7 +1622,6 @@ si_vpe_create_processor(struct pipe_context *context, const struct pipe_video_co SIVPE_ERR("Can't allocated emb_buf buffers.\n"); goto fail; } - si_vid_clear_buffer(context, &vpeproc->emb_buffers[i]); } /* Create VPE parameters structure */