cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/rockchip/rockchip_drm_fbdev.h

/*
 * Copyright (C) Fuzhou Rockchip Electronics Co.Ltd
 * Author:Mark Yao <mark.yao@rock-chips.com>
 *
 * This software is licensed under the terms of the GNU General Public
 * License version 2, as published by the Free Software Foundation, and
 * may be copied, distributed, and modified under those terms.
 *
 * 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.
 */

#ifndef _ROCKCHIP_DRM_FBDEV_H

#define _ROCKCHIP_DRM_FBDEV_H

#ifdef CONFIG_DRM_FBDEV_EMULATION
int rockchip_drm_fbdev_init(struct drm_device *dev);
void rockchip_drm_fbdev_fini(struct drm_device *dev);
#else

static inline int rockchip_drm_fbdev_init(struct drm_device *dev) { return 0; }

Contributors

PersonTokensPropCommitsCommitProp
John Keeping15100.00%1100.00%
Total15100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
John Keeping11100.00%1100.00%
Total11100.00%1100.00%

#endif #endif /* _ROCKCHIP_DRM_FBDEV_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
John Keeping3354.10%150.00%
Mark Yao2845.90%150.00%
Total61100.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.