Commit f7848e8f authored by Xiang, Haihao's avatar Xiang, Haihao

i965_drv_video: set surface base address in VME

It is easy to fill the binding table without relocation and make sure
all offsets in binding table only uses bits[15:0]
Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent 76c1fcf1
This diff is collapsed.
......@@ -47,11 +47,7 @@ struct gen6_vme_context
{
struct {
dri_bo *bo;
} surface_state[MAX_MEDIA_SURFACES_GEN6];
struct {
dri_bo *bo;
} binding_table;
} surface_state_binding_table;
struct {
dri_bo *bo;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment