Move I915_PARAM values to DrmParam enum class

Related-To: NEO-6852
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski
2022-06-06 15:48:31 +00:00
committed by Compute-Runtime-Automation
parent 973bcb9dbc
commit 695958bd10
17 changed files with 222 additions and 229 deletions

View File

@@ -342,6 +342,6 @@ class Drm : public DriverModel {
bool vmBindPatIndexProgrammingSupported = false;
private:
int getParamIoctl(int param, int *dstValue);
int getParamIoctl(DrmParam param, int *dstValue);
};
} // namespace NEO