sde_hw_dsc_1_2.h 289 B

1234567891011121314
  1. // SPDX-License-Identifier: GPL-2.0-only
  2. /*
  3. * Copyright (c) 2020, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef _SDE_HW_DSC_1_2_H
  6. #define _SDE_HW_DSC_1_2_H
  7. void sde_dsc1_2_setup_ops(struct sde_hw_dsc_ops *ops,
  8. const unsigned long features);
  9. #endif /* _SDE_HW_DSC_1_2_H */