Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 6a8b55ed4056ea5559ebe4f6a4b247f627870d4c authored by Linus Torvalds on 26 April 2020, 20:51:02 UTC
Linux 5.7-rc3
Tip revision: 6a8b55e
omap_encoder.h
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * omap_encoder.h -- OMAP DRM Encoder
 *
 * Copyright (C) 2011 Texas Instruments
 * Author: Rob Clark <rob@ti.com>
 */

#ifndef __OMAPDRM_ENCODER_H__
#define __OMAPDRM_ENCODER_H__

struct drm_device;
struct drm_encoder;
struct omap_dss_device;

struct drm_encoder *omap_encoder_init(struct drm_device *dev,
				      struct omap_dss_device *output);

#endif /* __OMAPDRM_ENCODER_H__ */
back to top