summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott D Phillips <scott.d.phillips@intel.com>2016-05-31 16:38:51 -0700
committerZhao, Yakui <yakui.zhao@intel.com>2016-06-01 10:36:52 +0800
commit8838a50dc6ab4ba3bd04282248bd8f4e10d7bee2 (patch)
tree659252a54cc48fe3908ea4bed861c86dffcae5c7
parentb4da4f50bd8bd73eca778b799eba5e6aa1ef147f (diff)
Remove extraneous OUT_BATCH in gen8_gpe_state_base_address
Line accidentally left behind in: a82f0be Fix the 48-bit address issue for gpe_util functions on Signed-off-by: Scott D Phillips <scott.d.phillips@intel.com> Reviewed-by: Zhao Yakui <yakui.zhao@intel.com>
-rw-r--r--src/i965_gpe_utils.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/i965_gpe_utils.c b/src/i965_gpe_utils.c
index 9f1bf92..91d1192 100644
--- a/src/i965_gpe_utils.c
+++ b/src/i965_gpe_utils.c
@@ -990,8 +990,6 @@ gen8_gpe_state_base_address(VADriverContextP ctx,
OUT_BATCH(batch, 0);
}
- OUT_BATCH(batch, 0);
-
/* DW12. Size limitation */
OUT_BATCH(batch, 0xFFFFF000 | BASE_ADDRESS_MODIFY); //General State Access Upper Bound
OUT_BATCH(batch, 0xFFFFF000 | BASE_ADDRESS_MODIFY); //Dynamic State Access Upper Bound