On Thursday, March 15, 2018 7:24:31 AM PDT Lionel Landwerlin wrote:
> Signed-off-by: Lionel Landwerlin <lionel.g.landwer...@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 <kenn...@whitecape.org>

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to