diff options
author | Zhao Yakui <yakui.zhao@intel.com> | 2013-12-13 17:03:47 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2014-02-27 10:22:45 +0800 |
commit | e90a3c3a41a07734163852ff9868336d5ec121b0 (patch) | |
tree | 74a16b44e8a7c8a558f775163c7a2f5827c07e72 /src/i965_drv_video.h | |
parent | 13df1ed3cc578c2735e61192cfe07d3959736ef4 (diff) | |
download | libva-intel-driver-e90a3c3a41a07734163852ff9868336d5ec121b0.tar.gz libva-intel-driver-e90a3c3a41a07734163852ff9868336d5ec121b0.tar.bz2 libva-intel-driver-e90a3c3a41a07734163852ff9868336d5ec121b0.zip |
Follow the spec to make BDW encoding media pipeline command support 48-bit addressing mode
Signed-off-by: Zhao Yakui <yakui.zhao@intel.com>
Diffstat (limited to 'src/i965_drv_video.h')
-rw-r--r-- | src/i965_drv_video.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/i965_drv_video.h b/src/i965_drv_video.h index 1a101f4..98e08fe 100644 --- a/src/i965_drv_video.h +++ b/src/i965_drv_video.h @@ -78,6 +78,7 @@ struct i965_kernel const uint32_t (*bin)[4]; int size; dri_bo *bo; + unsigned int kernel_offset; }; struct buffer_store |