[Mesa-dev] [PATCH 2/4] i965: pipecontrol: add LRI write immediate flag

Kenneth Graunke kenneth at whitecape.org
Mon Mar 19 21:38:34 UTC 2018


On Thursday, March 15, 2018 7:24:31 AM PDT Lionel Landwerlin wrote:
> Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
> ---
>  src/mesa/drivers/dri/i965/brw_pipe_control.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/mesa/drivers/dri/i965/brw_pipe_control.h b/src/mesa/drivers/dri/i965/brw_pipe_control.h
> index 651cd4d3e70..4c58e16660f 100644
> --- a/src/mesa/drivers/dri/i965/brw_pipe_control.h
> +++ b/src/mesa/drivers/dri/i965/brw_pipe_control.h
> @@ -34,6 +34,7 @@ struct brw_bo;
>   * additional flushing control.
>   */
>  #define _3DSTATE_PIPE_CONTROL		(CMD_3D | (3 << 27) | (2 << 24))
> +#define PIPE_CONTROL_LRI_WRITE_IMMEDIATE (1 << 23) /* Gen7+ */
>  #define PIPE_CONTROL_CS_STALL		(1 << 20)
>  #define PIPE_CONTROL_GLOBAL_SNAPSHOT_COUNT_RESET	(1 << 19)
>  #define PIPE_CONTROL_TLB_INVALIDATE	(1 << 18)
> 

Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <https://lists.freedesktop.org/archives/mesa-dev/attachments/20180319/7bdd5f2c/attachment.sig>


More information about the mesa-dev mailing list