mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-21 01:04:57 +08:00
Added lockMemory in context to explicitly locking memory, Added a boolean flag in graphics_allocation to indicate the allocation is locked, and modified memory_operations_handler to add lock(). Change the logic to work correctly with makeResident() when lock() is called previously for the same memory region Related-To: NEO-8277 Signed-off-by: Young Jin Yoon <young.jin.yoon@intel.com>