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

i965_drv_driver: use the horizontal position of a slice.

parent 201210bc
...@@ -868,7 +868,7 @@ i965_media_mpeg2_objects(VADriverContextP ctx, struct decode_state *decode_state ...@@ -868,7 +868,7 @@ i965_media_mpeg2_objects(VADriverContextP ctx, struct decode_state *decode_state
I915_GEM_DOMAIN_SAMPLER, 0, I915_GEM_DOMAIN_SAMPLER, 0,
slice_param->slice_data_offset + (slice_param->macroblock_offset >> 3)); slice_param->slice_data_offset + (slice_param->macroblock_offset >> 3));
OUT_BATCH(ctx, OUT_BATCH(ctx,
((0 << 24) | ((slice_param->slice_horizontal_position << 24) |
(slice_param->slice_vertical_position << 16) | (slice_param->slice_vertical_position << 16) |
(127 << 8) | (127 << 8) |
(slice_param->macroblock_offset & 0x7))); (slice_param->macroblock_offset & 0x7)));
......
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