On 06/01/2016 07:38 AM, Scott D Phillips wrote:

Thanks for catching the issue.

This looks good to me.

Thanks
    Yakui
Line accidentally left behind in:

   a82f0be Fix the 48-bit address issue for gpe_util functions on

Signed-off-by: Scott D Phillips<[email protected]>
---
  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

_______________________________________________
Libva mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libva

Reply via email to