Re: [Mesa-dev] [PATCH 2/4] i965/gen10: Implement WaForceRCPFEHangWorkaround

2017-10-30 Thread Anuj Phogat
On Mon, Oct 30, 2017 at 2:02 PM, Nanley Chery wrote: > On Mon, Oct 02, 2017 at 04:07:58PM -0700, Anuj Phogat wrote: >> Cc: mesa-sta...@lists.freedesktop.org >> Signed-off-by: Anuj Phogat >> --- >> src/mesa/drivers/dri/i965/brw_pipe_control.c | 19 +++ >> 1 file changed, 19 insert

Re: [Mesa-dev] [PATCH 2/4] i965/gen10: Implement WaForceRCPFEHangWorkaround

2017-10-30 Thread Nanley Chery
On Mon, Oct 02, 2017 at 04:07:58PM -0700, Anuj Phogat wrote: > Cc: mesa-sta...@lists.freedesktop.org > Signed-off-by: Anuj Phogat > --- > src/mesa/drivers/dri/i965/brw_pipe_control.c | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/src/mesa/drivers/dri/i965/brw_pipe_

[Mesa-dev] [PATCH 2/4] i965/gen10: Implement WaForceRCPFEHangWorkaround

2017-10-02 Thread Anuj Phogat
Cc: mesa-sta...@lists.freedesktop.org Signed-off-by: Anuj Phogat --- src/mesa/drivers/dri/i965/brw_pipe_control.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_pipe_control.c b/src/mesa/drivers/dri/i965/brw_pipe_control.c index 6326957a7a.