cregit-Linux how code gets into the kernel

Release 4.17 drivers/gpu/drm/omapdrm/omap_fbdev.h

/*
 * omap_fbdev.h -- OMAP DRM FBDEV Compatibility
 *
 * Copyright (C) 2011 Texas Instruments
 * Author: Rob Clark <rob@ti.com>
 *
 * This program is free software; you can redistribute it and/or modify it
 * under the terms of the GNU General Public License version 2 as published by
 * the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful, but WITHOUT
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for
 * more details.
 *
 * You should have received a copy of the GNU General Public License along with
 * this program.  If not, see <http://www.gnu.org/licenses/>.
 */

#ifndef __OMAPDRM_FBDEV_H__

#define __OMAPDRM_FBDEV_H__

struct drm_device;
struct drm_fb_helper;

#ifdef CONFIG_DRM_FBDEV_EMULATION
void omap_fbdev_init(struct drm_device *dev);
void omap_fbdev_fini(struct drm_device *dev);
#else

static inline void omap_fbdev_init(struct drm_device *dev) { }

Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart981.82%150.00%
Tomi Valkeinen218.18%150.00%
Total11100.00%2100.00%


static inline void omap_fbdev_fini(struct drm_device *dev) { }

Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart1090.91%150.00%
Tomi Valkeinen19.09%150.00%
Total11100.00%2100.00%

#endif #endif /* __OMAPDRM_FBDEV_H__ */

Overall Contributors

PersonTokensPropCommitsCommitProp
Laurent Pinchart5892.06%150.00%
Tomi Valkeinen57.94%150.00%
Total63100.00%2100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.