mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-03 14:55:24 +08:00
fix: Read pci config space on demand.
Storing config space during sysman init might result in providing inappropriate properties as config space can be modified. Read config space whenever properties are queried. Related-To: LOCI-4513 Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
f9a58b5544
commit
6994106c1f
@@ -13,8 +13,6 @@
|
||||
|
||||
#include "level_zero/sysman/source/firmware_util/sysman_firmware_util.h"
|
||||
|
||||
#include <linux/pci_regs.h>
|
||||
|
||||
namespace L0 {
|
||||
namespace Sysman {
|
||||
const std::string LinuxDiagnosticsImp::deviceDir("device");
|
||||
|
||||
Reference in New Issue
Block a user