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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user