Bug 101065

Summary: compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope
Product: Mesa Reporter: Vinson Lee <vlee>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact: mesa-dev
Severity: normal    
Priority: medium Keywords: bisected, regression
Version: git   
Hardware: Other   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:

Description Vinson Lee 2017-05-16 18:44:30 UTC
mesa: b5437fc05c7d8fb3899b073b451c7c658c4dc441 (master 17.2.0-devel)

  CXX      compiler/test_eu_validate.o
compiler/test_eu_validate.cpp: In function ‘bool validate(brw_codegen*)’:
compiler/test_eu_validate.cpp:121:41: error: ‘devinfo’ was not declared in this scope
    bool ret = brw_validate_instructions(devinfo, p->store, 0,
                                         ^~~~~~~
Comment 1 Vinson Lee 2017-05-16 20:37:34 UTC
commit 169e1e26ee7fcc6dfad538fe695957cbb2186ebd
Author: Matt Turner <mattst88@gmail.com>
Date:   Tue May 16 11:43:57 2017 -0700

    i965: Fix test_eu_validate.cpp
    
    Broken by commit a7217e909ce6 ("i965: Pass pointer and end of assembly
    to brw_validate_instructions").
    
    Reported-by: Aaron Watry <awatry@gmail.com>

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.