Linux Audio

Check our new training course

Loading...
Note: File does not exist in v4.6.
 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
12struct drm_device;
13struct drm_encoder;
14struct omap_dss_device;
15
16struct drm_encoder *omap_encoder_init(struct drm_device *dev,
17				      struct omap_dss_device *output);
18
19#endif /* __OMAPDRM_ENCODER_H__ */