1. 19 5月, 2020 3 次提交
  2. 17 5月, 2020 6 次提交
  3. 24 3月, 2020 7 次提交
  4. 21 11月, 2019 10 次提交
  5. 05 9月, 2019 10 次提交
  6. 12 8月, 2019 1 次提交
    • O
      habanalabs: fix endianness handling for internal QMAN submission · b9040c99
      Oded Gabbay 提交于
      The PQs of internal H/W queues (QMANs) can be located in different memory
      areas for different ASICs. Therefore, when writing PQEs, we need to use
      the correct function according to the location of the PQ. e.g. if the PQ
      is located in the device's memory (SRAM or DRAM), we need to use
      memcpy_toio() so it would work in architectures that have separate
      address ranges for IO memory.
      
      This patch makes the code that writes the PQE to be ASIC-specific so we
      can handle this properly per ASIC.
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      Tested-by: NBen Segal <bpsegal20@gmail.com>
      b9040c99
  7. 29 7月, 2019 1 次提交
  8. 01 7月, 2019 2 次提交