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 <pierre-eric.pelloux-prayer@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37884>
This commit is contained in:
David Rosca
2025-10-15 08:52:04 +02:00
committed by Marge Bot
parent 33232223f6
commit 86832f7499
-1
View File
@@ -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 */