mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-08 22:12:59 +08:00
Return correct GEN version
Change-Id: Ieb0f6bc65ecc49d4aad59cd81087c16fac137f63 Signed-off-by: Koska <andrzej.koska@intel.com> Related-To: NEO-4141
This commit is contained in:
@@ -19,7 +19,7 @@ static const auto gfxFamily = IGFX_GEN12LP_CORE;
|
||||
|
||||
template <>
|
||||
uint32_t GTPinHwHelperHw<Family>::getGenVersion() {
|
||||
return gtpin::GTPIN_GEN_INVALID;
|
||||
return gtpin::GTPIN_GEN_12_1;
|
||||
}
|
||||
|
||||
template class GTPinHwHelperHw<Family>;
|
||||
|
||||
Reference in New Issue
Block a user