mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 09:09:04 +08:00
Revert "fix: Crash on over memory allocation"
This reverts commit 212ccb8bd4.
Signed-off-by: Compute-Runtime-Validation <compute-runtime-validation@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
fcb584299f
commit
83af0b77ff
@@ -40,7 +40,6 @@ class MockIoctlHelper : public IoctlHelperPrelim20 {
|
||||
ADDMETHOD_CONST_NOBASE(getNumMediaDecoders, uint32_t, 0, ());
|
||||
ADDMETHOD_CONST_NOBASE(getNumMediaEncoders, uint32_t, 0, ());
|
||||
ADDMETHOD_NOBASE(queryDeviceParams, bool, true, (uint32_t *, uint16_t *));
|
||||
ADDMETHOD_NOBASE(makeResidentBeforeLockNeeded, bool, false, ());
|
||||
|
||||
int getDrmParamValue(DrmParam drmParam) const override {
|
||||
if (drmParam == DrmParam::memoryClassSystem) {
|
||||
|
||||
Reference in New Issue
Block a user