summaryrefslogtreecommitdiff
path: root/i965_drv_video/i965_avc_bsd.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2010-03-31 13:51:22 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2010-03-31 13:52:30 +0800
commitf578063d4a1db156ef10f6bab3565f37cb7a5bd5 (patch)
tree4b831759d2b05a0b232ac41b17dafdd2de11ae2f /i965_drv_video/i965_avc_bsd.h
parenta49d6614edf1a01bf0b4241fd6e0e746fba88ce9 (diff)
downloadlibva-f578063d4a1db156ef10f6bab3565f37cb7a5bd5.tar.gz
i965_drv_video: move DMV buffer to private data
Diffstat (limited to 'i965_drv_video/i965_avc_bsd.h')
-rw-r--r--i965_drv_video/i965_avc_bsd.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/i965_drv_video/i965_avc_bsd.h b/i965_drv_video/i965_avc_bsd.h
index 7c373f3..7f39ba5 100644
--- a/i965_drv_video/i965_avc_bsd.h
+++ b/i965_drv_video/i965_avc_bsd.h
@@ -29,6 +29,13 @@
#ifndef __I965_AVC_BSD_H__
#define __I965_AVC_BSD_H__
+struct i965_avc_bsd_surface
+{
+ dri_bo *direct_mv_wr_top_bo;
+ dri_bo *direct_mv_wr_bottom_bo;
+ int direct_mv_flag;
+};
+
struct i965_avc_bsd_context
{
struct {