malidp_mw.h 363 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. /*
  3. * (C) COPYRIGHT 2016 ARM Limited. All rights reserved.
  4. * Author: Brian Starkey <[email protected]>
  5. *
  6. */
  7. #ifndef __MALIDP_MW_H__
  8. #define __MALIDP_MW_H__
  9. int malidp_mw_connector_init(struct drm_device *drm);
  10. void malidp_mw_atomic_commit(struct drm_device *drm,
  11. struct drm_atomic_state *old_state);
  12. #endif