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

Zhao Yakui yakui.zhao at intel.com
Wed Jun 1 02:27:30 UTC 2016


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<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



More information about the Libva mailing list