Signed-off-by: Ung, Teng En <teng.en....@intel.com>
---
 src/i965_output_xv.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/i965_output_xv.c b/src/i965_output_xv.c
index d884ed1..c1a34ee 100644
--- a/src/i965_output_xv.c
+++ b/src/i965_output_xv.c
@@ -294,7 +294,7 @@ i965_put_surface_xv(
         goto error;  /* Currently there is no direct support for NV12 */
     }
 
-    drm_intel_bo_flink(obj_surface->bo, &buf_out.buf_handle);
+    dri_bo_flink(obj_surface->bo, &buf_out.buf_handle);
 
     ret = va_xvPutImage(ctx, xv_output->vaxv_port, draw, &buf_out,
                         dest_rect.x, dest_rect.y, dest_rect.width, 
dest_rect.height,
-- 
1.8.4

_______________________________________________
Libva mailing list
Libva@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to