cregit-Linux how code gets into the kernel

Release 4.11 drivers/gpu/drm/exynos/exynos_drm_fbdev.h

/*
 * Copyright (c) 2011 Samsung Electronics Co., Ltd.
 *
 * Authors:
 *      Inki Dae <inki.dae@samsung.com>
 *      Joonyoung Shim <jy0922.shim@samsung.com>
 *      Seung-Woo Kim <sw0312.kim@samsung.com>
 *
 * This program is free software; you can redistribute  it and/or modify it
 * under  the terms of  the GNU General  Public License as published by the
 * Free Software Foundation;  either version 2 of the  License, or (at your
 * option) any later version.
 */

#ifndef _EXYNOS_DRM_FBDEV_H_

#define _EXYNOS_DRM_FBDEV_H_

#ifdef CONFIG_DRM_FBDEV_EMULATION

int exynos_drm_fbdev_init(struct drm_device *dev);
void exynos_drm_fbdev_fini(struct drm_device *dev);
void exynos_drm_fbdev_restore_mode(struct drm_device *dev);
void exynos_drm_output_poll_changed(struct drm_device *dev);

#else


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

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda15100.00%1100.00%
Total15100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda11100.00%1100.00%
Total11100.00%1100.00%


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

Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda11100.00%1100.00%
Total11100.00%1100.00%

#define exynos_drm_output_poll_changed (NULL) #endif #endif

Overall Contributors

PersonTokensPropCommitsCommitProp
Andrzej Hajda5255.91%133.33%
Inki Dae4144.09%266.67%
Total93100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.