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

Matt Turner mattst88 at gmail.com
Wed Sep 24 13:17:15 PDT 2014


On Wed, Sep 24, 2014 at 12:28 PM, Kristian Høgsberg <krh at bitplanet.net> 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 operations, I think you'll need to update all of
the brw->is_cherryview checks to brw->is_cherryview || brw->gen >= 9.
We haven't started using that feature, so you couldn't have triggered
the problem.

With those fixed,

Reviewed-by: Matt Turner <mattst88 at gmail.com>


More information about the mesa-dev mailing list