[NFC] Move device::Info::targetId_ declaration
Move declaration of device::Info::targetId_ to be adjacent to the other char* name fields. Change-Id: Iefb249e801765a87b243a2a5e6997e78e817be2b
Dieser Commit ist enthalten in:
@@ -408,6 +408,9 @@ struct Info : public amd::EmbeddedObject {
|
||||
//! Device name string
|
||||
char name_[0x40];
|
||||
|
||||
//! Target ID string
|
||||
char targetId_[0x40];
|
||||
|
||||
//! Vendor name string
|
||||
char vendor_[0x20];
|
||||
|
||||
@@ -560,9 +563,6 @@ struct Info : public amd::EmbeddedObject {
|
||||
//! large bar support.
|
||||
bool largeBar_;
|
||||
|
||||
//! Target ID string
|
||||
char targetId_[0x40];
|
||||
|
||||
uint32_t hmmSupported_; //!< ROCr supports HMM interfaces
|
||||
uint32_t hmmCpuMemoryAccessible_; //!< CPU memory is accessible by GPU without pinning/register
|
||||
uint32_t hmmDirectHostAccess_; //!< HMM memory is accessible from the host without migration
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren