### Problem Description ``` hsa_status_t ImageManagerKv::Initialize(hsa_agent_t agent_handle) { ... addr_create_input.chipFamily = family_type_; addr_create_input.chipRevision = 0; // TODO(bwicakso): find how to get this. ``` ``` case FAMILY_MDN: if (ASICREV_IS_MENDOCINO(chipRevision)) { m_settings.supportRbPlus = 1; m_settings.dccUnsup3DSwDis = 0; } else { ADDR_ASSERT(!"Unknown chip revision"); } break; ``` ASICREV_IS_MENDOCINO is from 0x1 to 0xff. ### Operating System Ubuntu 24.04.3 LTS ### CPU AMD Ryzen 5 7520U with Radeon Graphics ### GPU AMD Ryzen 5 7520U with Radeon Graphics ### ROCm Version Latest rocm source from rocm-systems ### ROCm Component ROCR-Runtime ### Steps to Reproduce _No response_ ### (Optional for Linux users) Output of /opt/rocm/bin/rocminfo --support _No response_ ### Additional Information _No response_