mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-11 08:07:19 +08:00
fix: pass gmm helper to getDumpSurfaceInfo function
gmm may not exist for buffer allocation Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
39740da9d1
commit
30c5d8a681
@@ -88,7 +88,7 @@ template class AubHelperHw<Family>;
|
||||
namespace AubAllocDump {
|
||||
using namespace NEO;
|
||||
|
||||
template SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, DumpFormat dumpFormat);
|
||||
template SurfaceInfo *getDumpSurfaceInfo<Family>(GraphicsAllocation &gfxAllocation, const GmmHelper &gmmHelper, DumpFormat dumpFormat);
|
||||
|
||||
template uint32_t getImageSurfaceTypeFromGmmResourceType<Family>(GMM_RESOURCE_TYPE gmmResourceType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user