[Libva] [PATCH intel-driver] Remove extraneous OUT_BATCH in gen8_gpe_state_base_address

Scott D Phillips scott.d.phillips at intel.com
Tue May 31 23:38:51 UTC 2016


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 at intel.com>
---
 src/i965_gpe_utils.c | 2 --
 1 file changed, 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
-- 
2.7.4



More information about the Libva mailing list