[Libva] [PATCH V2 5/6] Change to dri_bo_flink.

Ung, Teng En teng.en.ung at intel.com
Thu Sep 19 01:07:03 PDT 2013


Signed-off-by: Ung, Teng En <teng.en.ung at 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



More information about the Libva mailing list