From: sonjiang Date: Tue, 28 Jun 2016 15:23:41 +0000 (-0400) Subject: radeon/uvd: fix a h265 context size bug X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b928ff6f62144e20f4260cc1bb897f84b97dc925;p=mesa.git radeon/uvd: fix a h265 context size bug Signed-off-by: sonjiang Cc: "12.0" Reviewed-by: Alex Deucher Reviewed-by: Christian König --- diff --git a/src/gallium/drivers/radeon/radeon_uvd.c b/src/gallium/drivers/radeon/radeon_uvd.c index d4355fb0492..97765da69e3 100644 --- a/src/gallium/drivers/radeon/radeon_uvd.c +++ b/src/gallium/drivers/radeon/radeon_uvd.c @@ -1096,6 +1096,9 @@ static void ruvd_end_frame(struct pipe_video_codec *decoder, } rvid_clear_buffer(decoder->context, &dec->ctx); } + + if (dec->ctx.res) + dec->msg->body.decode.dpb_reserved = dec->ctx.res->buf->size; break; case PIPE_VIDEO_FORMAT_VC1: