root/drivers/gpu/drm/omapdrm/omap_encoder.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /* SPDX-License-Identifier: GPL-2.0-only */
   2 /*
   3  * omap_encoder.h -- OMAP DRM Encoder
   4  *
   5  * Copyright (C) 2011 Texas Instruments
   6  * Author: Rob Clark <rob@ti.com>
   7  */
   8 
   9 #ifndef __OMAPDRM_ENCODER_H__
  10 #define __OMAPDRM_ENCODER_H__
  11 
  12 struct drm_device;
  13 struct drm_encoder;
  14 struct omap_dss_device;
  15 
  16 struct drm_encoder *omap_encoder_init(struct drm_device *dev,
  17                                       struct omap_dss_device *output);
  18 
  19 #endif /* __OMAPDRM_ENCODER_H__ */

/* [<][>][^][v][top][bottom][index][help] */