On Wed, Sep 24, 2014 at 12:28 PM, Kristian Høgsberg <[email protected]> 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 <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
