hfi_buffer_iris2.h 424 B

12345678910111213
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. */
  5. #define HFI_BUFFER_ARP_ENC (204800)
  6. #define HFI_BUFFER_BIN_ENC (15 * 1000 * 1000)
  7. #define HFI_BUFFER_LINE_ENC (200 * 1000)
  8. #define HFI_BUFFER_COMV_ENC (1 * 1000 * 1000)
  9. #define HFI_BUFFER_NON_COMV_ENC (500 * 1000)
  10. #define HFI_BUFFER_DPB_ENC (3 * 1000 * 1000)
  11. #define HFI_BUFFER_VPSS_ENC (2 * 1000 * 1000)