sde_rotator_r3.h 380 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2015-2019, The Linux Foundation. All rights reserved.
  4. */
  5. #ifndef __SDE_ROTATOR_R3_H__
  6. #define __SDE_ROTATOR_R3_H__
  7. #include "sde_rotator_core.h"
  8. /* Maximum allowed Rotator clock value */
  9. #define ROT_R3_MAX_ROT_CLK 345000000
  10. int sde_rotator_r3_init(struct sde_rot_mgr *mgr);
  11. #endif /* __SDE_ROTATOR_R3_H__ */