cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

omap_encoder.h (433B)


      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__ */