blitter.h 317 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * Copyright (c) 2014, Patrik Jakobsson
  4. * All Rights Reserved.
  5. *
  6. * Authors: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
  7. */
  8. #ifndef __BLITTER_H
  9. #define __BLITTER_H
  10. struct drm_psb_private;
  11. extern int gma_blt_wait_idle(struct drm_psb_private *dev_priv);
  12. #endif