SWDEV-469602 - Focre unaligned memory mode with RDP
Change-Id: I770f3dc8dde49d8e4ecdf5c38819e44df3960bce
[ROCm/clr commit: 1bac09ea20]
This commit is contained in:
@@ -973,6 +973,8 @@ bool Device::create(Pal::IDevice* device) {
|
||||
// Note: RGP initialization in PAL must be performed before CommitSettingsAndInit()
|
||||
rgpCaptureMgr_ = RgpCaptureMgr::Create(platform_, *this);
|
||||
if (nullptr != rgpCaptureMgr_) {
|
||||
// KMD forced DWORD alignment for debug VMID, request it back to Unaligned
|
||||
palSettings->hardwareBufferAlignmentMode = Pal::BufferAlignmentMode::Unaligned;
|
||||
Pal::IPlatform::InstallDeveloperCb(iPlat(), &Device::PalDeveloperCallback, this);
|
||||
}
|
||||
|
||||
|
||||
مرجع در شماره جدید
Block a user