Re: [Mesa-dev] [PATCH 11/16] i915/skl: Init instructions compaction tables for SKL

2014-09-24 Thread Matt Turner
On Wed, Sep 24, 2014 at 12:28 PM, Kristian Høgsberg wrote: > They are the same as for BDW, so just add a case for SKL to the init switch. Confirmed. I should have added case 9 in my series, I suppose. The BSpec isn't clear, but I think CHV and SKL have the same changes for mixed-mode hf/f operat

[Mesa-dev] [PATCH 11/16] i915/skl: Init instructions compaction tables for SKL

2014-09-24 Thread Kristian Høgsberg
They are the same as for BDW, so just add a case for SKL to the init switch. Signed-off-by: Kristian Høgsberg --- src/mesa/drivers/dri/i965/brw_eu_compact.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesa/drivers/dri/i965/brw_eu_compact.c b/src/mesa/drivers/dri/i965/brw_eu_compact.