mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-24 21:18:24 +08:00
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:
committed by
Compute-Runtime-Automation
parent
973bcb9dbc
commit
695958bd10
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user