openUBMC Chip Abstract Layer V0.1
载入中...
搜索中...
未找到
MEM(GPU驱动)

保持现状

接口用途

  • soctrl BMC DFX功能,测试GPU

对比

<tt>free</tt>

  • 原接口
    void free() override;
  • 新接口
    void free();
  • 变更说明 未变更

<tt>import</tt>

  • 原接口
    void import(const string_view &file, const string_view &res, uint32_t bpp) const;
  • 新接口
    void import(int32_t index, const string_t &file, const string_t &res, uint32_t bpp);
  • 变更说明 入参统一