1. 24 3月, 2020 5 次提交
  2. 11 2月, 2020 2 次提交
  3. 14 12月, 2019 1 次提交
  4. 21 11月, 2019 14 次提交
  5. 05 9月, 2019 6 次提交
  6. 12 8月, 2019 3 次提交
  7. 29 7月, 2019 1 次提交
  8. 01 7月, 2019 3 次提交
  9. 27 6月, 2019 1 次提交
  10. 08 7月, 2019 1 次提交
  11. 16 6月, 2019 1 次提交
  12. 29 5月, 2019 2 次提交
    • O
      habanalabs: remove DMA mask hack for Goya · 2a51558c
      Oded Gabbay 提交于
      This patch removes the non-standard DMA mask setting for Goya. Now that
      the device CPU goes through the MMU, we are not limited to allocating the
      CPU accessible memory area in the address space of under 39 bits.
      Therefore, we don't need to set the DMA masking twice during
      initialization, a practice that is not working on POWER architecture.
      
      The patch sets the DMA mask to 48 bits once during the initialization. The
      address of the CPU accessible memory area is configured to the MMU and the
      matching VA is given to the device CPU.
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      2a51558c
    • O
      habanalabs: set Goya CPU to use ASIC MMU · f09415f5
      Oded Gabbay 提交于
      This patch configures the Goya CPU to actually go through the MMU for
      translation. The configuration is done after the configuration of the
      relevant MMU mappings.
      Signed-off-by: NOded Gabbay <oded.gabbay@gmail.com>
      f09415f5