From 23868d8b38d1a00390ac839452cdc07aa46dceb6 Mon Sep 17 00:00:00 2001 From: "Xiang, Haihao" Date: Mon, 11 Apr 2011 09:04:37 +0800 Subject: [PATCH] i965_drv_video: associate the derived image with the surface Signed-off-by: Xiang, Haihao --- i965_drv_video/i965_drv_video.c | 1 + 1 file changed, 1 insertion(+) diff --git a/i965_drv_video/i965_drv_video.c b/i965_drv_video/i965_drv_video.c index 4a7397f..b325ce6 100644 --- a/i965_drv_video/i965_drv_video.c +++ b/i965_drv_video/i965_drv_video.c @@ -1638,6 +1638,7 @@ VAStatus i965_DeriveImage(VADriverContextP ctx, *out_image = *image; obj_surface->flags |= SURFACE_DERIVED; + obj_image->derived_surface = surface; return VA_STATUS_SUCCESS; -- 2.11.0